Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to disable open VFP tables in Foxpro for DOS ?
Message
 
À
10/02/2003 00:29:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00750356
Message ID:
00751292
Vues:
11
If you use the suggestions in a VFP program, maybe use a looping structure in which you process all of the tables, USE each table, use the SYS(14) function to get the index expression of the .idx file, and JUSTFNAME() function to get the name of the .idx file, use that info in creating the .cdx index for the new VFP table, using the name of each .idx file as the name of each TAG in the .cdx file. This way you can automate the entire process of conversion!

Dana

>>Then you may use VFP ability to work with tables for FPD.
>>In VFP:
>>1. use table_dos
>>2. copy to newtable_name with cdx
>>*Be sure that index file is actually CDX in FPD: programmers often used simple index file, idx, in the past. Also they often created tables having index file with different names.
>>*New table you will not be able to open in FPD, but in VFP only.
>>*Now rename tables as needed.
>
>Is there any way not to copy the tables, because I have many tables with many indexes and I use idx for the index file.
>
>regards,
>
>Budianto
Where's the damned Any Key?...too late
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform