PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Question about body complement in report
Question about body complement in report
Iniciado por guest, 22,ago. 2015 21:43 - No hay respuesta
Publicado el 22,agosto 2015 - 21:43
I want to print a signature section (about 3 lines) between break_footer1 and page_footer.
Also this signature section must be as close as to the top of the page_footer.
After each break_footer1, the space left in the page may change.
I read something about body complement. However, when I put static control in the signature section, and I wrote code as follows:

After printing BREAK_FOOTER1
iPrintBodyComplement(iPageHeightLeft - PAGE_FOOTER)

it will print static control twice in the body complement.
Any suggestions?