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

Package: Integrated Billing

Routine: IBCEMCL


Information

IBCEMCL ;ALB/ESG - Multiple CSA Message Management ;20-SEP-2005

Source Information

Source file <IBCEMCL.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- main entry point
HDR ; -- header code
INIT ; -- init variables and list array
BLD ; Build the display area of the list
INITX ;
SET(X,CNT,DATA) ; Set an entry into the display array and scratch global
; X - visual line to display
; CNT - current record counter
; DATA - 3 piece string IBIFN^IBDA^IB364 (optional)
SETX ;
HELP ; -- help code
EXIT ; -- exit code
UNLOCK ; unlock any entries that may still be selected
UNLOCKX ;
MARK(IBDA,IBIFN,VALMCNT,INDEX,RESULT) ; Select/De-select Entry in List.
; This procedure toggles the selection of a status message either
; ON or OFF. It also adds or removes the "*" to the list display.
; If a selection can't be locked, then it will not be selected.
; VALMHDR is killed so ListManager will invoke the header code.
MARKX ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!?2,"Sorry, another user is currently using the MCS option."
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !?2,"Please try again later."
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !!,"Compiling MCS Data ... "
  • Line Location: INIT+4
Function Call: WRITE
  • Prompt: !,"Building the MCS list display ... "
  • Line Location: BLD+2
Function Call: WRITE
  • Prompt: !!
  • Line Location: HELP+1
Info |  Source |  Entry Points |  Interaction Calls