MS GDPictureUpdate, Bugfix: WindreamPlaceholder nach SQL Editor

This commit is contained in:
Developer01
2025-03-28 15:26:24 +01:00
parent 85bc215cd0
commit a16308c1cd
33 changed files with 435 additions and 216 deletions

View File

@@ -29,13 +29,21 @@ Public Class ClassSQLEditor
oForm.PlaceholdersManual = CURRENT_CONTROL_NAME_LIST.
ToDictionary(Function(name) name, Function(name) name)
If IDB_ACTIVE = False Then
oForm.ATTRIBUTE_STORE = "WM"
oForm.PlaceholdersWindream = MVSource_AllIndicies
Else
oForm.ATTRIBUTE_STORE = "IDB"
End If
If oService.ShowDialog(oForm) = DialogResult.OK Then
Dim sql As New SQLValue(oForm.SQLCommand) ', oForm.SQLConnection
' CURRENT_CONN_ID_FINAL_INDEX = oForm.SQLConnection
' CURRENT_CONN_ID = oForm.SQLConnection
value = sql
End If
End Using
End If
Return value