xlComplianceHtmlOpen
layoutXL xlComplianceHtmlOpen boolean { t | nil }
Description
Controls whether the XL compliance check and update binding reports are displayed in Virtuoso using the default HTML browser.
The default is nil, which means the reports are only issued in CIW.
GUI Equivalent
Examples
envGetVal("layoutXL" "xlComplianceHtmlOpen")
envSetVal("layoutXL" "xlComplianceHtmlOpen" 'boolean t)
envSetVal("layoutXL" "xlComplianceHtmlOpen" 'boolean nil)
Related Topics
Design Check for Layout XL Compliance
List of Layout XL Environment Variables
Return to top