|
-
May 26th, 2001, 04:00 AM
#1
Thread Starter
Member
cannot show the form! Error '400' & '401'
hi everybody..
In the MAIN page, it contains many command buttons for the users to enter each section of the system. and of cos the form of each section has a QUIT button for back to MAIN page....I declared ALL the forms------> .show vbmodal, when I press QUIT to back to MAIN page, it prompts"run time error '400': 'form already displayed, can't show modally.' so I remove 'vbmodal' to continue and run again...then it prompts "run time error '401' : 'can't show non-modal form when modal form is displayed.' so what can I do?? Really annoying me NOW!!
Please help...in urgent!
Post or reply here if you've got some ideas.
Thanks a lot.
-
May 26th, 2001, 04:46 AM
#2
Well ...
Are you displaying your MAIN form modally, too?
If you are showing other forms modally, just try to unload them in the QUIT button's click event. Since the MAIN form is already there behind the sub form, the user will automatically return to the MAIN form.
.
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
|