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

Package: Order Entry Results Reporting

Routine: ORCDLGH


Information

ORCDLGH ; SLC/MKB - Help for Order Dialogs ;4/7/97 10:00

Source Information

Source file <ORCDLGH.m>

Entry Points

Name Comments DBIA/ICR reference
P ; -- pointer
S ; -- set of codes
D ; -- date
R ; -- free text date
OLDR ; -- [old help for] free text date
F ; -- free text
N ; -- numeric
Y ; -- yes/no

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Choose from:"
  • Line Location: S+1
Function Call: WRITE
  • Prompt: !,?10,$P(X,":"),?20,$P(X,":",2)
  • Line Location: S+2
Function Call: WRITE
  • Prompt: !!,"Examples of Valid Dates:"
  • Line Location: OLDR+1
Function Call: WRITE
  • Prompt: !," JAN 20 1957 or 20 JAN 57 or 1/20/57 or 012057"
  • Line Location: OLDR+2
Function Call: WRITE
  • Prompt: !," T (for TODAY) T+1 (for TOMORROW) T+2 T+7 etc."
  • Line Location: OLDR+3
Function Call: WRITE
  • Prompt: !," T-1 (for YESTERDAY) T-3W (for 3 WEEKS AGO) etc."
  • Line Location: OLDR+4
Function Call: WRITE
  • Prompt: !,"If the year is omitted, the current year is assumed."
  • Line Location: OLDR+6
Function Call: WRITE
  • Prompt: !,"Time may not be entered."
  • Line Location: OLDR+7
Function Call: WRITE
  • Prompt: !,"If only the time is entered, the current date is assumed."
  • Line Location: OLDR+8
Function Call: WRITE
  • Prompt: !,"The date "_$S(DOMAIN["R":"must",1:"may")_" be followed by a time, such as JAN 20@10, T@10AM, etc."
  • Line Location: OLDR+9
Function Call: WRITE
  • Prompt: !,"You may enter a time such as NOON, MIDNIGHT, or NOW."
  • Line Location: OLDR+10
Function Call: WRITE
  • Prompt: !,"You may also enter NOW+3' (for current date and time plus 3 minutes)"
  • Line Location: OLDR+11
Function Call: WRITE
  • Prompt: "."
  • Line Location: F+1
Function Call: WRITE
  • Prompt: ", from "_+DOMAIN_"-"_+$P(DOMAIN,":",2)_" characters in length."
  • Line Location: F+2
Function Call: WRITE
  • Prompt: "."
  • Line Location: N+1
Function Call: WRITE
  • Prompt: " between "_+DOMAIN_" and "_+$P(DOMAIN,":",2)
  • Line Location: N+2
Function Call: WRITE
  • Prompt: ", up to "_+$P(DOMAIN,":",3)_" decimal places"
  • Line Location: N+3
Function Call: WRITE
  • Prompt: "."
  • Line Location: N+4
Info |  Source |  Entry Points |  Interaction Calls