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

Package: Accounts Receivable

Routine: RCBMILL


Information

RCBMILL ;WISC/RFJ-millennium bill report (generator) ; 27 Jun 2001 11:10 AM

Source Information

Source file <RCBMILL.m>

Entry Points

Name Comments DBIA/ICR reference
DQ ; queued report starts here
; requires variable rcdatbeg and rcdatend
ASKTYPE() ; ask type of report
MONTHSEL ; ask starting and ending month
; returns rcdatbeg and rcdatend

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"--- Enter the Type of Report to Generate ---"
  • Line Location: RCBMILL+6
Function Call: WRITE
  • Prompt: !!,"--- Enter the Month and Year for the Report ---"
  • Line Location: RCBMILL+13
Function Call: WRITE
  • Prompt: !
  • Line Location: RCBMILL+27
Function Call: WRITE
  • Prompt: !!,"<*> please wait <*>"
  • Line Location: RCBMILL+31
Function Call: WRITE
  • Prompt: !!,"***** WARNING: THIS WILL USE A LARGE AMOUNT OF PAPER. *****"
  • Line Location: ASKTYPE+9
Function Call: WRITE
  • Prompt: !,"***** I RECOMMENDED THAT YOU DO ***NOT*** PRINT THIS *****"
  • Line Location: ASKTYPE+10
Function Call: WRITE
  • Prompt: !,"***** REPORT ON A PRINTER. YOU SHOULD CAPTURE THIS *****"
  • Line Location: ASKTYPE+11
Function Call: WRITE
  • Prompt: !,"***** TO A FILE ON YOUR PC FOR REVIEW. *****"
  • Line Location: ASKTYPE+12
Function Call: WRITE
  • Prompt: !!,"--- Enter the Starting and Ending Month and Year ---"
  • Line Location: MONTHSEL+5
Function Call: WRITE
  • Prompt: !,"ENDING MONTH MUST BE GREATER THAN STARTING MONTH!"
  • Line Location: MONTHSEL+12
Function Call: WRITE
  • Prompt: !,"--- Selected date range from ",Y," to "
  • Line Location: MONTHSEL+15
Function Call: WRITE
  • Prompt: Y," ---"
  • Line Location: MONTHSEL+16
Info |  Source |  Entry Points |  Interaction Calls