Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a Cursor from another DataSession
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00202395
Message ID:
00202409
Vues:
20
Paul,
Switching Datasessions on the fly is a great way to GPF VisFox!
(Thats why its not recommended),

The best way I have found is to pass the DBF name to the form, and
reopen it on the other side:

DO FORM MyForm WITH DBF('MYCURSOR')

MyForm.Init:
Parameters cCursorName
USE (cCursorName) AGAIN SHARED IN 0 ALIAS MYCURSOR
* Read/Write to cursor; changes will be available to calling form
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform