Open subform on main form load

K

Karmakul

Hello!
The situation is as follows. The subform deals file choosing, the main
form displays the chosen file. Displaying the main form without first
choosing a file to display is meaningless.
I wonder about the right way to show the child form from its MDI-
container right on application start.

Thank you in advance,
Kirill
 
G

Gregory A. Beamer

Hello!
The situation is as follows. The subform deals file choosing, the main
form displays the chosen file. Displaying the main form without first
choosing a file to display is meaningless.
I wonder about the right way to show the child form from its MDI-
container right on application start.

If the user must pick a file to go forward, I would just show the child
form first and then show the file once they choose. If they choose another,
you can then open it modal, so they cannot do anything until they have
chosen something.

Good UI means removing "choices" a user cannot choose.

peace and grace,


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

My vacation and childhood cancer awareness site:
http://www.crazycancertour.com

*******************************************
| Think outside the box! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top