Can't preview
Hi, I'm using fastreport2.50 for bcb6 trial version.I'm perplexed that I can't use ShowReport Method to view the report.What's the problem?Hope to get the
answer.
Thank you very much.
answer.
Thank you very much.
Comments
but here is a few things that can hapen in delphi
report.frf file not loaded, either no code to do it or
bad ('pathname filename') suplied to loadfromfile.
usually spot this by being able to preview in designer under ide if not dependant on outside code. and doesnt show in runtime.
Master databand in report not connected to valid fr datasource.
I know I should first store the report model then load it my code.