Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database Information
Message
From
11/06/1997 00:59:47
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00035780
Message ID:
00035907
Views:
46
>* After creation of a Database you will find a file xxx.DBC, xxx being
>* the name of your database. Try this:
>
>* (xxx.DBC-file is accessible only when database is closed)
>CLOSE DATABASES
>USE xxx.DBC
>SET FILTER TO OBJECTTYPE="Table"
>BROWSE
>
>* field 'name' will contain all the names of DBF-Files included in
>* your database.
>* I tested this in VFP 3.0, it should work with 5.0, too
>* good luck

Thanks for the code, problem is database I will be already using in the program, and many tables from it also, so each and every time, I have to close all the tables, close database, run this routine and reopen all the files. Isn't there any short method ??
Previous
Reply
Map
View

Click here to load this message in the networking platform