External Exception EEFFACE
FR2.51
Delphi 7
An error occured during calculation
DialogFrom.Table1.ReportLogo
Report: frReport1
Object: Picture1
External exception EEFFACE
followed by INVALID ARGUMENT
This error occurs only when running the compiled EXE. It does NOT occur in the delphi environment. A picture control is used to display a bitmap (report Logo) from a MS Access database table. This worked perfectly with FR2.47. Now, with FR2.51, I set the Picture.Datafield to the corresponding table/fieldname and it works fine in the environment, but not in the EXE. I can do a work-around and LoadFromFile, but I would rather not. Can anyone help ?
Delphi 7
An error occured during calculation
DialogFrom.Table1.ReportLogo
Report: frReport1
Object: Picture1
External exception EEFFACE
followed by INVALID ARGUMENT
This error occurs only when running the compiled EXE. It does NOT occur in the delphi environment. A picture control is used to display a bitmap (report Logo) from a MS Access database table. This worked perfectly with FR2.47. Now, with FR2.51, I set the Picture.Datafield to the corresponding table/fieldname and it works fine in the environment, but not in the EXE. I can do a work-around and LoadFromFile, but I would rather not. Can anyone help ?
Comments
Did you put your fr database engine components on the underlying form?
regards
The Fast report dialog form has a the related table on it and a tfrBDEdatabase on it.
Does that help? Am I missing something?
using bde dbengine components
you would need the ado engine components.
regards
On a different note, I used ADO and Access2000 on a different app. and didn't like it at all. In fact, I totally hated ADO and changed it back to BDE and Access95
strange
gord