Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataenvironment closetables close too much tables?
Message
From
12/12/2006 07:13:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Dataenvironment closetables close too much tables?
Miscellaneous
Thread ID:
01176792
Message ID:
01176792
Views:
59
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?
Reply
Map
View

Click here to load this message in the networking platform