This commit is contained in:
SchreiberM
2016-06-01 13:09:57 +02:00
parent e74b44e1e9
commit 6caf74d671
12 changed files with 3341 additions and 3102 deletions

View File

@@ -7,6 +7,7 @@
' Diese Werte müssen später zur Laufzeit geladen werden
Public CURRENT_FORM_ID As Integer
Public CURRENT_PARENT_ID As Integer
Public CURRENT_PARENT_RECORD_ID As Integer
Public CURRENT_ENTITYSTRING As String = ""
@@ -68,4 +69,6 @@
Public CURRENT_CONTROL_VALUES As DataTable
Public CURRENT_SQL_AUTO_VALUES_DT As DataTable
Public CURRENT_PARENT_DT As DataTable
End Module