itpanarub
23rd November 2018, 09:30
Hi all,

i have layout with one after report, i'm use this for signature.
how can i put this layout in specific line, lets say in line 50?
i need this cause every detail displaying data in page 1, and then after layout display into page 2 with not data detail displaying. my layout for signature displaying in the top report.

i want displaying may signature after detail data showing. but if the signature move to new page with no data detail, i want move the signature to bottom page.



regards
Susilo

Ajesh
24th November 2018, 16:45
Your Report Length seems wrong, put the default Report length -1 and then try..

srprks
26th November 2018, 08:51
Hi all,

i have layout with one after report, i'm use this for signature.
how can i put this layout in specific line, lets say in line 50?
i need this cause every detail displaying data in page 1, and then after layout display into page 2 with not data detail displaying. my layout for signature displaying in the top report.

i want displaying may signature after detail data showing. but if the signature move to new page with no data detail, i want move the signature to bottom page.



regards
Susilo

Hi,

How to put digital signature in reports.

If you could share the details, it would be helpful

Thanks

itpanarub
26th November 2018, 09:43
Hi srprks and Ajesh,

thanks for your reply.
i have finished my report.
i have attached 2 picture.
that picture is what i mean.
signature column in after every detail data.
if the signature column not have space on the page, signature will be placed in new page but in specific line number.

this my script.


after.report.50:
|footer.70:
before.layout:

lattr.print = false

if lattr.enddata then
| message(lattr.lineno)
if lattr.lineno > 28 then
| page()
skip.to(28)
lattr.print = true
| message("Pindah Halaman")

else
skip.to(28)
lattr.print = true
| message("Halaman sama")
endif
endif


maybe you have any good idea for this?