Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move framework classes to another location
Message
De
21/07/2006 15:11:44
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
À
21/07/2006 12:02:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01138570
Message ID:
01138694
Vues:
12
>I have my framework classes on a local drive. I want to move them to a network drive. How can I update all my projects at once to look into a new location?

You can open your projects one by one as tables, and in each one of them

replace all name with strtran(name, lcOldFWPath, lcNewFWPath)

I think the paths are stored as lowercase, but you better check or use additional parameters of strtran(). There's also a terminating chr(0) (or maybe not) after the name, but it won't be influenced by strtran.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform