Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the datasession from AUSED()?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00250315
Message ID:
00250418
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform