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


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

    • 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’ ...
    • 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 ...
    • Elliott API (JSON Web Service)

      Prerequisites: Windows 2012 or later IIS .NET 4.61+ ASPNETCORE Hosting & Runtime Bundle - https://dotnet.microsoft.com/download/dotnet-core/2.2 PSQL v12+. (note some features require PSQL 13+. See "Features that require PSQL v13 or later section) ...
    • Feature - Add Links Import to System Files Setup

      Release date: 5/8/2019 Version 8.5 and up Added a new menu option, System Utilities-> System File Setup-> Import-> Links. The menu has three options: Pre-Interface, Interface, and Layout. The Layout screen has the following columns: the Pre-interface ...
    • 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, ...