Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get the datasession from AUSED()?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00250315
Message ID:
00250418
Views:
16
>In my error handling program, I would like to revert all the tables opened in the system. I use AUSED() to create an array of the opened tables. However, it gives me the tables without telling me in wich datesessionID it is so when I do a select on the tables, it doesn't recognize them? Any way to get the datasessionId for an opened table?
>
>thanks
>eric.

One way is:

lnDSID = _screen.activeform.datasessionid
set datassession to lnDSID
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform