Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.vue file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01091936
Message ID:
01092097
Vues:
25
Hi,

>If someone saves a view of relations set in designed time pointing to one database, how can the same view be used for the different database?

The name of the DBC is stored at the end of the VUE file. The two bytes before the DBC name contain the length of the full path to the DBC. Use the following expression to update these two bytes, too:
Left(BinToC(LEN("dbc"),"RS"),2)
You need to replace "dbc" with the actual path and file name of the database.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform