Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing cursors
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00457071
Message ID:
00457092
Views:
22
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'
Previous
Reply
Map
View

Click here to load this message in the networking platform