Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runnig VFP exe from network
Message
From
08/09/1998 12:10:58
 
 
To
08/09/1998 10:32:57
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00134075
Message ID:
00134122
Views:
10
>>After I moved my exe on the network it works properly from any other PC but my own. It (exe) always "looks" for local views that I defined in the data environment of my form in my PC c:\myprj\data directory rather then on network. If I would rename dir on my PC I am getting error, exe still looks for data on my PC. What I did wrong?
>
>You may and should reset Database property for DataEnvironment.Cursor(s) propgrammatically in DE.BeforeOpenTables event.

Dear Edward,

Thank you for your replay, but it still doesn't work.
In DataEnvironment BeforeOpenTables event I have now code:
THIS.Cursor1.DataBase = CURDIR()+"customer.dbc" - where customer.dbc is my database container and Cursor1 is my local view in that container.
Application still looks into my local PC dir and generates an error...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform