Zooflow: administration
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
Public Class frmGlobix_Dokumentart
|
||||
Inherits frmAdmin_Base
|
||||
Implements frmAdmin_Interface
|
||||
|
||||
Private Property Logger As Logger Implements frmAdmin_Interface.Logger
|
||||
Public Property HasChanges As Boolean = False Implements frmAdmin_Interface.HasChanges
|
||||
Public Property IsInsert As Boolean = False Implements frmAdmin_Interface.IsInsert
|
||||
Public Property PrimaryKey As Integer Implements frmAdmin_Interface.PrimaryKey
|
||||
@@ -57,7 +55,7 @@ Public Class frmGlobix_Dokumentart
|
||||
Try
|
||||
TBDD_DOKUMENTARTBindingSource.EndEdit()
|
||||
|
||||
If DSIDB_Stammdaten.TBIDB_ATTRIBUTE.GetChanges() IsNot Nothing Then
|
||||
If DSIDB_Stammdaten.VWIDB_BE_ATTRIBUTE.GetChanges() IsNot Nothing Then
|
||||
HasChanges = True
|
||||
|
||||
If IsInsert Then
|
||||
|
||||
Reference in New Issue
Block a user