home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / microcrn / issue_43.arc / DBMENU.ARC / -README.DOC next >
Text File  |  1988-07-28  |  2KB  |  35 lines

  1. *** Micro Cornucopia issue #43
  2. *** Support code for Brett Fishburne's dBASE menu article
  3.  
  4. Hello!
  5.  
  6.   To use any of the programs at this point, you would have to be familiar with
  7. dBase and the programming language.  If you are, then no explanation is really
  8. needed other than that given in the article.  In case you are not, I am going
  9. to give you a quick analysis so that you can play with it.
  10.  
  11. 1) Envoke dBase
  12. 2) Get to the dot prompt (RETURN then ESC)
  13. 3) type "SET DEFAULT TO A:" or whatever drive you have the programs in
  14. 4) type "DO MAINMENU" <RETURN>
  15.      This is the menu I wanted to generate using the programs.
  16. 5) type "Q" or <ESC> to quit
  17. 6) type "USE MENUFILE"
  18. 7) type "DO DRAWMENU WITH 1,'Strike a LETTER key to evoke the corresponding
  19.          operation','MAIN MENU'" <RETURN>
  20.      This is the menu I created with the AUTO MENU GENERATOR
  21. 8) type "DO MAKEMENU WITH 1,'Strike a LETTER key to evoke the corresponding
  22.          operation','MAIN MENU'" <RETURN>
  23.      If everything works properly the computer should generate a program
  24.      under the name TEMP.MNU.  The last time I did this it worked fine,
  25.      but it has been a little while.
  26. 9) to run the new menu type "DO TEMP.MNU"
  27.      This is the menu you created!
  28. 10) the other features are blossoming, but they are not quite ready for
  29.     this type of cursory description.  Again, if you are familiar with
  30.     dBase, you should be able to figure them out.
  31.  
  32.                       Brett Fishburne
  33.                       5009 Delaware St.
  34.                       College Park, MD  20740
  35.