JJ_16_11
This commit is contained in:
@@ -89,5 +89,14 @@ Partial Public Class frmCustomAppointment
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub btnJumpToRecord_Click(sender As Object, e As EventArgs) Handles btnJumpToRecord.Click
|
||||
If txtRecordID.Text.Length > 0 Then
|
||||
Dim RecordId = Integer.Parse(txtRecordID.Text)
|
||||
JUMP_RECORD_ID = RecordId
|
||||
|
||||
' TODO: Jetzt Constructor aufrufen
|
||||
OpenFormConstructorDemo(CURRENT_CONSTRUCTOR_ID)
|
||||
Me.Close()
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user