MS V2.7.4.1 Betatest

This commit is contained in:
Developer01
2025-03-28 15:16:58 +01:00
parent 5df478bdab
commit e604b513b5
28 changed files with 155 additions and 76 deletions

View File

@@ -534,7 +534,8 @@ Public Class frmAdministration
.SQLCommand = oSQLCommand,
.SQLConnection = oConnection,
.PlaceholdersManual = oPlaceholders,
.PlaceholdersManualPrefix = "CTRL"
.PlaceholdersManualPrefix = "CTRL",
.PlaceholdersWindream = SourceAttributes
}
Dim oResult = oForm2.ShowDialog()