home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / lbargen.zip / LBARGEN.DOC < prev    next >
Text File  |  1986-11-05  |  2KB  |  45 lines

  1. DOC file for LBARGEN.ARC
  2.  
  3. This is a Turbo Pascal program to write the code for dBase III Plus
  4. lite bar menus as shown in Bob DuCharme's LBARMENU.PRG.  I changed the
  5. program flow a little bit in hopes of speeding it up.
  6.  
  7. Now how it works...
  8.  
  9. Run LBARGEN. You will be prompted FOR:
  10.   1. The name of the dBase command file.
  11.      Enter up to eight characters for the file name (do not add .PRG).
  12.  
  13.   2. The title for the menu screen.
  14.  
  15.   3. If a procedure file is associated with this menu and the name
  16.      of the procedure file.
  17.  
  18.   4. Number of menu items - enter any number up to twenty.
  19.  
  20.   5. The lines that will appear on your menu.
  21.  
  22.   6. Next you will see the same number of smaller prompts for the
  23.      command files or procedures each menu item will call:
  24.  
  25.      [Accounts Receivable Menu________________]  [ACCTSREC]
  26.      [Order Entry Menu________________________]  [ORDENTER]
  27.      [________________________________________]  [________]
  28.      [________________________________________]  [________]
  29.      [________________________________________]  [________]
  30.      [________________________________________]  [________]
  31.  
  32.      If less than ten menu items are used the menu will appear double
  33.      spaced otherwise it will be single spaced. The program will add the
  34.      last menu selection as [X] Exit and will, when selected, issue the
  35.      dBase command RETURN. This will allow you to build a tree structure
  36.      of menus that will return to the next higher level each time [X] is
  37.      selected.
  38.  
  39. When you have filled in all of the blanks, the program will generate the
  40. code for your menu.
  41.  
  42. David McCourt
  43. R D 2
  44. Williamsport, Pa. 17701
  45.