Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a free table in Private Data Session
Message
 
To
27/08/1997 17:03:13
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00047219
Message ID:
00047248
Views:
25
>I have a form with a private data environment. I need to SELECT a free table that was "USED" earlier in the program. Since it is not a part of the data environment, it won't let me select it. It is a 2.6 table, so I can't add it to a Database. I don't want to add it to the DE as a free table because I don't want the location hard coded. How can I either select this free table or add it programatically to the DE.
>
>ED

Ed, a free table should respond to USE and SELECT the same as a table in the DBC - I use them regularly. Check in your Datasession list (Window/Datasession menus) and look at the DS in question. If you don't see it, then start checking code for where it was closed (in my case it's usually a USE without the IN 0 clause) or whether it was called in the default datasession by mistake.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform