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

Direct Printing from Runtime

Status
Not open for further replies.

JamesFlowers

Programmer
Mar 23, 2001
97
GB
Hello all,

I am trying to run a CR from within an ERP system, we want the Report to accept a parameter(s), and then print direct to a label printer without having to actually see the report run.

I know I can schedule reports in Enterprise et al, but is there a "direct print" option from 8.5?

Regards

James Flowers
 
James, you can use the PrintOut method of the report which will bypass viewing it. Usage as follows ...

Code:
Sub PrintOut([promptUser], [numberOfCopy], [collated], [startPageN], [stopPageN])
    Member of CRAXDRT.Report
    Prints the report to printer.

Patrick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top