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

Package: Remote Order Entry System

Routine: RMPFET6


Information

RMPFET6 ;DDC/KAW-EDIT LINE ITEM INFORMATION [ 05/12/98 1:45 PM ]

Source Information

Source file <RMPFET6.m>

Entry Points

Name Comments DBIA/ICR reference
START
ST1
END
ADD ;;Add a new line item
ADD1
ADDE
EDIT ;;Edit information for a line item
ED1
EDITE
SELECT ;;Select a line item from 791811
SE0
SE1
SELECTE
DELETE ;;Delete a line item
DEL1
DELETEE
READ

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!?33,"ITEMS ORDERED"
  • Line Location: START+4
Function Call: WRITE
  • Prompt: !!
  • Line Location: START+5
Function Call: WRITE
  • Prompt: !!,"*** UNABLE TO ADD LINE ITEM ***"
  • Line Location: ADD1+6
Function Call: WRITE
  • Prompt: !!,$C(7),"*** THIS LINE ITEM IS IN A STATUS THAT IS UNEDITABLE ***"
  • Line Location: EDIT+5
Function Call: WRITE
  • Prompt: !
  • Line Location: SE0+0
Function Call: WRITE
  • Prompt: !!,"*** THIS LINE ITEM HAS BEEN INACTIVATED FOR NEW ORDERS ***"
  • Line Location: SE0+2
Function Call: WRITE
  • Prompt: !!,"Are you sure you want to delete this item? NO// "
  • Line Location: DELETE+3
Function Call: WRITE
  • Prompt: !!,"If you enter a <Y> the item will be permanently deleted from this order.",!,"If you enter a <N> or <RETURN> the item will be retained on the order."
  • Line Location: DEL1+0
Function Call: READ
  • Variable: Y
  • Timeout: DTIME
  • Line Location: READ+1
Function Call: READ
  • Variable: Y
  • Timeout: 5
  • Line Location: READ+1
Info |  Source |  Entry Points |  Interaction Calls