Creates and launches a page that you specify. You can use CLEAR Function to remove the page.

Page.RUN

Parameters

Page

Type: Page

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

  • SETTABLEVIEW

  • SETRECORD

  • GETRECORD

  • RUN

  • RUNMODAL.

The variable is automatically cleared after this function is executed.

If the page you specify does not exist, you receive a compile error.

Expand imageRemarks

Expand imageExample

Expand imageSee Also