Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading correct tables
Message
From
26/07/2005 13:30:52
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Reading correct tables
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01035975
Message ID:
01035975
Views:
57
I have a vfp9 winform that opens some free tables in the Data Environment and displays their information in a grid, etc... Everything in the form works.

My problem is that the tables in the DE are pointing to the production tables located on the F: drive. This is not a real big deal except that I added a field to the table on the development drive T: and also changed the form. However, when I perform a DO FORM myform in the command window, the form's DE opens the table in production on F: and not the one I want in T:.

I even have a path set to my development tables but the form still looks at the production tables.

Is there any way to remove all paths in the form's DE?

I would really like the form's DE CursorSource property to read "mytable.dbf" rather than "f:\data\mytable.dbf". Then I would be responsible for creating the proper SET PATH statement.

Thanks,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform