reportViolations
layoutXL.APVerify reportViolations 'boolean { t | nil }
Description
In Layout EXL or higher tier, displays detailed error and warning messages in the CIW reporting all violations that were detected while running batch checker.
GUI Equivalent
Examples
envGetVal("layoutXL.APVerify" "reportViolations")
envSetVal("layoutXL.APVerify" "reportViolations" 'boolean t)
envSetVal("layoutXL.APVerify" "reportViolations" 'boolean nil)
Related Topics
Return to top