Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Runnig VFP exe from network
Message
De
08/09/1998 12:10:58
 
 
À
08/09/1998 10:32:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00134075
Message ID:
00134122
Vues:
12
>>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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform