Monitor: version 1.7.1.0 - Anzeige von Caption und Comment
This commit is contained in:
@@ -39,6 +39,7 @@ Public Class SearchLoader
|
||||
.Id = oSearchId,
|
||||
.Title = oRow.ItemEx("TITLE", String.Empty),
|
||||
.Caption = oRow.ItemEx("CAPTION", String.Empty),
|
||||
.Comment = oRow.ItemEx("COMMENT", String.Empty),
|
||||
.ReturnType = GetReturnType(oRow.ItemEx("RETURN_TYPE", String.Empty)),
|
||||
.SQLCommand = oRow.ItemEx("EXEC_SQL", String.Empty),
|
||||
.UseMOTLogic = GetMOTLogicType(oRow.ItemEx("RETURN_TYPE", String.Empty)),
|
||||
|
||||
Reference in New Issue
Block a user