PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] - How to print two copies of a Receipt on same page?
[WD20] - How to print two copies of a Receipt on same page?
Iniciado por Yogi Yang, 23,abr. 2018 16:54 - 3 respuestas
Publicado el 23,abril 2018 - 16:54
Hello,

I have a need where in I have designed a payment receipt that takes up half of A4 size page.

Now I need to print the second copy of this payment receipt in the second half of A4.

How can we achieve this?

Attached sample receipt:
[attachment 2672 2018-04-23_202305.png]

TIA
Publicado el 23,abril 2018 - 17:11
Hi Yogi,

The solution is to design your A4 and you duplicate your fields e.g Date1 for the higher part and date2 for the lower part when you assign the values date1=value and date2=same value

I did it horizontally but it is the same vertically.

Enjoy.
Publicado el 23,abril 2018 - 17:35
You can try with Internal reports or nested reports.

https://doc.windev.com/en-US/…
https://doc.windev.com/en-US/…
Publicado el 24,abril 2018 - 13:49
Quote
Abdelillah ELFASSI

Hi Yogi,



The solution is to design your A4 and you duplicate your fields e.g Date1 for the higher part and date2 for the lower part when you assign the values date1=value and date2=same value



I did it horizontally but it is the same vertically.



Enjoy.
Hello

Thanks for the idea! Using this I managed to print two receipts in horizontal!!!

But in case of vertical how can I handle Report Header and Report Footer?

TIA