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 7:27PM
    need more info cannot reproduce here.
  • edited 7:27PM
    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 7:27PM
    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