The error report settings influence the appearance of the error document. ITP will produce an error document if the Create Model of the ITPRunCrtRun command fails. The following settings can be used:
Setting |
Default |
Description |
ITPERRORCOLORS |
6,6 |
With this setting you can change the color of errors and include markers in a word processor error document. The value must be specified as x,y where x is the color for errors and y is the color for include statements. Possible values are: 1: Black 2: Blue 3: Cyan 4: Green 5: Magenta 6: Red 7: Yellow 8: White 9: Dark Blue 10: Dark Cyan 11: Dark Magenta 12: Dark Red 14: Dark Yellow 15: Dark Grey 16: Light Grey This option only has effect on error documents for Word, HTML and AmiPro model documents. |
ITPMAXERRORS |
15 |
Number of errors to report before terminating compilation. |
ITPSTRICTLANGUAGE |
Y |
Enable the PAR4299 warning that will be reported if ITP finds illegal characters in the model document. This warning will appear if the model contains statements like ASSIGN x := @(y). |
ITPRECOVERPOSTINC |
N |
Enable this setting to have POSTINC produce an error document if a post-include failed. |
ITPSTRICTLANGUAGE |
Y |
Enable the PAR4299 warning that will be reported if ITP finds illegal characters in the model document. This warning will appear if the model contains statements like ASSIGN x := @(y). |
ITPERRORLINKS |
Y |
Disable this setting to suppress the generation of hyperlinks for nested statements in the ITP model language (IF ... THEN ... ELSE ... FI, DO ... OD). If a model contains more than 32.000 such statements the resulting error document might not open in the wordprocessor unless this setting is disabled. |