dont close viewer on missing input, show lookup control when multiselect is true
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user