Zooflow/SQLEditor: include clipboard ,small fixes
This commit is contained in:
@@ -354,7 +354,8 @@ Public Class frmAdmin_Globix
|
||||
Dim oForm2 As New frmSQLEditor(My.LogConfig, My.DatabaseECM) With {
|
||||
.SQLCommand = SQL_RESULTTextBox.Text,
|
||||
.SQLConnection = CONNECTION_IDTextBox.Text,
|
||||
.PlaceholdersManual = AttributesManual
|
||||
.PlaceholdersManual = AttributesManual,
|
||||
.LoadClipboardPlaceholders = True
|
||||
}
|
||||
oForm2.ShowDialog()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user