ID API

ID API

Release Date: 3/19/2019

The ID API will return the current Help ID (the current major Application program running in Elliott):

MOVE "ID" TO SCREEN-PARAMETERS.
PERFORM SCREEN-ROUTINE.
MOVE SCREEN-ALPHA-FIELD TO MY-LOCAL-HELP-ID.

In certain situations, like during printing, the System Layer overrides the application Help ID temporarily and restores it when done.  The ID API has been enhanced to provide the prior Application Layer Help ID instead of the current Help ID:

MOVE "ID,99" TO SCREEN-PARAMETERS.
PERFORM SCREEN-ROUTINE.
MOVE SCREEN-ALPHA-FIELD TO MY-LOCAL-HELP-ID.
Using this new option, if there is no prior Application Help ID available. It will return the current Help ID, just like the basic ID API.

JEG
NWSMSCRN


    • Related Articles

    • AP API

      AP API This API returns various values from the Shared Memory Area. For example: MOVE "AP" TO SCREEN-PARAMETERS MOVE "EDITOR" TO SCREEN-LITERAL PERFORM SCREEN-ROUTINE This returns the user’s preferred Editor in SCREEN-ALPHA-FIELD. The following ...
    • TB API

      Release Date: 11/25/2020 Versions: 8.5 and Higher Toolbar Functionality This API affects the appearance and functionality of the Amigos buttons (Notes, Attributes, Contacts, Links, Events, General Events) and Special Functions button on the Elliott ...
    • FA API Changes (V9.0)

      FA: File Access (Without File Handling) This API can be used to retrieve an individual field from a specific record in a file without specifying the file in the program and without opening and closing the file. In its simplest form, one can, for ...
    • Programming API Codes

      This document is provided for Elliott software developers. If you are not an Elliott software developer, this document is not meaningful for you. AP: Get SMA Values This API returns various values from the Shared Memory Area. For example: Move ‘AP’ ...
    • DD API Changes (V9.0)

      DD: Drill Down The Drill Down API allows the developer to drill down to another Elliott application. The information provided in SCREEN-PARAMETERS will give the system the correct information to determine if the user has rights to the application ...