Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximum string length?
Message
From
01/03/2006 15:30:27
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01100026
Message ID:
01100620
Views:
17
Sergey -

I'm probably breaking protocol here but since you helped me with an earlier part on this I thought it might be OK to ask you directly,

If I SELECT from a table that is not currently open into a cursor, the source table is opened in the process. If the source table is in a variable, how can I then close it so it is available to other programs?
lcSourcetable = 'd:\mydir\mytable'
SELECT * from (lcsourcetable) into cursor crsNew
** release the source table
use in (lcSourceTable) && doesn't seem to work
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform