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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print preview...

Status
Not open for further replies.

azw

Programmer
Joined
Jun 26, 2000
Messages
1
Location
BE
Hello,<br><br>when I was trying to add a print &quot;preview&quot; in my coding, the &quot;preview&quot; of my report worked, but it was gone after half a second.&nbsp;&nbsp;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(&quot;Crystal.CRPE.Application&quot;)<br>set oReport = oAppl.OpenReport(&quot;c:\ddd.rpt&quot;)<br><br>oReport.preview<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top