Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dataenvironment closetables close too much tables?
Message
De
12/12/2006 07:13:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Dataenvironment closetables close too much tables?
Divers
Thread ID:
01176792
Message ID:
01176792
Vues:
60
When i open a dataenvironment object with 2 tables (dbf1, dbf2) from database dbc1.dbc:
goTestdat1 = NEWOBJECT('pdt06_voorraad1','C:\DT06_VOORRAAD1.PRG')
goTestdat1.OpenTables()

i open another table from the same database dbc1.dbc:
use dbf3 in 0

and another table from database dbc2.dbc
use dbf4 in 0

i close tables from data object:
goTestdat1.CloseTables()

Now i would expect that table dbf3 would be still open, but it is closed too. And dbf4 remains open.

I m wondering, do i overlook something here?
Répondre
Fil
Voir

Click here to load this message in the networking platform