Prüfung, ob Verbindungstabelle geändert wurde.
[Visual Basic]
Private Sub check_changes()
[Visual Basic] Private Sub check_changes()
If Me.FormReadonly Then Exit Sub
Dim msgres As MsgBoxResult
If Me.ServiceKatalogSLAKatalog.Tabledata.HasChanges Then
msgres = msg.Show_MessageYesNo(5)
If msgres = MsgBoxResult.Yes Then
Me.ServiceKatalogSLAKatalog.Save_Data()
End If
End If
If Me.FormDataChanged Then
msgres = msg.Show_MessageYesNo(3)
If msgres = MsgBoxResult.Yes Then
save_katalogdata()
End If
End If
End Sub
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition