Open subform on main form load

  • Thread starter Thread starter Karmakul
  • Start date Start date
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
 
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! |
*******************************************
 
Back
Top