Designing report with no data loaded stop abnormally application
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
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
Just a question, in which file can we find the DesignReport method ?
Thanks again.