InfoConnect for Airlines VBA Guide
SavePageOnClear Property
Gets or sets whether onscreen data is saved in display memory when the host clears the display.
Syntax
Object.SavePageOnClear As Boolean
Remarks
Applications on the host often send escape sequences to clear the screen in whole or in part. When the screen is cleared, the data that was displayed is lost. When this property is set to true and such an escape sequence is received, the current display is cleared from view and saved in display memory, and the cursor is positioned at the top of the screen.
See Also