Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1825
Strange error/bug: .Print sends form behind parent!
posted

Morning all,

When I use the .Print for the grid the form the grid is on is sent behind the calling form.

How do I stop this? I have tested the form with the .print line commented out and the form behaves correctly, staying in front of parent form.

With it uncommented it will go behind the calling form. But get this if i then reprint the grid witht he same code it will then stay in front!

The parent form displays the child form using frmName.show().

I am at a loss.

Help.

Deasun