InfoConnect for Airlines VBA Guide
ScratchPadLoad Function
The full path of the file to load into Scratch Pad.
Loads Scratch Pad with the contents of the specified file.
Syntax
object.ScratchPadLoad( _
   ByVal filePath As String _
) As ReturnCode

Parameters

filePath
The full path of the file to load into Scratch Pad.

Return Value

ReturnCode.Success if the load succeeded, ReturnCode.Error if it failed.
See Also