Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tip on how to fix database path in Dataenvironment
Message
De
03/07/1997 11:51:23
Gino Miceli
Lan Professionals, Inc.
Bay Shore, New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Tip on how to fix database path in Dataenvironment
Divers
Thread ID:
00038538
Message ID:
00038538
Vues:
79
Many of you had been concerned with the Database property which is read-only at design time... the end result of this is that people with two copies of their dataset (one for development and one for production), even across a network, will have the app look at the original development copy of the dataset..bad indeed!

The best solution I could come up with is the hardcode the following into the BeforeOpenTables() event of the DE of each form:

this.Cursor1.Database = "..\Data\Main.dbc"
this.Cursor2.Database = "..\Data\Main.dbc"
... etc.

This seems to work very well, even if you move your distribution directory!
- Gino Miceli -
LAN Professionals Inc.
Bayshore, NY
gino@vdot.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform