Error:property transparent does not exist
Hello All,
I'm using Delphi 2010 RAD Studio and Fast Report 4 Trial, i was using RaveReports mostly but FastReport is much more advanced and good then Rave so that's why i decide to install FastReport Trial and testing, i have to say FastReport is really good thanks for all your developer's efforts.
However i've a problem which i can not solve, My project is using MDI Child forms at Form8 i added an FrxReport and Dataset and designed report with Image object (image object will show the staff's picture from db, at db there is only image path recorded like C:\SonerCakir.jpg), during design-time report working fine but when i try to call during Run-Time it says "property transparent does not exist" and killing the exe process.
I tryed some tricks like, i added an image object to report without any code but it did the same error again, when i delete image object from report it's working fine. I did check the Demos (which installing with Trial Setup) to figure it out am i doing something wrong, all the demos returning "property print does not exist", it's strange isn't it ? What i'm doing wrong and how i can fix it ?
I was never installed any FastReport version to my pc before, it was a clean installation.
Project Properties;
Delphi 2010 RAD Studio
MySQL 5.0
MyDAC
FastReport 4 Trial
I'm calling MDI Child form with "TForm8.Create(Application);"
Thanks in advance and sorry for bad english
I'm using Delphi 2010 RAD Studio and Fast Report 4 Trial, i was using RaveReports mostly but FastReport is much more advanced and good then Rave so that's why i decide to install FastReport Trial and testing, i have to say FastReport is really good thanks for all your developer's efforts.
However i've a problem which i can not solve, My project is using MDI Child forms at Form8 i added an FrxReport and Dataset and designed report with Image object (image object will show the staff's picture from db, at db there is only image path recorded like C:\SonerCakir.jpg), during design-time report working fine but when i try to call during Run-Time it says "property transparent does not exist" and killing the exe process.
I tryed some tricks like, i added an image object to report without any code but it did the same error again, when i delete image object from report it's working fine. I did check the Demos (which installing with Trial Setup) to figure it out am i doing something wrong, all the demos returning "property print does not exist", it's strange isn't it ? What i'm doing wrong and how i can fix it ?
I was never installed any FastReport version to my pc before, it was a clean installation.
Project Properties;
Delphi 2010 RAD Studio
MySQL 5.0
MyDAC
FastReport 4 Trial
I'm calling MDI Child form with "TForm8.Create(Application);"
Thanks in advance and sorry for bad english
Comments