Skip to content

previewnextpage

Method Type

Procedure

Arguments

None

Description

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

Sample

Procedure PreviewNextPage
    Handle hoReport

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