Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Database Information
Message
De
11/06/1997 00:59:47
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00035780
Message ID:
00035907
Vues:
44
>* 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 ??
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform