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

Package: MailMan

Routine: XMJMP


Information

XMJMP ;ISC-SF/GMB-Print,Backup messages ;12/04/2002 10:53

Source Information

Source file <XMJMP.m>

Entry Points

Name Comments DBIA/ICR reference
PRINT(XMDUZ,XMK,XMZ,XMPRTHDR,XMBROWSE) ; Print
; XMPRTHDR 1=Print header
; 0=don't (headerless print)
; XMRECIPS 0=Don't print recipients
; 1=Print summary recipients
; 2=Print detail recipients
; XMBROWSE 0=Print normally
; 1=Direct the print to the VA FileMan Browser
PRTMSG(XMDUZ,XMK,XMZ,XMWHICH,XMRECIPS,XMPRTHDR) ;
PRTMSGX ;
PRINTMSG ;
IDHDR(XMDUZ) ; Header: "MailMan msg for..."
QRECIP(XMRECIPS,XMABORT) ;
DISPMSG(XMDUZ,XMK,XMKN,XMZ,XMSECBAD,XMNOBACK) ; Display message
RESPONSE(XMDUZ,XMZ,XMRESPS,XMPTR,XMRESP) ;
; XMRESP="" if the user hasn't read the message at all
; 0 if the user has read the original message only
; n if the user has read thru response n
CHKRESP(XMDUZ,XMZO,XMRESPSO,XMRESP) ;
BACKUP(XMDUZ,XMK,XMKN,XMZ) ; Backup
WHICH(XMZ,XMRESPS,XMVERB,XMWHICH,XMABORT) ;
PONE(XMDUZ,XMK,XMZ,XMPRTHDR,XMABORT) ;
PONEX ; Print one message. Check it to see if
; the user is allowed to see it. (confidential, scrambled)
; If not, print an error message.
PLISTX ;
; Print a list of messages.
; Check each message as we come to it to see if
; the user is allowed to see it. (confidential, scrambled)
; If not, print an error message.
PRTMULT(XMDUZ,XMK,XMKN,XMZ,XMRECIPS,XMPRTHDR,XMFIRST,XMCNT,XMABORT) ; Multiple message print

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,$$EZBLD^DIALOG(34501.1,ZTSK)
  • Line Location: PRINT+26
Function Call: WRITE
  • Prompt: $C(13),$$EZBLD^DIALOG(34502,XMV("NAME"))
  • Line Location: IDHDR+3
Function Call: WRITE
  • Prompt: " ",$P(^(0),U,1)
  • Line Location: IDHDR+4
Function Call: WRITE
  • Prompt: !,$$EZBLD^DIALOG(34503,.XMPARM),!
  • Line Location: IDHDR+6
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: DISPMSG+8
Function Call: WRITE
  • Prompt: !!,$$EZBLD^DIALOG(34509)
  • Line Location: DISPMSG+10
Function Call: WRITE
  • Prompt: !,$$EZBLD^DIALOG(34510,.XMPARM)
  • Line Location: CHKRESP+9
Function Call: WRITE
  • Prompt: !,$$EZBLD^DIALOG(34512,XMRESP)
  • Line Location: CHKRESP+15
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: BACKUP+7
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: PRTMULT+8
Info |  Source |  Entry Points |  Interaction Calls