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

Package: Order Entry Results Reporting

Routine: OREV


Information

OREV ;SLC/DAN Event delayed orders set up ;10/25/02 13:46

Source Information

Source file <OREV.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- main entry point for OR DELAYED ORDERS
SWITCH
HDR ; -- header code
PHDR ;
INIT ;
LIST ; -- produce list of existing events/rules
GETENTRY(ENTRY,DSP,LST,ORCNT,ORGLOB) ;
CHKSEL ;Evaluate selection if done by number
HELP ; -- help code
EXIT ; -- exit code
EEE ;Enter/edit events
DESELECT ;Un-highlight selected choices
COPY(NEWENT) ;Allow new entries to copy from existing entries
AUDIT(ENTRY,TYPE) ;Adds audit history for entry

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Invalid selection."
  • Line Location: CHKSEL+7
Function Call: WRITE
  • Prompt: !!
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !!,"This entry is being edited by another user."
  • Line Location: EEE+11
Function Call: WRITE
  • Prompt: !!,"NOTE: New entries start INACTIVATED.",!
  • Line Location: EEE+12
Function Call: WRITE
  • Prompt: !!,$C(7),"** This event has delayed orders associated with it! **",!,"Editing will affect these delayed events.",!
  • Line Location: EEE+14
Function Call: WRITE
  • Prompt: !!,"Editing auto-dc rules takes effect immediately.",!
  • Line Location: EEE+15
Function Call: WRITE
  • Prompt: !!,"This entry is being edited by another user."
  • Line Location: EEE+24
Function Call: WRITE
  • Prompt: !!,$C(7),"** This event has delayed orders associated with it! **",!,"Editing will affect these delayed events.",!
  • Line Location: EEE+25
Function Call: WRITE
  • Prompt: !!,"Editing auto-dc rules takes effect immediately.",!
  • Line Location: EEE+26
Function Call: WRITE
  • Prompt: !,"Copying..."
  • Line Location: COPY+4
Info |  Source |  Entry Points |  Interaction Calls