project name record_organizer
This commit is contained in:
29
app/DD-Record-Organiser/ModuleRuntimeVariables.vb
Normal file
29
app/DD-Record-Organiser/ModuleRuntimeVariables.vb
Normal file
@@ -0,0 +1,29 @@
|
||||
Module ModuleRuntimeVariables
|
||||
Public CtrlBuilder As ClassControlBuilder
|
||||
Public CtrlCommandUI As ClassControlCommandsUI
|
||||
|
||||
' Diese Werte müssen später zur Laufzeit geladen werden
|
||||
Public CURRENT_FORM_ID As Integer
|
||||
Public CURRENT_FORM_TYPE As Integer
|
||||
Public CURRENT_PARENTID As Integer
|
||||
|
||||
Public CURRENT_ENTITYSTRING As String = ""
|
||||
Public CURRENT_ENTITYSQL As String
|
||||
|
||||
Public CURRENT_SCREEN_ID As Integer = 1
|
||||
Public CURRENT_CONTROL_ID As Integer
|
||||
Public CURRENT_RECORD_ID As Integer
|
||||
Public CURRENT_TASK_ID As Integer
|
||||
|
||||
Public CURRENT_CONSTRUCTOR_ID As Integer = 1
|
||||
Public CURRENT_FILEID As Integer
|
||||
Public CURRENT_FILENAME As String
|
||||
|
||||
Public CURRENT_FORMVIEW_ID As Integer
|
||||
Public CURRENT_MASTER_FORM_ID As Integer
|
||||
Public CURRENT_FILEIN_WD As String
|
||||
|
||||
Public NEW_RECORD_ID As Integer
|
||||
|
||||
Public LOGPATH As String
|
||||
End Module
|
||||
Reference in New Issue
Block a user