Pop up Modal form-reports behind it

M

mon

Hi All Helpers
I have a pop up modal form with command buttons to run
reports, but the reports are behind the form, which then
has to be closed. How can I have the reports come up in
front of the form and then have a command button on the
report to close it and go back to the form?
Thanks Mon
 
J

JohnWL

I suspect the pop-up form being modal is the problem. Have
you tried making it non-modal?
John Loewen
 
A

Albert D. Kallal

Actually, the reason is you are using a pop up form. Any reason why you
don't just make the form model?

A very large proportion of my forms are model. Each model form that calls
another model form will FORCE the user to close the existing form to return
to the previous form. Using popup forms is ONLY required when you need a
form to *display* on top of EVERYTHING else.

So, a good solution is to use model...but not pop up. If you take look at
the follow report screens, they are all model, and the resulting reports
always open up on top:

http://www.attcanada.net/~kallal.msn/ridesrpt/ridesrpt.html
 

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