InfoConnect for Airlines VBA Guide
OpenScreenHistoryFile Function
The name of the file to load screen history from.
If true, clears current contents first before loading from the file. If false, file contents are appended to the screen list.
Loads a screen history file into the session document.
Syntax
object.OpenScreenHistoryFile( _
   ByVal path As String, _
   ByVal overwrite As Boolean _
) As ReturnCode

Parameters

path
The name of the file to load screen history from.
overwrite
If true, clears current contents first before loading from the file. If false, file contents are appended to the screen list.
See Also