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 12:25AM
    Describe the situation when you get this error.
  • edited 12:25AM
    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 12:25AM
    When you get this error - when opening designer or preview?
  • edited 12:25AM
    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 12:25AM
    Hello,

    Any suggestions?

    Thanks
  • edited 12:25AM
    I'm running WinXP and Delphi5..7 - there is no error and I have no idea how to prevent it.
  • edited 12:25AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.