choppysuey
Technical User
Hi everyone,
I'm running VFP 6 and had a quick question on hiding and showing multiple forms. If I have a command button on form1 that basically does this:
thisform.hide
do form form2
and then on form2 I have a command button that does this:
this form.hide
With both forms now hidden. How do I go about showing these forms again?
Thanks in advance
-suey
I'm running VFP 6 and had a quick question on hiding and showing multiple forms. If I have a command button on form1 that basically does this:
thisform.hide
do form form2
and then on form2 I have a command button that does this:
this form.hide
With both forms now hidden. How do I go about showing these forms again?
Thanks in advance
-suey