|
-
Mar 21st, 2000, 10:17 PM
#1
Thread Starter
New Member
I've made an app with lot of forms. When I go from one form to another. I make this:
-------------
Load Form1
Form1.show vbmodal
-------------
Making this I go from form1 to form2.
My problem is that in my app I should be able to go from any form to any other form. Then, it's possible that when I go from form1 to form2, form2 can be loaded and visible, yet. I have a run-time error:
----------------
Run-time error: 400
The form is already visible. It can't be loaded in modal way
---------------
How can I validate if form2 is already loaded?. Which is teh best way to go from one form to other?.
Any solutions will be gretaly apreciatted.
Nauj
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
|