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

Package: IFCAP

Routine: PRCFFUC1


Information

PRCFFUC1 ;WISC/SJG-UTILITY ROUTINE FOR HOLD FUNCTIONALITY ;7/18/95 10:39

Source Information

Source file <PRCFFUC1.m>

Entry Points

Name Comments DBIA/ICR reference
V ;;5.1;IFCAP;;Oct 20, 2000
H1 ; Help prompt for new accounting period
H2 ; Help for relating accounting period to calendar month
PAUSE ; Pause screen when data is displayed

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"The values relationship between the Calendar Month",!,"and the Accounting Period and Fiscal Months is as follows:"
  • Line Location: H2+2
Function Call: WRITE
  • Prompt: !,LN
  • Line Location: H2+3
Function Call: WRITE
  • Prompt: !?15,BAR,?18,"Accounting",?30,BAR,?33,"Calendar"
  • Line Location: H2+4
Function Call: WRITE
  • Prompt: !?3,"Month",?15,BAR,?20,"Period",?30,BAR,?34,"Month",!,LN
  • Line Location: H2+5
Function Call: WRITE
  • Prompt: !?3,"October",?15,BAR,?22,"01",?30,BAR,?36,"10"
  • Line Location: H2+6
Function Call: WRITE
  • Prompt: !?3,"November",?15,BAR,?22,"02",?30,BAR,?36,"11"
  • Line Location: H2+7
Function Call: WRITE
  • Prompt: !?3,"December",?15,BAR,?22,"03",?30,BAR,?36,"12"
  • Line Location: H2+8
Function Call: WRITE
  • Prompt: !?3,"January",?15,BAR,?22,"04",?30,BAR,?36,"01"
  • Line Location: H2+9
Function Call: WRITE
  • Prompt: !?3,"February",?15,BAR,?22,"05",?30,BAR,?36,"02"
  • Line Location: H2+10
Function Call: WRITE
  • Prompt: !?3,"March",?15,BAR,?22,"06",?30,BAR,?36,"03"
  • Line Location: H2+11
Function Call: WRITE
  • Prompt: !?3,"April",?15,BAR,?22,"07",?30,BAR,?36,"04"
  • Line Location: H2+12
Function Call: WRITE
  • Prompt: !?3,"May",?15,BAR,?22,"08",?30,BAR,?36,"05"
  • Line Location: H2+13
Function Call: WRITE
  • Prompt: !?3,"June",?15,BAR,?22,"09",?30,BAR,?36,"06"
  • Line Location: H2+14
Function Call: WRITE
  • Prompt: !?3,"July",?15,BAR,?22,"10",?30,BAR,?36,"07"
  • Line Location: H2+15
Function Call: WRITE
  • Prompt: !?3,"August",?15,BAR,?22,"11",?30,BAR,?36,"08"
  • Line Location: H2+16
Function Call: WRITE
  • Prompt: !?3,"September",?15,BAR,?22,"12",?30,BAR,?36,"09"
  • Line Location: H2+17
Function Call: WRITE
  • Prompt: !,LN
  • Line Location: H2+18
Function Call: WRITE
  • Prompt: !!,"Example:"
  • Line Location: H2+19
Function Call: WRITE
  • Prompt: !,"March is Accounting Period '06' and Calendar Month '03'"
  • Line Location: H2+20
Function Call: WRITE
  • Prompt: !!,"Press 'RETURN' to continue"
  • Line Location: PAUSE+1
Info |  Source |  Entry Points |  Interaction Calls