neu
This commit is contained in:
@@ -35,13 +35,13 @@ Public Class frmKundenFremdeSpedAdd
|
||||
FREMD.fremdz_Sachbearbeiter = VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME
|
||||
|
||||
If FREMD.SAVE() Then
|
||||
Me.DialogResult = Windows.Forms.DialogResult.OK
|
||||
Me.DialogResult = DialogResult.OK
|
||||
Me.Close()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Me.DialogResult = Windows.Forms.DialogResult.Cancel
|
||||
Me.DialogResult = DialogResult.Cancel
|
||||
Me.Close()
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user