TfrxPreview
<span style='color:red'>THIS THROWS AN EXCEPTION</span>
frxPreview1->LoadFromFile(FileName);
THIS DOES NOT
frxReport1->LoadFromFile(FileName);
frxReport1->ShowReport();
Went through and looked at the Delphi source and couldn't see any thing that I needed to do so I must of overlooked something in the documentation. Can anybody point me in the right direction?
Thanks,
Wayne
frxPreview1->LoadFromFile(FileName);
THIS DOES NOT
frxReport1->LoadFromFile(FileName);
frxReport1->ShowReport();
Went through and looked at the Delphi source and couldn't see any thing that I needed to do so I must of overlooked something in the documentation. Can anybody point me in the right direction?
Thanks,
Wayne
Comments