InfoConnect for Airlines VBA Guide
DisableKeystrokeProductivity Property (AlcTerminal)
Gets or sets a value indicating whether all keystroke functionality for Productivity features (such as Spell Check and Auto Complete) is disabled.
Syntax
Object.DisableKeystrokeProductivity As Boolean

Property Value

The default value is True.
Remarks

Screen history and keystroke productivity features (Spell Check, Recent Typing, Auto Complete, and Auto Expand) are automatically disabled while a macro is running. (Running macros with these features enabled can significantly impact performance.)

This property is always set to true when a macro starts. Setting this property to false enables these features while a macro is runnning.

To disable productivity for an entire session, use the properties on the Productivity object or set these optons in the user interface (in the Configure Productivity Defaults settings dialog box).

See Also