Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Environment questions
Message
From
24/06/2002 16:02:09
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00671235
Message ID:
00671814
Views:
15
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform