Designing report with no data loaded stop abnormally application

edited 10:01AM in FastReport 4.0
Hello,

I call DesignReport without opening tables data and when I click on preview button in toolbar in design mode the application stop abnormally. Any idea ?
Thanks
Try
frxReport1.Clear;
frxReport1.LoadFromFile(PathName+'Report\'+RptFileName);
frxReport1.DesignReport();
Except
end;

Comments

  • gpigpi
    edited 10:01AM
    Create small demo project with error and send it to support@fast-report.com
  • edited 10:01AM
    OK thanks
    Just a question, in which file can we find the DesignReport method ?
  • edited 10:01AM
    Another information, it happens only with clientdataset connected to firebird query and with paradox table in another application.
  • edited 10:01AM
    It 's ok for the DesignReport method I found it and localized the problem I contacted FR support.
    Thanks again.

Leave a Comment