Elrodyn
19th March 2009, 04:49
Dear Gurus,

i have a question regarding the reporting tools of LN, i want to repeatedly print the detail layout of the report until some page line.

the reason i want for this, is because our client wants to print the report with the same layout as pre-printed report, so they want to print the blank detail record with some table lines.

any suggestion or links i can use?thanks

Hitesh Shah
19th March 2009, 18:07
Use function layout.again in report script .

Elrodyn
20th March 2009, 07:30
i used the function layout.again() but the report hangs when i tried to print it...

do you have any idea why it's happening?

Hitesh Shah
20th March 2009, 15:35
Unconditional call to layout.again() can hang the report. But u should use appropriate conditions (lattr.pageno / lattr.lineno etc ) to break the loop before calling layout.again()