Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Manually add table to CDE
Message
De
27/03/2004 07:15:20
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Divers
Thread ID:
00889376
Message ID:
00890148
Vues:
23
Hi Mel:

>When you do this in the CDE, do you use the native VFP USE command? If so, where do you actually do this?
>In my testing I have been doing this for this one free table in question in the Form's AfterOpen (per info found in CodeMine help).

Sure, you can USE the table in the AfterOpen but why not just use a standard CM cursor object just like any other table? All you have to do is set it up just like a table in a DBC where cType == "Table", cDatabase == '' (None in the property window) and cSource is the free table name. If the free table can be found along your path, just the name of the table will do (you don't even need to specify ".dbf"). Other than that you can specify a path and filename in cSource but obviously, this can be a problem if the file may be in a variable location "on-site".

HTH
-=Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform