Release für ewa

This commit is contained in:
Developer01
2026-03-24 12:42:53 +01:00
parent 1469063ad7
commit e9cb352674
18 changed files with 1585 additions and 314 deletions

View File

@@ -46,9 +46,9 @@ Module ModuleRuntimeVariables
Public CURRENT_SCREEN_ID As Integer = 1
Public CURRENT_CONTROL_ID As Integer
Public CURRENT_RECORD_ID As Integer
Public CURRENT_NODE_GUID As Integer
Public CURRENT_NODEID As Integer
Public CURRENT_RECORD_ID As Integer = 0
Public CURRENT_DOC_ID As Integer = 0
Public CURRENT_CHANGE_STEP As Integer = 0
@@ -73,7 +73,7 @@ Module ModuleRuntimeVariables
Public CURRENT_REDUNDANT_FORMVIEW_ID As Integer
'Public CURRENT_MASTER_FORM_ID As Integer
Public CURRENT_FILEIN_WD As String
Public CURRENT_DOC_ID
'Public CURRENT_DOC_ID
Public CURRENT_NAVIGATION_TYPE As String = "DEFAULT"
Public CURRENT_SELECTED_NODE As TreeNode