PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD21 printing a header
WD21 printing a header
Iniciado por guest, 03,ago. 2016 16:47 - 2 respuestas
Publicado el 03,agosto 2016 - 16:47
Hey to all of you :)

Is it possible to fill a header of a report AFTER i have print all the body's?
And if so, how ?

I have already tried it with calculated field. But no look

TIA
Jan
Publicado el 03,agosto 2016 - 17:48
Hi Jan

it should be possible by code:
- leave an empty header area in your report
- print your body
- in one of the code area after body, before footer, or similar, use iPrint and associated functions to print at the top of the page, in the header area

Best regards
Publicado el 04,agosto 2016 - 12:55
Many thanks Fabrice, but i solved it in an other way

I now give the header text with the report as a parameter..;-)

TIA
Jan