Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 409.621

Package: List Manager

LIST TEMPLATE(#409.61)-->409.621

Sub-Field: 409.621


Information

Parent File Name Number Package
LIST TEMPLATE(#409.61) CAPTION LINE COLUMNS 409.621 List Manager

Details

Field # Name Loc Type Details
.01 ITEM NAME 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  MAR 02, 1992
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  This field contains the reference name of the column. The DISPLAY TEXT field contains the text that will be used when the caption line is written.
    The text in this field is used when the application refers to this column during programming. For example, the reference in function call $$FLDUPD^VALM1(,, ) would contain
    this text.
    SOURCE OF DATA: APPLICATION DEVELOPER
  • CROSS-REFERENCE:  409.621^B
    1)= S ^SD(409.61,DA(1),"COL","B",$E(X,1,30),DA)=""
    2)= K ^SD(409.61,DA(1),"COL","B",$E(X,1,30),DA)
.02 COLUMN 0;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>240)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  NOV 18, 1992
  • HELP-PROMPT:  Type a Number between 1 and 240, 0 Decimal Digits
  • DESCRIPTION:  
    The field contains the column number where the data/caption starts.
    SOURCE OF DATA: APPLICATION DEVELOPER
.03 WIDTH 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>80)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 10, 1993
  • HELP-PROMPT:  Type a Number between 1 and 80, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of characters this field will use.
    SOURCE OF DATA: APPLICATION DEVELOPER
.04 DISPLAY TEXT 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  MAR 02, 1992
  • HELP-PROMPT:  Enter the text for the caption line. (1-80 characters)
  • DESCRIPTION:  This field contains the text that will appear on the caption line for this column/field.
    If the text is longer than the WIDTH parameter, it will be truncated to the WIDTH specification when written as part of the caption line.
    This field is optional and can be left blank.
    SOURCE OF DATA: APPLICATION DEVELOPER
.05 DEFAULT VIDEO ATTRIBUTES 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>4!($L(X)<1) X I $D(X) N I F I=1:1:$L(X) I "HRUB"'[$E(X,I) K X Q
  • LAST EDITED:  JAN 21, 1993
  • HELP-PROMPT:  Indicate the video attributes that are the defaults for this field.
  • DESCRIPTION:  This parameter allows the developer to indicate the default video attributes that should be applied when program calls are made to the FLDCTRL^VALM10 video control utility.
    The following is the list of attributes and abbreviations used for this parameter:
    H - for highlight
    R - for reverse video
    U - for underline
    B - for blinking
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.06 SCROLL LOCK 0;6 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • INPUT TRANSFORM:  I $D(X),$O(^SD(409.61,DA(1),"COL","AIDENT",1,0)),$O(^(0))'=DA K X
  • LAST EDITED:  NOV 29, 1992
  • DESCRIPTION:  If you want to lock one for more columns into place as the user scrolls horizontally through the list, you can place a 'scroll lock' on the right most column field that should be locked. Only one column can have this
    'scroll lock' parameter set to 'yes'. If you attempt to set more than one, the system will not allow it and will issue a warning.
    If this parameter is set to 'YES', this caption field and any other caption field, with a COLUMN parameter set to less than this current caption field's, will always be displayed by the List Manager.
    This parameter does not need to be filled in for List Templates with a RIGHT MARGIN of 80. For those templates with a RIGHT MARGIN of over 80, this field also does not need to be entered. However, the use of this field
    allows the developer to indicate the list's identification fields for user readability.
  • TECHNICAL DESCR:  
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  409.621^AIDENT
    1)= S ^SD(409.61,DA(1),"COL","AIDENT",$E(X,1,30),DA)=""
    2)= K ^SD(409.61,DA(1),"COL","AIDENT",$E(X,1,30),DA)
Info |  Details