Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I get a cursor from another form?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00187252
Message ID:
00187269
Vues:
21
>Hi Mark,
>Thanks, that works. I had my Datasession 'private', so no wonder.
>Maybe it's time for the weekend... :-)

You can do this with a private data session. When you call the second form, you can pass DataSessionID as a parameter. In the called form's Init method, you can receive the data session and work with it - LPARAMETER lnSession, THISFORM.DataSessionID=lnSession. I use it in quite a few of my standard forms.
Nigel B Coates
NBC Software Services
Dublin, Ireland.
eMail: Nigel.Coates@NBCSoftware.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform