Keep all forms maximized

T

Tiago

Hi,

I have a number of forms that are displayed one at a time. I need to display
them all maximized. I can do this fine, but there's an annoying problem
though.
When I close one form to open the other, the next form first appears NOT
maximized and ONLY THEN gets maximized. This causes a glitch in the user
experience.
So, how can I make forms change smoothly between each other?

Thank you in advance
 
D

djf

Hope this helps. I build a macro that has, open form, maximize for each form
and also a close form line for each form. In the properties of each form I
refer to the correct macro in the on close and on open properties

For example when I closeform A it runs this macro from the on close property

mcrFormOp.menuO

This macro opens form B and then maximizes it. The new form shows up
completely maximized.
 
T

Tiago

Thank you very much. That's precisely the effect I was looking for.
However, now the forms take a bit longer to load (open). Any suggestions to
minimize that loading time?
 
T

Tiago

Yes, I've done that and that's what's giving the forms that behaviour. Thabks
anyway.
 

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

Top