MS Korrekturen Release
This commit is contained in:
@@ -16,6 +16,7 @@ Public Class ClassSQLEditor
|
||||
Dim SQLSTring As String = DirectCast(value, SQLValue).Value
|
||||
|
||||
If svc IsNot Nothing AndAlso SQLSTring IsNot Nothing Then
|
||||
CURRENT_DESIGN_TYPE = "INPUT_INDEX"
|
||||
Using Form As New frmSQL_DESIGNER()
|
||||
Form.Value = SQLSTring
|
||||
If svc.ShowDialog(Form) = DialogResult.OK Then
|
||||
|
||||
Reference in New Issue
Block a user