Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / Productivity Object / ScratchPadLoad Method
The full path of the file to load into Scratch Pad.
In This Topic
    ScratchPadLoad Method
    In This Topic
    Loads Scratch Pad with the contents of the specified file.
    Syntax
    expression.ScratchPadLoad( _
       ByVal filePath As String _
    ) As ReturnCode
    where expression is a variable that represents a Productivity Object

    Parameters

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

    Return Value

    Returns one of the following ReturnCode values:
    Member Description
    Cancelled Cancelled.
    Error Error.
    PermissionRequired Permission is required.
    Success Success.
    Timeout Timeout condition.
    Truncated The text is truncated.
    See Also