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

Package: Order Entry Results Reporting

Routine: ORCDLG1


Information

ORCDLG1 ;SLC/MKB - ORDER DIALOGS CONT ;11/14/17 09:49

Source Information

Source file <ORCDLG1.m>

Entry Points

Name Comments DBIA/ICR reference
EN(ITM,INST) ; -- ask each ITM prompt where
; ORDIALOG(PROMPT,#) = internal form of each response
EN0
EN1 ; -- loop for multiples
M1
ENQ
REQUIRED() ; -- Required response message
SELECT() ; -- select instance of multiple to edit
S1
ONLY(I) ; -- I the only instance?
ADDMULT ; -- add new instances of multiple
ONE(ORI,REQD) ; -- ask single-valued prompt
CHILDREN(PARENT,INST) ; -- ask child prompts
RESET ; -- Reset original prompt value
UJUMP ; -- ^-jump
UJQ
DELETE ; -- delete response
DELCHILD(PARENT,INST) ; -- delete child prompts
SURE() ; -- sure you want to delete?
VALID() ;Check to see if default value is valid. Returns 0 or 1

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"The DEFAULT value for the ",$G(ORDIALOG(PROMPT,"A"))," prompt is invalid."
  • Line Location: EN+14
Function Call: WRITE
  • Prompt: $C(7),!!,$$REQUIRED,!
  • Line Location: M1+2
Function Call: WRITE
  • Prompt: $C(7),!!,$$REQUIRED,!
  • Line Location: M1+6
Function Call: WRITE
  • Prompt: $C(7),!,"Only "_MAX_" items may be selected!",!
  • Line Location: ADDMULT+3
Function Call: WRITE
  • Prompt: $C(7)," ^-jumping not allowed!"
  • Line Location: UJUMP+2
Function Call: WRITE
  • Prompt: $C(7)," ??"
  • Line Location: UJUMP+6
Function Call: WRITE
  • Prompt: $E(P,$L(XP)+1,$L(P))
  • Line Location: UJUMP+7
Function Call: WRITE
  • Prompt: $C(7)," ^-jumping ahead not allowed now!"
  • Line Location: UJQ+0
Function Call: WRITE
  • Prompt: $C(7)," ??"
  • Line Location: DELETE+1
Function Call: WRITE
  • Prompt: $C(7)
  • Line Location: SURE+3
Info |  Source |  Entry Points |  Interaction Calls