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: XLFNAME4

Package: Kernel

Routine: XLFNAME4


Information

XLFNAME4 ;CIOFO-SF/MKO-PRINT INFORMATION IN ^XTMP ;11:35 AM 23 Mar 2000

Source Information

Source file <XLFNAME4.m>

Entry Points

Name Comments DBIA/ICR reference
PRINT
MAIN ;TaskMan entry point
PFIL(XUFL,XUCD,XUCDX) ;Print information for a specific file
PFLD(XUFL,XUFD,XUCD,XUCDX) ;Print info for a specific field
PREC(XUFL,XUFD,XUREC,XUCD,XUCDX) ;Print info for a specific record
W(XUSTR,XUCOL,XUFLG) ;Write line feed and string XUSTR in column XUCOL
EOP ;EOP
HDR ;Print header
SUBHDR ;Print subheader
HINFO(XUFL,XUFD) ;Get XUFDTXT for subheader
READ(PROMPT,DEF,XHELP,HELP) ;Read X, default is ALL
HLPFIL ;Execute help for file prompt
HLPFLD ;Execute help for field prompt
HLPCOD ;Executable help for codes prompt
HLPCODX ;Executable help for codes prompt
QUEUE ;Queue the report
INIT ;Set XUHLIN to Date/time/page for header
END ;Finish up
INTRO ;Introductory text
CODTAB ;Code Table

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+25
Function Call: WRITE
  • Prompt: Q:$D(DIRUT)
  • Line Location: PREC+18
Function Call: WRITE
  • Prompt: ?15,"Old: "_XUOLD,?60,XUCOD
  • Line Location: PREC+18
Function Call: WRITE
  • Prompt: !?+$G(XUCOL),$G(XUSTR)
  • Line Location: W+2
Function Call: WRITE
  • Prompt: !
  • Line Location: EOP+3
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: EOP+5
Function Call: WRITE
  • Prompt: "^XTMP(""XLFNAME"") LISTING",?(IOM-$L(XUHLIN)-$L(XUPG)-1),XUHLIN_XUPG
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: !,$TR($J("",IOM-1)," ","-")
  • Line Location: HDR+3
Function Call: WRITE
  • Prompt: !,"File: #"_XUFL,", Field: "_XUFDTXT
  • Line Location: SUBHDR+1
Function Call: WRITE
  • Prompt: !!,"Record",?15,"Name",?60,"Codes"
  • Line Location: SUBHDR+4
Function Call: WRITE
  • Prompt: !,"------",?15,$TR($J("",40)," ","-"),?60,"-----"
  • Line Location: SUBHDR+5
Function Call: WRITE
  • Prompt: !,"Enter 'ALL' to select all files, or select one of the following:",!
  • Line Location: HLPFIL+2
Function Call: WRITE
  • Prompt: !
  • Condition for execution: $X>70
  • Line Location: HLPFIL+3
Function Call: WRITE
  • Prompt: I_" "_$J("",10-$L(I))
  • Line Location: HLPFIL+3
Function Call: WRITE
  • Prompt: !,"Enter 'ALL' to select all fields, or select one of the following:",!
  • Line Location: HLPFLD+2
Function Call: WRITE
  • Prompt: !
  • Condition for execution: $X>70
  • Line Location: HLPFLD+3
Function Call: WRITE
  • Prompt: I_" "_$J("",10-$L(I))
  • Line Location: HLPFLD+3
Function Call: WRITE
  • Prompt: !,T
  • Line Location: HLPCOD+2
Function Call: WRITE
  • Prompt: !!,"To include entries with specific codes, enter those codes separated by commas,"
  • Line Location: HLPCOD+3
Function Call: WRITE
  • Prompt: !,"or enter 'ALL' to select entries with any code,"
  • Line Location: HLPCOD+4
Function Call: WRITE
  • Prompt: !,T
  • Line Location: HLPCODX+2
Function Call: WRITE
  • Prompt: !!,"To exclude entries with specific codes, enter those codes separated by commas,"
  • Line Location: HLPCODX+3
Function Call: WRITE
  • Prompt: !,"or press <RET> to exclude no entries."
  • Line Location: HLPCODX+4
Function Call: WRITE
  • Prompt: !!,"This list overrides the list of codes to include."
  • Line Location: HLPCODX+5
Function Call: WRITE
  • Prompt: !,"Report queued!",!,"Task number: "_$G(ZTSK),!
  • Line Location: QUEUE+8
Function Call: WRITE
  • Prompt: !,"Report canceled!",!
  • Line Location: QUEUE+9
Function Call: WRITE
  • Prompt: !,T
  • Line Location: INTRO+20
Info |  Source |  Entry Points |  Interaction Calls