Report Preview problem

B

Bob G.

I am reposting this issue because I am still struggling
to open a report in preview mode from a form
which is a popup. The report opens but is not visible
because it is behind the popup form. The popup is the
main form in the application. The popup property can
only changed in design mode.

How can I have the report visibly displayed and return to
the form after the user closes the report window?
 
R

Rick Brandt

Bob G. said:
I am reposting this issue because I am still struggling
to open a report in preview mode from a form
which is a popup. The report opens but is not visible
because it is behind the popup form. The popup is the
main form in the application. The popup property can
only changed in design mode.

How can I have the report visibly displayed and return to
the form after the user closes the report window?

In the same code that opens the report set the popup form Visible property
to false. You can set it back to true in the report's Close event.
 

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