ZooFLow: remove SaveData implements
This commit is contained in:
parent
15f3de7903
commit
cf8469da97
@ -49,7 +49,7 @@ Public Class frmAdmin_IDBEntity
|
|||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Function SaveData() As Boolean Implements IAdminForm.SaveData
|
Public Function SaveData() As Boolean
|
||||||
Try
|
Try
|
||||||
TBIDB_BUSINESS_ENTITYBindingSource.EndEdit()
|
TBIDB_BUSINESS_ENTITYBindingSource.EndEdit()
|
||||||
|
|
||||||
|
|||||||
@ -69,10 +69,8 @@ Public Class frmAdmin_SourceSQL
|
|||||||
Return oControlList
|
Return oControlList
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public Function SaveData() As Boolean Implements IAdminForm.SaveData
|
Public Function SaveData() As Boolean
|
||||||
Try
|
Try
|
||||||
|
|
||||||
|
|
||||||
TBZF_ADMIN_SOURCE_SQLBindingSource.EndEdit()
|
TBZF_ADMIN_SOURCE_SQLBindingSource.EndEdit()
|
||||||
|
|
||||||
If DSIDB_Stammdaten.TBZF_ADMIN_SOURCE_SQL.GetChanges() IsNot Nothing Then
|
If DSIDB_Stammdaten.TBZF_ADMIN_SOURCE_SQL.GetChanges() IsNot Nothing Then
|
||||||
@ -91,7 +89,7 @@ Public Class frmAdmin_SourceSQL
|
|||||||
Return True
|
Return True
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ShowErrorMessage(ex)
|
ShowErrorMessage(ex)
|
||||||
Return False
|
Return False
|
||||||
End Try
|
End Try
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user