InfoConnect for Airlines VBA Guide
MacrographReportsEnabled Property
Gets or sets whether macrograph reporting is enabled.
Syntax
Object.MacrographReportsEnabled As Boolean
Remarks
A macrograph is a way to define and store a set of ReGIS commands as a single character (that is, as a graphics macro). By default, ReGIS can report the contents of a specific macrograph.

If, for security or other reasons, you don't want to allow macrograph reporting, set this property to false.

The default value is true.
See Also