Show Control names in Final Indexing SQL

This commit is contained in:
Jonathan Jenne
2022-07-26 10:26:47 +02:00
parent d58cb3f714
commit 5e0a462f0e
3 changed files with 11 additions and 4 deletions

View File

@@ -131,6 +131,7 @@ Module ModuleRuntimeVariables
Public Property CURRENT_DT_PROFILE As DataTable
Public Property CURRENT_CONTROL_LIST As New List(Of Control)
Public Property CURRENT_CONTROL_NAME_LIST As New List(Of String)
Public CURRENT_INDEX_ARRAY(100, 250) As String