PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → How to disable/remove/hide the 'please wait" window during printing
How to disable/remove/hide the 'please wait" window during printing
Débuté par J. Flietstra, 24 avr. 2007 08:28 - 2 réponses
Posté le 24 avril 2007 - 08:28
How can i disable/remove/hide the 'wd_wait' window during printing.
I have a report dat prints contracts...
The enduser print often 1000 contracts and each contract is printed 4 time (copies) in differents paperbins.
I have already the function to print each copie to it own paperbin, but when the enduser prints 1000 * 4 = 4000 papers i got 4000 times a 'please wait' windows during printing..
It looks like a disco because the other windows are dimmed every time
Posté le 24 avril 2007 - 10:39
How can i disable/remove/hide the 'wd wait' window during printing.
I have a report dat prints contracts...
The enduser print often 1000 contracts and each contract is printed 4 time (copies) in differents paperbins.
I have already the function to print each copie to it own paperbin, but when the enduser prints 1000 * 4 = 4000 papers i got 4000 times a 'please wait' windows during printing..
It looks like a disco because the other windows are dimmed every time

iWindowCancel(False) should do the job.
Bart
Posté le 24 avril 2007 - 12:01
Thanx,,,
That's what i needed
A little bit strange to set the iwindowcancel to false!
I never sought in that direction
How can i disable/remove/hide the 'wd wait' window during printing.
I have a report dat prints contracts...
The enduser print often 1000 contracts and each contract is printed 4 time (copies) in differents paperbins.
I have already the function to print each copie to it own paperbin, but when the enduser prints 1000 * 4 = 4000 papers i got 4000 times a 'please wait' windows during printing..
It looks like a disco because the other windows are dimmed every time
iWindowCancel(False) should do the job.

Bart