dont close viewer on missing input, show lookup control when multiselect is true

This commit is contained in:
Jonathan Jenne
2020-04-30 14:43:13 +02:00
parent d8bb4e3caa
commit e5d3d37005
2 changed files with 13 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ Public Class ClassControls
oConnectionString = ClassFormFunctions.GetConnectionString(conid)
If oConnectionString IsNot Nothing Then
If oConnectionString IsNot Nothing And oSql.Length > 0 Then
LOGGER.Debug("Connection String (redacted): [{0}]", oConnectionString.Substring(0, 30))
If ClassPatterns.HasComplexPatterns(oSql) Then