PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM26] Message or progress bar while generate pdf
[WM26] Message or progress bar while generate pdf
Iniciado por Mauricio, 28,oct. 2021 09:22 - 2 respuestas
Publicado el 28,octubre 2021 - 09:22
Hi,
I'm generating a PDF, if I do it in the emulator a window pops up,
saying that the PDF is being generating. However, when I execute the
same app in the mobile, there is no window nor message. The PDF has
more than 30 pages and in the mobile it seems that it's not working. Is
there any way to show a message window or progress bar while the pdf is
generated?
Thanks in advance.

Mauricio
Publicado el 28,octubre 2021 - 11:20
Check the help for WaitWindowStart() and WaitWindowStop()

Arie
Publicado el 29,octubre 2021 - 08:45
Thanks Arie, it works fine.

Arie laid this down on his screen :
Check the help for WaitWindowStart() and WaitWindowStop()

Arie