Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spaces in path
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00098093
Message ID:
00098196
Vues:
30
Jose,

>I copied my projects to my home computer and installed CDMM in C:\arquivos de programas\devstudio\vfp\cdbk30\. I ran ChgPath and when I was trying to run the applivcation I got an error in SET CLASSLIB TO &lcClassLib that I think that has to do with the spaces in the path.>

Well, this is good timing (or bad?). I was getting ready to post a message regarding a change to the ChngPath utility.

If you manually enter the directory names into the ChngPath screen rather than using the ellipses button to select one, the path name was not getting trimmed properly. To fix this problem, add the following lines to the top of ChngPath.prg:

tcProject = ALLTRIM(tcProject)
tcOldPath = ALLTRIM(tcOldPath)
tcNewPath = ALLTRIM(tcNewPath)

After you have made this change, you will need to restore your original project from backups (you DID back it up as recommended in the Developer's Guide <s>) and run ChngPath again.

Sorry for any inconvenience!

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform