Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: VALM

Package: List Manager

Routine: VALM


Information

VALM ;MJK/ALB - List Manager ;05/13/2003 12:09

Source Information

Source file <VALM.m>

Entry Points

Name Comments DBIA/ICR reference
EN(NAME,PARMS) ; -- main entry point
; input: NAME := free text name of list template or routine call
; PARMS := parameter list
  • ICR #1569
    • Status: Active
    • Usage: Private
  • ICR #10118
    • Status: Active
    • Usage: Supported
    ENQ
    ASK ; -- event loop
    COL ; -- set up column dd array
    CAPTION() ; -- set up caption line of header
    CHGCAP(FLD,LABEL) ; -- change label on caption
    ; input: FLD := name of field
    ; LABEL := text for column header
  • ICR #10118
    • Status: Active
    • Usage: Supported
    REFRESH ; -- refresh display
  • ICR #367
    • Status: Active
    • Usage: Private
    HDR ; -- prt/display header
    TBAR ; -- print caption/top bar
    LIST ; -- list items
    LBAR ; -- print low bar
    MSG() ;
    CRT(DX,DY) ;
    SHOW ; -- show items to user / main call back
  • ICR #10118
    • Status: Active
    • Usage: Supported
    WP1(VALMREF) ; -- quick setup
    WP(VALMREF,VALMWPTL) ; -- quick entry to List Manager (c)
    XQORM ; -- set XQOR init vars
    KEYS ; -- set XQOR auto-protocols

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: $E(VALM("TITLE"),1,30)
    • Line Location: HDR+7
    Function Call: WRITE
    • Prompt: $J("",30-$L(VALM("TITLE")))
    • Line Location: HDR+9
    Function Call: WRITE
    • Prompt: $C(13)
    • Line Location: HDR+10
    Function Call: WRITE
    • Prompt: $J("",((VALMWD-80)/2)),$$HTE^XLFDT($H,1),$J("",10+((VALMWD-80)/2)),"Page: ",$J(VALMPGE,4)," of ",$J($$PAGE^VALM4(VALMCNT,VALM("LINES")),4)_$S($D(VALMORE):"+",1:" ")
    • Line Location: HDR+11
    Function Call: WRITE
    • Prompt: !,X
    • Line Location: TBAR+7
    Function Call: WRITE
    • Prompt: !
    • Line Location: LIST+3
    Function Call: WRITE
    • Prompt: !,X
    • Line Location: LBAR+9
    Function Call: WRITE
    • Prompt: !
    • Line Location: LBAR+10
    Function Call: WRITE
    • Prompt: $C(13)
    • Line Location: CRT+1
    Function Call: WRITE
    • Prompt: VALMCOFF
    • Line Location: SHOW+1
    Function Call: WRITE
    • Prompt: VALMCON
    • Line Location: SHOW+14
    Info |  Source |  Entry Points |  Interaction Calls