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

Package: Order Entry Results Reporting

Routine: ORCACT


Information

ORCACT ; SLC/MKB - Act on orders ;4/2/02 16:41

Source Information

Source file <ORCACT.m>

Entry Points

Name Comments DBIA/ICR reference
ADD ; -- add new order via NW on pkg results tab
; Requires ORDIALOG = name of pkg dialog
ADQ
EDIT ; -- change orders
RENEW ; -- renew orders
REWRITE ; -- rewrite orders
HOLD ; -- hold orders
UNHOLD ; -- release hold on orders
EN(ORACT) ; -- start here with:
; ORNMBR = #,#,...,# of selected orders
; ORACT = action to be taken on orders
EN1
ENQ
ORDITEM(ID) ; -- Returns order text
SUBHDR(X) ; -- Display subheader of order being acted on
DELAY() ; -- Delay release of orders?
EX ; -- exit action

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,$C(7),$P(ORPTLK,U,2)
  • Line Location: ADD+3
Function Call: WRITE
  • Prompt: !!,$C(7),$P(ORPTLK,U,2)
  • Line Location: EN+7
Function Call: WRITE
  • Prompt: !,"This order has been deleted!"
  • Line Location: EN1+3
Function Call: WRITE
  • Prompt: !,ORERR
  • Line Location: EN1+6
Function Call: WRITE
  • Prompt: !,$P(ORLK,U,2)
  • Line Location: EN1+8
Function Call: WRITE
  • Prompt: !!,?(36-($L(X)\2)),"-- "_X_" --",!
  • Line Location: SUBHDR+1
Info |  Source |  Entry Points |  Interaction Calls