Hello,<br><br>when I was trying to add a print "preview" in my coding, the "preview" of my report worked, but it was gone after half a second. How can I avoid that it disappears so quickly?<br><br>Underneath, you see some coding I used:<br><br>dim oAppl as CRPE.Application<br>dim oRep as CRPEAuto.Report<br>set oAppl = CreateObject("Crystal.CRPE.Application"<br>set oReport = oAppl.OpenReport("c:\ddd.rpt"<br><br>oReport.preview<br><br>