Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PageOpen

Opens the page.

Subroutine

PageOpen(“PageName”)

Description

Opens the page.

You must enter the file name except for the extension.

According to the page type, the pages will be opened with different operations. If there is no special configuration, the current page (existing page) will be closed.

Popup Page: If you open the Popup Page with this function, the current page (existing page) will not be closed.

Frame page: The page will be opened at the position where it is assigned in the frame. If you open the page in the same frame position, the page will be replaced with the new page.

Example

Opens the page file named “PAGE”.

PageOpen(“PAGE”);

PageOpenPageClose

Closes the ppage.

Subroutine

PageClose(“PageName”)

Description

Closes the popup/keypad page. This command expression may only be used with popup/keypad pages.

You must enter the file name except for the extension.

Example

Closes the popup/keypad page file named “PAGE”.

PageClose(“PAGE”);

...