Unkown Type "TPicture"
I have a report page where I want to load a background image before reporting:
MyPage.BackPicture.LoadFromFile('MyImage.jpg');
If I make a preview now, I got the following error
"Unknown Typ TPicture"
...with the cursor placed to the word "LoadFromFile".
Any ideas????
MyPage.BackPicture.LoadFromFile('MyImage.jpg');
If I make a preview now, I got the following error
"Unknown Typ TPicture"
...with the cursor placed to the word "LoadFromFile".
Any ideas????
Comments
Not????? But wouldn't it be a nice feature for further versions??? Problem: Each report page has it's own background image dependant from it's data. It would be easier to implement the loading mechanism directly into the report instead of controlling this outside.