V 2.7.4.3 Dateinamen in SQL Editor

This commit is contained in:
Developer01
2025-05-23 10:17:40 +02:00
parent cf19eb5402
commit c6d49b988b
6 changed files with 3020 additions and 1724 deletions

View File

@@ -2326,6 +2326,7 @@ Public Class frmIndex
oSqlResult = ClassPatterns.ReplaceInternalValues(oSqlResult)
oSqlResult = ClassPatterns.ReplaceUserValues(oSqlResult, USER_PRENAME, USER_SURNAME, USER_SHORTNAME, USER_LANGUAGE, USER_EMAIL, USER_ID, CURRENT_DOKART_ID)
If oSqlResult <> String.Empty Then
_Logger.Debug("oSqlResult after Replace [" & oSqlResult & "]")
End If