Print Preview is locking up program

T

Treebeard

I'm using access 2000 under XP. I have no problem under windows 98 nor
windows 2000.

This is happening with several of my clients.

When I print preview a report, it locks up the program. I can switch to
other programs in the task bar, but I have to shut down access using task
manager and restart it. Doesn't happen everytime.


Here is how I'm previewing the report:

DoCmd.OpenReport InvoiceAgingHistoryReportName, acPreview, ,
strCriteria
DoCmd.Close acForm, ThisFormsName
DoCmd.Hourglass False
DoCmd.SelectObject acReport, InvoiceAgingHistoryReportName, False

It works perfectly for all operating systems except XP.

Jack
 
Top