This commit is contained in:
2021-08-27 14:23:01 +02:00
parent 54d57761ea
commit 9287630dfb
12 changed files with 105 additions and 43 deletions

View File

@@ -28,6 +28,7 @@
Public RIGHT_DELETE_DOC As Boolean = False
Public CURRENT_ENTITYSTRING As String = ""
Public CURRENT_ENTITYSQL As String
Public CURRENT_DT_ENTITY_RECORDS As DataTable
@@ -185,4 +186,5 @@
Public CURRENT_DOCSEARCH_SQL As String
Public CURRENT_DOCSEARCH_CAPTION As String
Public CURRENT_FILE_RIGHT As String
End Module