Raise Exception when preview a report

I got a problem that raise the Onsize events exception when preview a report.
i check the version after 4.5.8 then have this exception problem.

any people got the same problem and how to solve.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 9:51PM
    need more info cannot reproduce here.
  • edited 9:51PM
    I simple create a project that only contain on frxReport Object, then click one button to showreport. then get the following exception :

    Debugger Exception Notification :
    Project Project1.exe raised exception class EReadError with message
    'Invalid property value'. Process stopped.
    Use Step or Run to continue.

    Debugger Exception Notification :
    Project Project1.exe raised exception class EReadError with message
    'Error reading frxPreviewForm.OnResize: Invalid property value'. Process stopped.
    Use Step or Run to continue.

    the debugger stop in '*' line in the frxClass Unit.

    ......

    procedure TfrxReport.ShowPreparedReport;
    {$ENDIF}
    begin
    FPreviewForm := nil;
    if FPreview <> nil then
    begin
    FPreview.FReport := Self;
    FPreview.FPreviewPages := FPreviewPages;
    FPreview.Init;
    end
    else
    begin
    * FPreviewForm := TfrxPreviewForm.Create(Application);

    ......

    please fix it...

    Akira
  • edited 9:51PM
    I have solved the problem. I unstalled the old version fast report and delete c:\program files\fastreports all things, then resintall the new version, then no such onsize exception raise.....

    [img]style_emoticons/<#EMO_DIR#>/happy.gif" style="vertical-align:middle" emoid="^_^" border="0" alt="happy.gif" /> Akria[/img]

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.