Menglish
Programmer
- Jun 22, 2001
- 66
I have been searching through the FAQ's but have been unable to resolve my problem.
I am in Form1, and when the command button is clicked, I issue to command:
thisform.visible=.F.
do form2
read events
and this works fine.
Now is my problem. When I close form2 with "thisform.release()", how do I restore Form1? Issuing the command thisform.Form1.visible=.T. generates an error.
Any suggestions?
Thanks for any assistance.
Millard English
I am in Form1, and when the command button is clicked, I issue to command:
thisform.visible=.F.
do form2
read events
and this works fine.
Now is my problem. When I close form2 with "thisform.release()", how do I restore Form1? Issuing the command thisform.Form1.visible=.T. generates an error.
Any suggestions?
Thanks for any assistance.
Millard English