PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD] How to "lock" number of copies to print...
[WD] How to "lock" number of copies to print...
Iniciado por guest, 29,ago. 2016 08:27 - 1 respuesta
Publicado el 29,agosto 2016 - 08:27
Hello to all

I have some reports to print and for each of them, i need to print 2 copies and this is easy to set:
....
IParameter (icopies, 2)
....

My problem is that i don't want to give to the user a possibility to change the number of copies to print.
Is it possible to "lock" the "Number of copies" field during the preview of the report??

Thanks in advance

Gianni
Publicado el 29,agosto 2016 - 13:09
Hi Gianni,

you can include the preview window in your project and make that field invisible based on whatever criteria you want

Best regards