home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Du Jour
/
SoftwareDuJour.iso
/
BUSINESS
/
DBASE
/
DBASEIII.ARC
/
DBASE.DOC
< prev
next >
Wrap
Text File
|
1985-02-11
|
842b
|
21 lines
Here's some simple ways to use these files....
They are from an article in a magazine called Computer Language(the Jan '85
Issue to be exact!)
Anyways...try this out...
For the catalog files(they catalog your files on the
diskettes!)..
DO Catalog WITH "A:","MYCAT"
USE Mycat
For the menu system program...
SET PROCEDURE TO Menusys
DO Menu WITH "Menudemo"
*move up and down selections by using the F3/F4 keys
*or press the first letter of the choice desired.
I encourage you to either print these programs out or list them
out so that you can benefit from the authors comments.
Hope these are both enjoyable and useful to your dBaseIII work.