Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reestablish directory paths and procedures
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00317559
Message ID:
00317627
Vues:
19
>Help
>
>I am trying to integrate a 3rd party product with my Application. I use a button to start it up and everything works fine, until I return to my application. The problem is that the paths and procedures or reset as a result my application cannot find any files. How do I reestablish my directory path and procedures in MM Framework?

Rob,

Not sure about the third party product, but you could try to add the following code to your button:

* save the current path
lcpath=set('path')

* do 3rd party util *

* reset the path
set path to &lcpath

Kind Regards,

Mat
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform