PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → WD 7.5 Print message - suppressing
WD 7.5 Print message - suppressing
Iniciado por Norman Bailey, mai., 19 2004 7:45 PM - 2 respostas
Publicado em maio, 19 2004 - 7:45 PM
I am running a program minimized on the taskbar. This generates a label at regular intervals. It all works fine but -
Is there any way to suppress the 'Printing and sorting' box that flashes up on the screen? If it's in the documentation then I have missed it.
Norman

http://www.zipzap.co.uk
Publicado em maio, 20 2004 - 3:04 AM
Norman,
have you tried deleting the message? Report Description/Data/Waiting message.
Maybe no message means no message box.
Also your Ct demo not working, empty file.
Gill
I am running a program minimized on the taskbar. This generates a label at regular intervals. It all works fine but -
Is there any way to suppress the 'Printing and sorting' box that flashes up on the screen? If it's in the documentation then I have missed it.

Norman
Publicado em maio, 21 2004 - 12:52 PM
Found it! Went back to the 5.5 manuals. Better than the 7.5 versions.
So easy really, you place iWindowCancel(False) before the iPrintReport().
Norman,
have you tried deleting the message? Report Description/Data/Waiting message.
Maybe no message means no message box.
Also your Ct demo not working, empty file.
Gill
I am running a program minimized on the taskbar. This generates a label at regular intervals. It all works fine but -
Is there any way to suppress the 'Printing and sorting' box that flashes up on the screen? If it's in the documentation then I have missed it.

Norman