manojsharma
6th December 2005, 06:35
Hi everyone,
I want to print two report. My first report is of only two lines and I want that my second report will start printing from the third line on the same page.
And my first report is customised report and second report is a standard report.
Can anybody help me.
Thanx in advance.
v_chandra
6th December 2005, 07:11
Hi
First copy that standard report layout to your current VRC, then add a new layout above your original layout it could be before.report, or any other layout that you need. Print this layout with some condition and once it is printed make the condition false, so that it doesn't effect the original report printing.
Hope you have understood it and this would help you
Thanks and Regards
en@frrom
6th December 2005, 12:48
I am not sure what your exact requirements are, but sometimes it happens that you NEED two seperate reports and therefor cannot merge the two into one report. If then you still need the second report to start straight after the first one, this can still be achieved with some programming trick. If you need this latter indeed, then let us know, and provide us some details, so we can give you further advice...
Regards,
En
kathuria
13th December 2005, 12:59
Hi Manoj,
You have to use functions rprt_oen,rprt_close,rprt_send and use temporary flag to count lines. Through rprt function you can open more than one report at a time.
Regards,
Sanjay Kathuria