Zooflow/SQLEditor: include clipboard ,small fixes

This commit is contained in:
Jonathan Jenne
2022-05-09 16:33:19 +02:00
parent 77a7cb4d75
commit 61b2b25f7e
4 changed files with 46 additions and 16 deletions

View File

@@ -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()