Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Params in Form Classes
Message
From
16/04/2007 15:29:15
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01216407
Message ID:
01216455
Views:
14
>How do I trigger FormA to know that FormB is now gone and I have a change in ReturnValue property

Turn it around: FormB knows when it's done and could trigger what has to be done in FormA.

The most general solution is to pass FormA to FormB, eg. Thisform.oFormB=createobject("FormB",Thisform). Now both forms know of each other and can work together.

Bye, Olaf.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform