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.
i check the version after 4.5.8 then have this exception problem.
any people got the same problem and how to solve.
Comments
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
[img]style_emoticons/<#EMO_DIR#>/happy.gif" style="vertical-align:middle" emoid="^_^" border="0" alt="happy.gif" /> Akria[/img]