Creates, launches, and closes a page that you specify. When a page is run modally, no input (keyboard or mouse click) can occur except to objects on the modal page.

[Action :=] Page.RUNMODAL

Parameters

Page

Type: Variable

After you define this variable, you can run the following page functions:

  • SETTABLEVIEW

  • SETRECORD

  • GETRECORD

  • RUN

  • RUNMODAL

Unlike the PAGE.RUN Function, the variable is not automatically cleared after this function executes.

If the page you specify does not exist, a compilation error occurs.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also