Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing cursors
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00457071
Message ID:
00457092
Vues:
23
Bob,

You can use the default datasession to solve the problem, or if you prefer to use the private datasession (which I almost always do) you can use the same datasession as the calling form by putting:

THISFORM.DATASESSION = _SCREEN.ACTIVEFORM.DATASESSIONID
DODEFAULT()

in the load of the called form. This is especially useful when calling a modal form.

Bob
'If the people lead, the leaders will follow'
'War does not determine who is RIGHT, just who is LEFT'
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform