To open this page, click the Verification tab in the Editor Options dialog box.
You can use this tab to change the options relating to the 4GL source code dynamic analysis feature.
This feature provides input to the object inspector and reports any syntax errors in real time.
Source analysis
Check boxes
Analyze source during input
Checked |
The 4GL source is automatically analyzed after every change. |
Unchecked |
Data is not verified as it is input. |
Default: checked.
Enable Object Inspector only
Only the Object Inspector's features are activated.
Default: disabled.
Show syntax errors and warnings
Errors are underlined in the 4GL source, and solutions may be suggested.
Default: enabled.
Latency time
Sets the delay (in ms) before the dynamic source code verification is performed automatically.
Data environment maintenance
Maintain the environment continuously
Checked |
Whenever a verification is triggered, the data environment is analyzed and where applicable, a complete check of the source performed. This can create performance problems when analyzing large programs if the database is slow to respond (in case of remote access, for example), or if the development workstation is not particularly powerful. |
Default: checked.
Analyze the management rule source
Checked |
The management rules are partially analyzed to supplement the data environment. For performance reasons, only rules included using an INSERT_MR instruction are processed, and the parameters are not substituted (rules are only processed once). |
Default: checked.
Message filtering
Data input
Message filtering
The combo box lets you specify the level of messages returned by the verification operation:
Show all messages |
Displays all messages (i.e. information, error and warning messages). |
Show errors and warnings |
Hides any information messages. |
Show errors only |
Hides any information and warning messages. |
Buttons
OK
Validates any changes and closes the dialog box.
Cancel
Closes the dialog box without validating any changes.
Keyboard shortcut: Esc.