PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → credit card format windev19
credit card format windev19
Iniciado por guest, 06,sep. 2015 22:07 - 1 respuesta
Publicado el 06,septiembre 2015 - 22:07
I intend to print entry badges for tennis tournament in credit card format. (85x55mm)
I don't find the way to do this with the standard report creating tool of windev19.
Does anybody know the solution.
Thanks.
Nico
Publicado el 06,septiembre 2015 - 22:35
Hi Nico,

you just have to select a LABEL type of report, and you can then either use an existing format (most current label ones are supported) or define it your self

Of course, you can also use direct printing code (iPrint, iPrintWord, etc)

Best regards