InfoConnect for Airlines VBA Guide
ScreenHistory Object Members

The following tables list the members exposed by ScreenHistory.

Properties
 NameDescription
Public PropertyClearHistoryOnDisconnectGets or sets a value indicating whether the screen list is cleared when a session disconnects (true) or not (false).  
Public PropertyCountGets the number of screens in the Screen History for a session.  
Public PropertyIndexGets the zero-based index of the current history screen or minus one (-1) if the live screen is active.  
Public PropertyManualCaptureOnlyGets or sets a value indicating whether new host screens are captured manually (true) or automatically (false).  
Public PropertyNumberOfScreensToRememberGets or sets the number of host screens in Screen History at any given time.  
Public PropertyParentGets the parent object (Productivity).  
Public PropertyScreenHistoryPanelVisibleGets or sets a value indicating whether the visible state of the dockable Screen History panel is visible.  
Top
Methods and Functions
 NameDescription
Public MethodBackShows the previous host screen from Screen History in read-only mode.  
Public MethodCaptureScreenCaptures the current host screen, including any data in non-hidden fields, and adds it to the Screen History list.  
Public MethodClearAllScreensRemove all screens from the Screen History list.  
Public MethodDeleteScreenDeletes a specific screen from the Screen History list.  
Public MethodForwardShows the next host screen from Screen History in read-only mode.  
Public MethodGetHistoryScreenImageReturns a history screen as an image.  
Public MethodGetLiveScreenImageReturns the live screen as an image.  
Public MethodOpenScreenHistoryFileLoads a screen history file into the session document.  
Public MethodSaveScreenHistoryFileSaves screen history contents to the specified file.  
Public MethodShowLiveScreenShows the current host screen from anywhere in the Screen History sequence.  
Public MethodShowScreenShows a specific screen from the Screen History list.  
Top
Events
 NameDescription
Public EventScreenChangedRaised when screens are added or deleted in the Screen History list.  
Public EventScreenSelectedRaised when a history screen has been selected.  
Top
See Also