Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Works in Development, will it work in distributed app?
Message
 
 
À
31/01/2006 13:19:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00747730
Message ID:
01092014
Vues:
25
>I have no idea. I have not used those vue files in probably 2 years. I'm not sure what all is stored in the .vue file. It is easy to see the database and table and index file in the .vue, but the other characters I do not know what they represent.
>have you tested something like:
>
>lcVueOld = FILETOSTR( 'myview.vue' )
>lcVueNew = STRTRAN(lcVueold, "olddatabase", "newdatabase" )
>STRTOFILE( lcVueNew, 'myview.vue' )
>
>** I just tested this and it works on my system if everything else is identical including the length of the paths and the database name. Otherwise, it renders the vue file invalid (probably some binary format or something)
Yes, in my case the paths are not identical. But even when I tried to change drive letter from V to z (in my PC I have production system mapped to Z drive and my manager has it mapped to v), it gave me the same error. Perhaps I somehow altered the vue file before. Anyway, I just sent a message to my manager that it could not be done.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform