ActiveIspecName

The ActiveIspecName returns the name of the currently active Ispec, that is, the last Ispec sent from the host application.

Syntax

Object.ActiveIspecName

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

Returns

The name of the last Ispec sent from the host.

Example

If LINCAPP.ActiveIspecName <> "MENU" then
      LINCAPP![NXTSCREEN] = "MENU"
      LINCAPP.Transmit
End If

This example checks if the current Ispec name is MENU. If it is not MENU, it sets a field called NXTSCREEN to MENU and sends the current Ispec to the host application.