home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / samples.exe / HELPER.PRG < prev    next >
Encoding:
Text File  |  1992-03-10  |  6.2 KB  |  178 lines

  1. ******************************************************************************
  2. * PROGRAM NAME: HELPER.PRG
  3. *               PROCEDURES TO DISPLAY MENU HELP FOR BUSINESS PROGRAMS
  4. *               SAMPLE BUSINESS APPLICATION PROGRAM
  5. * LAST CHANGED: 09/25/89 09:26AM
  6. * WRITTEN BY:   Borland International Inc.
  7. ******************************************************************************
  8.  
  9. * Main procedure 
  10. PROCEDURE Helper
  11.  
  12.     * Define help screen colors
  13.     IF ISCOLOR()
  14.     c_help = "B/BG,GR+/G"
  15.     ELSE
  16.     c_help = "W+/N,W/N"
  17.     ENDIF
  18.  
  19.     * Define the help window
  20.     DEFINE WINDOW Helpscr FROM 0,0 TO 24,79 PANEL COLOR &c_help.
  21.     ACTIVATE WINDOW Helpscr
  22.     CLEAR
  23.     * The current popup menu determines which help screen is displayed
  24.     DO CASE
  25.     CASE POPUP() = "MAINMENU"        && Help for the Business Menu
  26.         DO Help_main
  27.     CASE POPUP() = "RPT_MNU"         && Help for the Report Menu
  28.         DO Help_rept
  29.     CASE POPUP() = "DEST_MNU"        && Help for the Destination Menu
  30.         DO Help_dest
  31.     CASE POPUP() = "MAIN_MNU"        && Help for the Option Menu
  32.         DO Help_opti
  33.     CASE POPUP() = "BACKMENU"        && Help for the Back up/Restore Menu
  34.         DO Help_back
  35.     ENDCASE
  36.     WAIT SPACE(24) + "Press any key to return to menu."
  37.     CLEAR
  38.     DEACTIVATE WINDOW Helpscr
  39.     RELEASE WINDOW Helpscr
  40. RETURN
  41. *========================== end of main procedure ============================
  42.  
  43. PROCEDURE Help_main
  44. * Display help screen for the Business Main Menu
  45. TEXT
  46.    ══ HELP FOR THE MAIN MENU ═════════════════════════════════════════════
  47.    ═══════════════════════════════════════════════════════════════════════
  48.     Selection             Purpose
  49.     ────────────────────  ───────────────────────────────────────────────
  50.     EMPLOYEES             Employee subapplication
  51.     CUSTOMERS             Customer subapplication
  52.     VENDORS               Vendors subapplication
  53.     INVENTORY             Inventory subapplication
  54.     ORDERS                Orders subapplication
  55.     ACCOUNTS RECEIVABLE   Accounts Receivable subapplication
  56.     AREA CODES            Area Codes subapplication
  57.  
  58.                                  ── Utilities ──
  59.  
  60.     PRINT INVOICES        Print invoices from orders
  61.     BACK UP/RESTORE DATA  Back up or restore business data files
  62.     RETURN TO dBASE       Quit application and return to dot prompt
  63.                              or Control Center
  64.     QUIT TO DOS           Quit application and return to operating system
  65.    ═══════════════════════════════════════════════════════════════════════
  66.  
  67. ENDTEXT
  68. RETURN
  69.  
  70. PROCEDURE Help_opti
  71. * Display help screen for the Option Menu
  72. TEXT
  73.    ══ HELP FOR THE OPTION MENU ═══════════════════════════════════════════
  74.    ═══════════════════════════════════════════════════════════════════════
  75.     Selection          Purpose
  76.     ───────────────    ──────────────────────────────────────────────────
  77.     Add  record        Add new record to database
  78.     Edit record        Edit the current record
  79.     Delete record      Delete current record from the database
  80.     Next record        skip to Next record
  81.     Previous record    skip to Previous record
  82.     Top record         go to Top of database
  83.     Bottom record      go to Bottom of database
  84.     Skip records       Skip fwd or backwards by an entered # of records
  85.     Find record        Find a record using key field search
  86.     List records       List data to screen beginning with current record
  87.     Output reports     Print or display reports and labels
  88.     Group records      Specify filter condition to view selective records
  89.     Count records      Count number of records in database
  90.     Index database     create/rebuild Indexes
  91.     Quit               Quit from subapplication screen to MAIN MENU
  92.    ═══════════════════════════════════════════════════════════════════════
  93.  
  94. ENDTEXT
  95. RETURN
  96.  
  97. PROCEDURE Help_rept
  98. * Display help screen for the Reports Menu
  99. TEXT
  100.  
  101.  
  102.      ══ HELP FOR THE REPORTS MENU ═══════════════════════════════════════
  103.      ════════════════════════════════════════════════════════════════════
  104.  
  105.       Selection               Purpose
  106.       ───────────────────     ──────────────────────────────────────────
  107.       Database Report         Report data from database file
  108.  
  109.       Mailing List            Print mailing labels
  110.  
  111.       Customed programmed     Execute a custom report program
  112.       report                  (not available for some subapplications)
  113.  
  114.       Exit to OPTION MENU     Return to the OPTION MENU without printing
  115.  
  116.      ════════════════════════════════════════════════════════════════════
  117.  
  118.  
  119.  
  120.  
  121. ENDTEXT
  122. RETURN
  123.  
  124. PROCEDURE Help_dest
  125. * Display help screen for the Option Menu
  126. TEXT
  127.  
  128.  
  129.  
  130.      ══ HELP FOR THE DESTINATION MENU ══════════════════════════════════
  131.      ═══════════════════════════════════════════════════════════════════
  132.  
  133.       Selection              Purpose
  134.       ───────────────────    ──────────────────────────────────────────
  135.       Printer                List to the current printer
  136.  
  137.       File                   Output to a file for later printing
  138.  
  139.       Screen                 List report on the screen
  140.  
  141.       Exit to OPTION MENU    Return to the OPTION MENU without printing
  142.  
  143.      ═══════════════════════════════════════════════════════════════════
  144.  
  145.  
  146.  
  147.  
  148. ENDTEXT
  149. RETURN
  150.  
  151. PROCEDURE Help_back
  152. * Display help screen for the Back up/Restore Menu
  153. TEXT
  154.  
  155.  
  156.  
  157.       ══ HELP FOR THE BACK UP/RESTORE MENU ════════════════════════════
  158.       ═════════════════════════════════════════════════════════════════
  159.                                                                     
  160.        Selection                  Purpose
  161.        ───────────────────        ────────────────────────────────────
  162.        Back up your data          Save database files and indexes on 
  163.        to floppy disks            floppy disks
  164.  
  165.        Restore your data          Copy database files and indexes from
  166.        from floppy disks          floppy disks on to your hard disk
  167.  
  168.        Exit to the Main Menu      Return to the MAIN MENU
  169.  
  170.       ═════════════════════════════════════════════════════════════════
  171.  
  172.  
  173.  
  174.  
  175. ENDTEXT
  176. RETURN
  177. **************************** END OF HELPER.PRG *******************************
  178.