LK: Links API

LK: Links API

LK: Links

Modified: 5/12/2019

Default links are established by the TB calls.  The LK APIs provide additional links functionality.

 

LK,00

Launch the Link whose type is in SCREEN-ALPHA-FIELD.

LK,01

Add a temporary link.  SCREEN-ALPHA-FIELD contains the type. SCREEN-MENU Contains the Template which may or may not contain variables of the format @@VARn@@.

Beginning 5/12/2019, the SCREEN-MENU may contain a file specification with wildcards, like U:\JIM\@@VAR1@@*.* .  

LK,02,nn,h

Modify the temporary link (previous LK,01 call).  

  • SCREEN-ALPHA-FIELD contains the type.  
  • nn = the variable number to replace
  • h = H means make the link bitmap red (hot).  
  • SCREEN-LITERAL contains the value for the specified variable.

This API can also work with Program links, for example, where the template can contain a file specification using variables.

LK,15

Validate the link; Screen-Answer will return "Y" if valid, else "N".

LK,91

Add a permanent link; otherwise, just like LK,01.

LK,92,nn

Add a permanent link; otherwise, just like LK,02,nn,h.

LK,99

Remove a permanent link created by LK,91 and LK,92.  SCREEN-ALPHA-FIELD contains the type.



    • Related Articles

    • CV API

      Release Date: 10/31/2019 This API allows the programmer to determine whether or not thie current company's .DAT files have been converted to .BTR files. Screen-Parameters: CV Check the converted status for the current company. CV,nn Check the ...
    • 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 ...
    • 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 ...
    • 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’ ...
    • Avalara Source Code Integration - AV API Call

      Release Date: 11/16/21 Revised: 05/23/22 Version: 8.6 and Above This article is intended for Elliott Business Software developers. This API call will allow the programmer to pass a value to indicate which Avalara function is to be performed. The ...