How to : display ProgressBar in window when report
Hello..everyone.
How to :
display ProgressBar in window when report is still in construction.
so the user can look, wait and know when the report is in progress and when the report is ready to show up.
i see the OnStartReport,OnProgressReport but i don't know how to use it..
i can't find reference.
Thank's
Jigu
How to :
display ProgressBar in window when report is still in construction.
so the user can look, wait and know when the report is in progress and when the report is ready to show up.
i see the OnStartReport,OnProgressReport but i don't know how to use it..
i can't find reference.
Thank's
Jigu
Comments
i wanna show 0 to 100% progress..
thank;s
Jigu
first, tell me how to make the standard.
thank's
JiguJigu
If you wnat show progress bar from 0 to 100% then you must create your own progress window.
I create example tommorow and attach it here.
It is not exact calculation, because report doesn't know how many page contain in prepared report.
This example demonstrate how you can create your own progress window.
I can't attach example here and i send it to your e-mail.
Can you give me your e-mail?
many..many thank's
thank's you very much for your example..
i have a question :
what is or what for :
if Progress div 8 = 0 then Inc(Num,2);
if Progress mod 1000 = 0 then Inc(Num,1);
thank's you
Jigujigu
milan.tomes@haida.cz
Thanks