|
-
Aug 22nd, 2000, 07:07 AM
#1
Thread Starter
Fanatic Member
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
-
Aug 22nd, 2000, 07:10 AM
#2
Fanatic Member
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]
-
Aug 22nd, 2000, 07:13 AM
#3
So Unbanned
Like V(ery) Basic said,
Load FORM_2 in your main form's Load event then use .show and .hide instead of unloading.
-
Aug 22nd, 2000, 07:13 AM
#4
Thread Starter
Fanatic Member
open and close
Hi thanks
How Do I know that an form is loaded ?
-
Aug 22nd, 2000, 07:19 AM
#5
So Unbanned
Try to do something to it
i.e(form2!label1.caption = form2!label1.caption)
and it causes an error, it's not loaded then.
-
Aug 22nd, 2000, 08:01 AM
#6
Thread Starter
Fanatic Member
open and close forms
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|