Crystal Reports OCX and Navision

I’m using the Crystal Reports OCX (version 8)with Navision 2.6D (Db=SQL2000). This works fine, but there is still one problem. The users can start a Crystal report bij clicking on a button on the form. But the report won’t show before the user minimizes Navision. Does anynone know how the reports can me made visible without minimizing the Navision Window? The report are generated by the following programcode: // put all properties to default OCXCrystal1.Reset; // reportname OCXCrystal1.ReportFileName :=‘c:\temp\report.rpt’; nError := OCXCrystal1.PrintReport;