Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form A and Form B
Message
From
31/07/2010 20:31:31
 
 
To
31/07/2010 20:05:42
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01474760
Message ID:
01474765
Views:
26
>>>With help last week from Naomi and Hilmar I am able to check for the existence of form b (called from form a) and close it from
>>>form a. (See Thread 1473802)
>>>Now I'd like to execute a method in Form B called from an event in Form A. Is that possible?
>>
>>DO FORM MyFirstForm NAME oMyFirstForm LINKED
>>
>>DO FORM MySecondForm NAME OMySecondForm LINKED
>>
>>* from any method in MyFirstForm execute this
>>
>>IF vartype(oMySecondForm) = 'O'
>>oMySecondForm.MyMethodInSecondForm()
>>ENDIF
>
>
>Thank you. The second form closes on init... if I omit LINKED, it stays open, but that defeats the purpose!
>
>dg
>
>do the second form modal


The second form can not be modal according to my program protocols. Thanks thought.

dg
Previous
Reply
Map
View

Click here to load this message in the networking platform