Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Database with Form
Message
De
01/04/2005 02:42:53
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Open Database with Form
Divers
Thread ID:
01000539
Message ID:
01000539
Vues:
79
Dear Experts

I have a Database, Data1, containing three Tables
What is the best way to open Database, Data1, with Form?

In this regard I use folloiwng different methods.

1- On the LOAD event of Form I write following codes

close all
close database
open database d:\abc\data1.dbc execlusive
use table1 in 0
use table2 in 0
use table3 in 0

2- On the LOAD event of Form I write following codes

close database
use table1 in 0
use table2 in 0
use table3 in 0

3- On the LOAD event I write nothing and put all tables in DE.

Please advise me which METHOD is the best or suggest another.


Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform