Page2Recall

The Page2Recall method provides a means of recalling an Ispec using the Page2 Ispec name. This is equivalent to switching to Page 2 of a host application on a character-based screen and entering the required Ispec name.

Note: Some applications programmatically prohibit the use of this method of recalling an Ispec as it can cause problems if a particular sequence of Ispecs is required.

Syntax

Object.Page2Recall(<ispec name>)

<Object> is an expression that evaluates to an instance of a Component Enabler connection object.

<ispec name> is a string expression containing a valid Ispec name.

Returns

A boolean value indicating whether the requested Ispec was recalled. True means that the Ispec was recalled successfully, and false means that the Ispec was not recalled.

Example

LINCAPP.Page2Recall("MENU")