SteveChamberlain
Programmer
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.
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.