Skip to content

previewlastpage

Method Type

Procedure

Arguments

None

Description

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

Sample

Procedure PreviewLastPage
    Handle hoReport

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