Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Environment questions
Message
De
24/06/2002 16:02:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00671235
Message ID:
00671814
Vues:
14
Thanks - I got it to work, but I had to reference the table in question by using _RCD_. I checked the dataenvironment and found the following code:

ADD OBJECT orcd AS ctablecursor WITH ;
alias = "rcd", ;
cdatabasename = "cdms", ;
cursorsource = "[rcd]", ;
database = "\develop\edwin\data\commondata\cdms.dbc", ;
Name = "orcd", ;
nodataonload = (.f.), ;
Tabindex = 2.00

Why do I need to use _ before and after the table name?

Also, I will want to read the location of the database from a registry entry. I know how to get the path from the registry, but how do I store it in the dataenvironment? This path could be different for every computer running my application.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform