![]() | Knowledge Modules | Main Agenda | ![]() |
These are the master properties that can be set for each Knowledge Module in the Knowledge Explorer window:
There is a freehand description box that can be used for your own documentation purposes. This dialog also shows developer information - such as the creation and last editing dates and times, user names, etc.
CloseConfirmationText
This text specifies the warning message that you want to appear when the run time user chooses to Exit the application. Setting the ShowCloseConfirmation property to False will disable this warning. This property applies to the XRclient runtime.
CommandInference
This property when set to True will prompt for the value of an object if it has no value and is on the right hand side of a comparitor, otherwise an unitialised error would result if the property was set to False.
DebugMode
This property sets how the runtime displays its debug; either Standard as pop-ups, Windowed or None. This property applies to the XRclient runtime.
FinalURL
This property can be used to make the web deployment jump to a particular URL at the end of inference. This property applies to the Web Browser runtime.
HelpFile
This specifies the default help file to be used at run time for this application when the user presses a developer enabled help button.
Note that default path for the help file will be the same as the application directory. Therefore, you only need to use full pathnames when the help file is located in another directory. You can also set the default help file during run time by using the @Help command. This property applies to the XRclient runtime.
IncompleteColor
This specifies the color to be used for the tab marker to indicate an Incomplete tab sheet. This property applies to the XRclient runtime.
InvalidColor
This specifies the color to be used for the tab marker to indicate a tab sheet which has Invalid values selected. This property applies to the XRclient runtime.
RaiseUnassignedErrors
If Object2 has no value then @Assign Object1 = Object2 would cause an unassigned error; this error can be suppressed if this property is set to False. The default value for this property is True. This property applies to the XRclient and Web Browser runtimes.
ShowCloseConfirmation
In run time mode, when you exit an application the user will be given a warning by default. Setting this parameter to False will disable this warning. This property applies to the XRclient runtime.
ShowLastSelectionMarkers
If a listbox, dropdown listbox or grid control has a selection deselected then a blue triangle marker is set against this last selection as a marker; this marker can be hidden if this property is set to False. The default value for this property is True. This property applies to the XRclient runtime.
SilentODBCconnections
Default value False. The SilentODBCconnections property for Knowledge Modules affects the connection mode of "Live" ODBC Tables for thin client deployment as well as any ODBC commands, where it is used as the initial value of the @ODBCconnecMode command variable. This property applies to the XRclient and Web Browser runtimes.
VersionInfo
Enables entry of developer controlled version numbering. The default value for this property is 1,0,0,0.