Schliessen des Formulares
[Visual Basic] Private Sub frmServicekatalog_FormClosing( _
ByVal sender As Object, _
ByVal e As FormClosingEventArgs _
) Handles _
Me.FormClosing
[Visual Basic] Private Sub frmServicekatalog_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
If Me.Neuer_Datensatz = True Then
Globals.MyEventHanlder.Keine_Leistung_Selektiert(Me.Vertragsleistungsnr)
End If
If Me.FormReadonly = True Then Exit Sub
check_changes()
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