Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

maximize print preview

Status
Not open for further replies.

franksirvent

Programmer
Mar 8, 2002
358
GB
Hello

I have a print button which does the following:

1. minimizes the current form
2. opens a report on preview mode

The problem is that the forms gets minimized BUT the preview doesn´t come up.
After closing the form the print preview is there, so it is obviously doing it.
Is there a way to force the PREVIEW to display on top?

thanks in advance

 
Hi

Try in the on open event of the report:

DoCmd.Maximize

in the On Close event of the Report

DoCmd.Restore Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top