PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → print original & copy - half & half
print original & copy - half & half
Débuté par guillermo, 27 sep. 2005 02:41 - 3 réponses
Posté le 27 septembre 2005 - 02:41
Hi forum:
How can I do ?
I need print an sale invoice, in A4, in this way ....
The original in the first half of the page and the copy in the second half
Thanks
Guillermo
Posté le 27 septembre 2005 - 12:31
Hi Guillermo,
I use this method :
1st - Before printing the report, with a WHILE statement, put each invoice line in one array.
2nd - Create a report with duplicated fields (in each half).
In the report header code, assign each invoice field to the correspondent array element.
Best regards,


http://www.windevpt.com
Posté le 27 septembre 2005 - 18:47
Thanks Artur, I try it
Guillermo
Hi Guillermo,
I use this method :
1st - Before printing the report, with a WHILE statement, put each invoice line in one array.
2nd - Create a report with duplicated fields (in each half).
In the report header code, assign each invoice field to the correspondent array element.
Best regards,
Posté le 30 septembre 2005 - 10:44
You can define a report with 2 objets of the type "internal report".
This internal report calls the invoice twice.
you can out this in any order you want :)

Remember: This is Windev...

Greatings.

"guillermo" <glsaavedra@adinet.com.uy> escribió en el mensaje
news:43386524$1@news.pcsoft.fr...
Hi forum:
How can I do ?
I need print an sale invoice, in A4, in this way ....
The original in the first half of the page and the copy in the second half
Thanks
Guillermo