-
Hi
I have an problem, have 2 forms (FORM_1 AND FORM_2), the FORM_1 can call FORM_2 and the FORM_2 also can call FORM_1, when the FORM_2 call FORM_1 , I close It (UNLOAD ME), but when the user click in button that call the FORM_1 It do not show.
Someone help me
thank you in advance
-
I think there's a bug, you might want to just use YourForm.Hide and then YourForm.Show instead on Loading and Unloading the form.
[Edited by V(ery) Basic on 08-22-2000 at 08:13 AM]
-
Like V(ery) Basic said,
Load FORM_2 in your main form's Load event then use .show and .hide instead of unloading.
-
open and close
Hi thanks
How Do I know that an form is loaded ?
-
Try to do something to it
i.e(form2!label1.caption = form2!label1.caption)
and it causes an error, it's not loaded then.
-
open and close forms