DD API Changes (V9.0)

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 requested.

The Version 7.5/8.x Parameters:


DD,PP,PRC,MM,ppppppp,S 

Where 
  • PP = 2-digit package-id
  • PRC = process name from menu system
  • MN = menu number within process name
  • pppppppp = program
  • S = N means in a new, separate process

  e.g.: DD,IM,INQ,03,IM0500,N
Screen-Menu contains the data passed to the called program...

Note: PRC,MN is used to verify access to the program.

The V9.0 Screen Parameters:


DD,PP,MM,SS,B,S,ppppppp,DDDDDDDD

Where 
  • PP = 2-digit package-id
  • MM = menu number within process name
  • SS = submenu number within process
  • B = passed byte
  • S = N means in a separate process
  • pppppppp = program to use to verify rights
  • DDDDDDDD = Optional program to run. If not provided, the "pppppppp" program will be run.

e.g.: DD,PO,01,00,P,N,PO0300  ,POORDINQ

Screen-Menu contains data passed to the called program.

CLS

    • Related Articles

    • VA API Changes (V9.0)

      VA: Verify Access Elliott V9.0 supports a series of 999 security flags to control access by users to specific features in the software. At runtime, the VA,nnn API is sent (where nnn is a number identifying the security flag) and either “Y” or “N” is ...
    • 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 ...
    • Preliminary Programming Changes for Elliott 8.6

      Eliminate DAT Files Users will have the option to eliminate DAT files in Elliott V8.6 so the only files that will be in the Elliott DATA directory will be the BTR files. Some of the known DAT files are control files like ARCTLFIL.DAT, ARPCTLFIL.DAT, ...
    • LF API

      Release Date: 9/7/2021 Versions: 8.0 and higher This API takes a filespec, like C:\WINDOWS\*.*, and returns the next file in the specified directory for each successive call. Screen Parameters Comment LF,nn Input: SCREEN-LITERAL contains the ...
    • 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 ...