Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with using dataenvironment
Message
From
14/06/2006 09:38:45
 
 
To
14/06/2006 09:23:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01128976
Message ID:
01128987
Views:
23
>>>I add two tables with master-detail relation in DataEnvironment of a form. The two tables and their DBC are in a subdirectory. I build the application, run it. It works fine. But if I move the application along with its subdirectories to another location, I get "Error instantiating cursor object, cannot find (current path)\(dbc file)" when I run it.
>>>
>>>What is the cause of the problem? How can I fix the problem using the DataEnvironment? Thanks.
>>
>>Perhaps it helps to make sure you have a SET PATH that finds the files, e.g.:
>>
>>
>>set path to data, help
>>
>>
>>Note that I used relative paths in the above example.
>
>I had SET PATH at the start of the appliaction. It doesn't make a difference.

Check the CursorSource property of Cursor objects in the DE of the form. This property is Read/Write at run time but Read-only at design. Usually the value of this property is the 'hard-coded' path to the table.
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform