Hi all
How can codejock report be sent to printer ?
Thanks
Joseph
How can codejock report be sent to printer ?
Re: How can codejock report be sent to printer ?
What kind of report are you talking about?
The eXpress train is coming - and it has more cars.
Re: How can codejock report be sent to printer ?
Codejock.ReportControl
Your sample report is displayed in a grid on the screen, can the sam grid report be sent to printer ?
Thanks.
Joe
Your sample report is displayed in a grid on the screen, can the sam grid report be sent to printer ?
Thanks.
Joe
Re: How can codejock report be sent to printer ?
Try this:
Code: Select all
oReport:printReport(0)
The eXpress train is coming - and it has more cars.
Re: How can codejock report be sent to printer ?
Thanks Roger.
It worked just fine.
Now I will like to place a report Title at the top of each page, can't find a way to do that.
Joe
It worked just fine.
Now I will like to place a report Title at the top of each page, can't find a way to do that.
Joe
Re: How can codejock report be sent to printer ?
This might work:
Code: Select all
oReport:printOptions:formatString := 'My Report Title'
The eXpress train is coming - and it has more cars.
Re: How can codejock report be sent to printer ?
Hi Roger,
Thanks. I modified your code as shown below and it works.
oReport:PrintOptions:Header:formatString := 'My Report Title'
Joe
Thanks. I modified your code as shown below and it works.
oReport:PrintOptions:Header:formatString := 'My Report Title'
Joe
Re: How can codejock report be sent to printer ?
Hi Roger,
I need to Place the company logo (BMP/JPG) on the header of the report and in any row of the report.
Thanks.
Joe
I need to Place the company logo (BMP/JPG) on the header of the report and in any row of the report.
Thanks.
Joe
Re: How can codejock report be sent to printer ?
Hi Roger,
I stumble on this codejock report control sample from codejock forum. It may be exactly what majority of members who are interested in report control may be looking for. If we can have this sample, it will be great.
Note that the sample is based on CJ version 15
I stumble on this codejock report control sample from codejock forum. It may be exactly what majority of members who are interested in report control may be looking for. If we can have this sample, it will be great.
Note that the sample is based on CJ version 15
- Attachments
-
- ReportSample_18674.zip
- CJ Report Sample
- (1.32 MiB) Downloaded 744 times