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

Adding reports to a print job (CRPE API 8.5)

Status
Not open for further replies.

SteveChamberlain

Programmer
Sep 14, 2006
12
NL
Hi,

This thread follows on from
Does anyone know if it is possible to add a report to a print job using the CRPE API?

I have a program which opens a report something like:

short jobhandle = PEOpenPrintJob(report_one.c_str());

and what I would really like to do is something like:

PEAddReportToPrintJob(report_two.c_str());

I know that PEAddReportToPrintJob doesn't exist, but I need to combine my reports into one print job.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top