jayugandhi
24th September 2015, 18:18
Hi,

on session tfgld1411m100 - Finalized Voucher, i have written a wrapper and report is in customized vrc.

my problem is when i prints a report, it is giving first page as a blank and after it gives desired output.

anyone has any idea. what need to do?

Thanks
Jay

bhushanchanda
24th September 2015, 19:00
Hi,

1. Is there anything written in the report script?
2. Are there any Output Expressions mentioned for the layouts?

jayugandhi
24th September 2015, 19:39
Hi,

yes in report script i have used latttr.print = false for each before.layout, based on condition like - tfgld106.odoc >= docn.f and <= docn.t etc...

and about output expression, it is having value "1" for some layouts and for other layout it is nothing related to page breakup. for all header layout new page is ticked that i can say.

Thanks
Jay

bhushanchanda
24th September 2015, 19:51
Okay. The next thing to check is whether docn.f and docn.t are added in report input fields. If not. Add it and try again.

jayugandhi
20th October 2015, 09:10
Hi,

KB 1654355

Thanks Bhushanchanda for your efforts.