BUG in FR 3.xx (maybe)

Hello,
From beggining of FastReport 3 I get sometime a error: "Error reading StatusBar.Left: The Window does not have scroll bars..".

This error show sometime not all time.
But how to fix? Any Ideas?

Thanks.

Comments

  • edited 11:16PM
    Describe the situation when you get this error.
  • edited 11:16PM
    Hello Alex,
    This is very difficult for description!

    Sometime report run 100 times and after that get error.
    Sometime after 5 run times get error too.

    Catch from MadExcept:
    date/time : 2005-01-30 11:35
    computer name : NYANEVA
    user name : NYaneva
    operating system : Windows XP Service Pack 2 build 2600
    system language : Bulgarian
    system up time : 2 hours 17 minutes
    program up time : 2 hours 14 minutes
    physical memory : 73/247 MB (free/total)
    free disk space : (C:) 14,11 GB
    process id : $a7c
    executable : eCit.exe
    exec. date/time : 2005-01-27 12:08
    version : 1.9.1.2005
    madExcept version : 2.7b
    exception class : EReadError
    exception message : Error reading StatusBar.Left: The window does not have scroll bars..

    main thread ($a88):
    004496e3 eCit.exe
    77d4bcc7 user32.dll DispatchMessageA

  • edited 11:16PM
    When you get this error - when opening designer or preview?
  • edited 11:16PM
    I get error on preview.


    sample of run:
    ......

    Form132.frxReport1.LoadFromFile( Form3.aSystem[5] + 'cit0010.fr3' );
    Form132.frxReport1.Variables.Variables := QuotedStr( '#N#0.00' );

    Form132.frxReport1.ReportOptions.Name := Form132.Caption;
    Form132.frxReport1.ShowReport( True );
  • edited 11:16PM
    Hello,

    Any suggestions?

    Thanks
  • edited 11:16PM
    I'm running WinXP and Delphi5..7 - there is no error and I have no idea how to prevent it.
  • edited 11:16PM
    With me, this error occurs when i??m trying that:

    for I := 1 to 5 do
    begin
    frxReport1.PrepareReport(I = 1); // Clear only in the first report (I = 1)...
    end;

    frxReport1.ShowPreparedReport;

    Sometimes, the error "Error reading StatusBar.Left ..." occurs, not all time.

    Sorry my poor english.

    Any ideas for correction ?

    Thanx, Emerson.

Leave a Comment