IBDFU5 ;ALB/CJM - ENCOUNTER FORM (utilities) ;JAN 16,1993
Source file <IBDFU5.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
TOPNBOT(BLOCK,TOP,BOT) | ;finds the top and bottom of the block - pass TOP and BOT by reference
|
|
RUSURE(NAME) | ;obtains verification from the user for deletion- returns 1 if answered YES, otherwise NO
|
|
PAUSE | ;
|
|
NOGRPHCS | ;sets graphics variables to "_" and "|"
|
|
HELP1 | ;displays a list of the record's fields from file 357.6, IB PACKAGE INTERFACE file - EXECUTABLE HELP FOR FIELDS IN THE DATA FIELD FILE
|
|
HELP2 | ;displays a list of the record's fields from file 357.6, IB PACKAGE INTERFACE file - EXECUTABLE HELP FOR FIELDS IN THE SELECTION LIST FILE
|
|
HELP3 | ;displays a list of the record's fields from file 357.6, IB PACKAGE INTERFACE file - used to display available data to the user before he enters a data field label
|
|
HELP4 | ;displays a list of the record's fields from file 357.6, IB PACKAGE INTERFACE file - used to display to the user the available data before a subcolumn to a selection list
|
|
HELP5 | ;for number of columns in list
|
|
SHOWDATA | ;displays a discription of the the record returned by the package interface
|
|
RESET | ;resets the scrolling area of the screen to that defined by List Manager
|
|
VARIABLE(VAR) | ;returns 0 if VAR is not syntactically a good local variable name, 1 otherwise
|
|
ID1 | ;writes identifier for subcolumn of selection list (file 357.2)
|
|
DFLTS() | ;returns the default form if found, 0 otherwise
|
|
OKPIECE(PI,PIECE) | ;returns 1 if the piece=PIECE is selectable for the package interface=PI, 0 otherwise
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|