MS GDPictureUpdate, Bugfix: WindreamPlaceholder nach SQL Editor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user