0877: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
|[[GUI]] On only [[statement]] encountered in GUI Off mode
|[[GUI]] On only [[statement]] encountered in GUI Off mode
|GUI On only statement encountered in GUI Off mode.
|GUI On only statement encountered in GUI Off mode.
[[Option]] 41 prevents this error.
[[Option (config)]] 41 prevents this error.
|OPTION 41 suppresses this error and ignores GUI syntax when ENV$("[[GUIMode]]")<nowiki>=</nowiki>"OFF"
|OPTION 41 suppresses this error and ignores GUI syntax when ENV$("[[GUIMode]]")<nowiki>=</nowiki>"OFF"
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 15:07, 16 April 2015

Summary:

GUI On only statement encountered in GUI Off mode

Cause:

GUI On only statement encountered in GUI Off mode. Option (config) 41 prevents this error.

Remedy:

OPTION 41 suppresses this error and ignores GUI syntax when ENV$("GUIMode")="OFF"