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

Crystal PrintOut Method

Status
Not open for further replies.

AndyLee100

Technical User
Jun 26, 2003
174
0
0
GB
Does anyone konw of a way in stopping the print progress dialog box from appearing.

My application is sending on average 80 pages to the printer using Report.PrintOut method in Crytsal. We are printing labels and don't want the box which appears with a cancel button to appear. This is different from the prompt user argument.

Thanks very much

Andy
 
You should be able to stop prompting the user by simply using reportname.printout False
 
I have figured it out.

If you check my original post I said it is different from the prompt user argument. This is to stop the print progress dialog from appearing which has a cancel button on it.

What is needed is:-

CRrpt.DisplayProgressDialog = False

where CRrpt is a crystal report object.

Thanks for the reply though.

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top