Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CloseOpenedTables is Missing
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00691182
Message ID:
00691443
Views:
21
>Anyone know (or Doug, if you're there?) what became of the CloseOpenedTables utility method that was in SDT 5.1?
>
>I just upgraded to 6.0c, now I've got some broken code with my calls:
>
>oMeta.oSDTMgr.oUtility.CloseOpenedTables(@laTables,SET("DATASE"))

The closest method I found is:

lnRetVal = aused(laTables)
use other_table1 in 0
use other_table2 in 0
oMeta.CloseOpenedCursors(@laTables)

When you call that method with the latables array, only those tables that are now open and NOT in the array will be closed.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform