MS SQL Editor Patterns etc, DocumentViewer Relation mailldll
This commit is contained in:
@@ -33,6 +33,7 @@ Public Class frmSQLEditor
|
||||
Public Property PlaceholdersAutomaticPrefix As String
|
||||
Public Property PlaceholdersAutomaticTitle As String = "Automatisches Attribut"
|
||||
Public Property PlaceholdersWindream As List(Of String)
|
||||
Public Property ATTRIBUTE_STORE As String = "WM"
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig, pDatabase As MSSQLServer)
|
||||
MyClass.New(pLogConfig, pDatabase, True)
|
||||
@@ -164,7 +165,7 @@ Public Class frmSQLEditor
|
||||
End If
|
||||
|
||||
oPlaceholders.Add(Placeholders.GetUserPlaceholders())
|
||||
oPlaceholders.Add(Placeholders.GetInternalPlaceholders())
|
||||
oPlaceholders.Add(Placeholders.GetInternalPlaceholders(ATTRIBUTE_STORE))
|
||||
|
||||
Return oPlaceholders
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user