home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / DBASE / DBASEIII.ARC / DBASE.DOC < prev    next >
Text File  |  1985-02-11  |  842b  |  21 lines

  1. Here's some simple ways to use these files....
  2. They are from an article in a magazine called Computer Language(the Jan '85
  3. Issue to be exact!)
  4.         Anyways...try this out...
  5.                   For the catalog files(they catalog your files on the 
  6. diskettes!)..     
  7.                   DO Catalog WITH "A:","MYCAT"
  8.                   USE Mycat
  9.  
  10.                   For the menu system program...
  11.                   SET PROCEDURE TO Menusys
  12.                   DO Menu WITH "Menudemo"
  13.                   *move up and down selections by using the F3/F4 keys
  14.                   *or press the first letter of the choice desired.
  15.  
  16.  
  17.          I encourage you to either print these programs out or list them
  18. out so that you can benefit from the authors comments.
  19.  
  20.          Hope these are both enjoyable and useful to your dBaseIII work.
  21.