tonyflavell
Programmer
I wish to preload and hide 6 forms at startup either before the application main menu appears, or in the background with the application main menu displayed.
I can't seem to achieve this without a great deal of annoying screen activity. The forms are seen to load and then disappear (with flashes of the background in between.
I have tried the following (amongst more exotic solutions)
1) Using - 'acHidden' switch.
2) Using - Forms!fmMenu2.visible = false.
3) Using - application.echo false.
4) Using - screenupdating = false.
5) Loading the main menu before the other forms and keeping it active.
Somebody must know a solution, please pass it on!
Tony
I can't seem to achieve this without a great deal of annoying screen activity. The forms are seen to load and then disappear (with flashes of the background in between.
I have tried the following (amongst more exotic solutions)
1) Using - 'acHidden' switch.
2) Using - Forms!fmMenu2.visible = false.
3) Using - application.echo false.
4) Using - screenupdating = false.
5) Loading the main menu before the other forms and keeping it active.
Somebody must know a solution, please pass it on!
Tony