How to : display ProgressBar in window when report

edited 5:30AM in FastReport 3.0
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

Comments

  • edited 5:30AM
    anyone ??? can help me...plz
  • edited 5:30AM
    Turn on TfrxReport.ShowProgress and TfrxReport.OldStyleProgress propertyes.
  • edited 5:30AM
    wrote:
    Turn on TfrxReport.ShowProgress and TfrxReport.OldStyleProgress propertyes.
    can you give me examples,.. please..

    i wanna show 0 to 100% progress..


    thank;s
    Jigu
  • edited 5:30AM
    You want create your own progress or use standard?
  • edited 5:30AM
    please tell me the both (standard and non standard) ... please
    first, tell me how to make the standard.

    thank's
    JiguJigu
  • edited 5:30AM
    Standard Progress bar(OldStyle) show oly window with page numbers.
    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.
  • edited July 2006
    The example.
    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.
  • edited 5:30AM
    Your registration e-mail doesn't work.
    Can you give me your e-mail?
  • edited 5:30AM
    jigujigu@gmail.com

    many..many thank's
  • edited 5:30AM
    hello, Den

    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
  • edited 5:30AM
    Can you post me that example too ?
    milan.tomes@haida.cz

    Thanks

Leave a Comment