TIUFL ; SLC/MAM - Library of Modules and Functions: SETUP, RMSG, CENTER(X,N) ;02/16/06
Source file <TIUFL.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
CENTER(X,N) | ; Center X in space of N Characters. Adapted from TIULS.
; Truncates X to N chars if X>N. NOTE: LM truncates header at scroll lock if header longer than VALMWD-1. |
|
SETUP | ; Sets ^TMP("TIUF",$J) array before entering Document Definition Utility, etc.
; Array is used in routines and in protocols, including protocol |
|
ARRNO | ; ^TMP("TIUF",$J) subscripts ARRNO_H/A/C/J/T/D/O.
; e.g. ^TMP("TIUF",$J,"ARRNOH")= 1 since LM Template H uses Array |
|
CLINDOC | ; subscript "CLINDOC".
; e.g. ^TMP("TIUF",$J,"CLINDOC")=38 |
|
CLPAC | ; Subscript "CLPAC" NOTE: may not find it so subscript may not exist
|
|
RM | ; Subscripts "RMAC", "RMAM", "RMHC", "RMHM",
|
|
NMWIDTH | ; Subscript NMWIDTH for entry name in Temps HACJ.
|
|
HIDDEN | ; Subscript HIDDEN for IFN of protocol TIUF HIDDEN ACTIONS
|
|
STOP | ; Subscript STOP for IFN of protocol TIUF QUIT1
|
|
NEWHELP | ; Subscript NEWHELP for IFN of protocol TIUFC ACTION MENU
|
|
INHERIT | ; Subscript INHERIT for IFN of protocol TIUFD ACTION MENU MGR
|
|
RIGHT | ; Subscript RIGHT for IFN of protocol TIUF RIGHT.
|
|
LEFT | ; Subscript LEFT for IFN of protocol TIUF LEFT.
|
|
CREATE | ; Subscript CREATE for IFN of protocol TIUFC ACTION MENU.
|
|
TYPE | ; Subscripts TYPECL, TYPEDC, TYPETL, etc.
|
|
STAT | ; subscripts "STATI" (I for Inactive), "STATT" (T for Test),
|
|
SORT | ; subscripts "SORT", "SORTCM" (CM for CHANGE SORT MENU),
; e.g. ^TMP("TIUF",$J,"SORT")=3766, =IFN of protocol TIUF SORT ; e.g. ^TMP("TIUF",$J,"SORTCM")=3819, =IFN of protocol TIUF CHANGE SORT MENU ; e.g. ^TMP("TIUF",$J,"SORTT")=3635, =IFN of protocol TIUF SORT BY TYPE |
|
MSG | ||
FLDNAM | ; Single Subscripts are Field Numbers: e.g. ^TMP("TIUF",$J,4,"LABEL")="Upload Look-Up Method".
|
|
FLDTYPE | ; Sets ^ piece after FLDNAME = BASICS, TECH, UPLOAD or UPHEAD, i.e. which part of the display the field is in.
|
|
SETUX | ||
RMSG | ; redisplays standard TIUF msg. Sets VALMSG=stnd msg. Called by items of LM Protocol Menus, items of TIUF HIDDEN ACTIONS.
; Requires TIUFSTMP if currently in subtemplate; ; Requires TIUF messages as set in TIUFL. |
|
VMSG() | ; Function returns standard VALMSG for a Template.
|
|
VMSG1 |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|