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 |  Used in RPC
Print Page as PDF
Routine: ORWCH

Package: Order Entry Results Reporting

Routine: ORWCH


Information

ORWCH ; SLC/KCM/SCM - GUI calls specific to CPRS Chart;01:34 PM 15 Dec 1997 [10:52 AM 13 JUN 2002]

Source Information

Source file <ORWCH.m>

Entry Points

Name Comments DBIA/ICR reference
SAVESIZ(ORERR,NAM,VAL) ; save the bounds for a particular control
; NAM=frmName or frmName.ctrlName VAL=left,top,width,height
LOADSIZ(VAL,NAM)
LDFONT(VAL,NAM) ; load the user's preferred font size
SAVEALL(OK,LST) ; save the list of sizing information
SAVECOL(OK,COL) ;save report column sizing information
LOADALL(LST) ; load all the sizing related paramters
SAVFONT(ORERR,VAL)
CLRUSR ; clear size & position settings for user
; called from ORW CLEAR SIZES USER
GETPOS(VAL) ; returns the position and size information for CPRSChart
; VAL=WindowState^Size^Position^PageSplit,PageSplit...
SETPOS(OK,X) ; records window size and position info for the current user
; X=WindowState^Size^Position^PageSplit,PageSplit...

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Clear GUI size & position settings for selected user -"
  • Line Location: CLRUSR+3
Function Call: WRITE
  • Prompt: !,ORERR
  • Line Location: CLRUSR+8
Function Call: WRITE
  • Prompt: !,ORERR
  • Line Location: CLRUSR+9
Function Call: WRITE
  • Prompt: !,ORERR
  • Line Location: CLRUSR+10
Function Call: WRITE
  • Prompt: !,ORERR
  • Line Location: CLRUSR+11
Function Call: WRITE
  • Prompt: !,"Settings cleared."
  • Line Location: CLRUSR+12

Used in RPC

RPC Name Call Tags
ORWCH LOADALL LOADALL
ORWCH SAVESIZ SAVESIZ
ORWCH SAVEALL SAVEALL
ORWCH LOADSIZ LOADSIZ
ORWCH SAVFONT SAVFONT
ORWCH SAVECOL SAVECOL
ORWCH LDFONT LDFONT
Info |  Source |  Entry Points |  Interaction Calls |  Used in RPC