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

Package: Kernel

Routine: XQT1


Information

XQT1 ;SEA/MJM - Menu Template Processor ;04/07/99 12:13

Source Information

Source file <XQT1.m>

Entry Points

Name Comments DBIA/ICR reference
KILL
NXT ;Process the next option, entry/exit actions,start list over, or quit
ASK
OUT ;End of the line for this puppy: return to regular menu system
HELP ;Call the help screen
A ;ACTION type option entry point
B ;Broker type option. Not allowed in templates.
C ;SCREEN type option entry point
P ;PRINT type option entry point
I ;INQUIRE type option entry point
I1
I2 ;
E ;EDIT type option entry point
E1
DIC ;Get FileMan parameters from Option File and do look up
D1
SET
R ;RUN ROUTINE type option entry point
L ;OE/RR Limited Option type
O ;OE/RR Protocol (orderables) type option entry point
X ;OE/RR Extended Action type option (Subset of Protocol type)
Q ;OE/RR Protocol Menu type option entry point

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: %
  • Timeout: DTIME
  • Line Location: ASK+0
Function Call: WRITE
  • Prompt: !!,"Again? Y// "
  • Line Location: ASK+0
Function Call: WRITE
  • Prompt: !!,"Please type 'Y' or 'N', '^' to quit, or '??' for help."
  • Line Location: ASK+0
Function Call: WRITE
  • Prompt: !!,"XQUIT encountered at option ",$P(XQY0,U,2),!,?5,"template ",XQPT," halted by this encounter. Sorry."
  • Line Location: ASK+3
Function Call: WRITE
  • Prompt: !?5,"Executing: ",$P(XQY0,U,2)
  • Line Location: ASK+4
Function Call: WRITE
  • Prompt: !!,"XQUIT encountered at option ",$P(XQY0,U,2),!,?5,"template ",XQPT," halted by this encounter. Sorry."
  • Line Location: A+2
Function Call: WRITE
  • Prompt: !
  • Line Location: I2+1
Function Call: WRITE
  • Prompt: !
  • Line Location: DIC+1
Info |  Source |  Entry Points |  Interaction Calls