Skip to content

previewpreviouspage

Method Type

Procedure

Arguments

None

Description

This message is sent if the user presses the PageUp key. By default, the message takes the object ID stored in phoReport and sends the PreviewPreviousPage to that object.

Sample

Procedure PreviewPreviousPage
    Handle hoReport

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