Skip to content

previewfirstpage

Method Type

Procedure

Arguments

None

Description

This message is sent if the user presses the Ctrl+Home key. By default, the message takes the object ID stored in phoReport and sends the PreviewFirstPage to that object.

Sample

Procedure PreviewFirstPage
    Handle hoReport

    Get phoReport to hoReport
    If (hoReport <> 0) Begin
        Send PreviewFirstPage of hoReport
    End
End_Procedure