Loading images in Reports
Hi,
I'm working with Fast Report in Visual Basic 6 environment.
My problem is to load dynamically different images (bitmaps) into a Report.
I tried using VB code in my VB application but I can't change the path for the bitmap showed into the Image object.
After, I tried with Fast-Report scripting directly into the report but I can't found an example useful for my problem.
Finally I tried connecting directly the Image object to the field create into my Access database, defined as OLE field.
In this case I can see the content of the filed into a VB application linking directly the field with a Picture object via ADO, but when I print the report I see only an empty little window instead my bitmap.
Can someone give me an advice?
It' s so important for my application...
Thank's a lot!
I'm working with Fast Report in Visual Basic 6 environment.
My problem is to load dynamically different images (bitmaps) into a Report.
I tried using VB code in my VB application but I can't change the path for the bitmap showed into the Image object.
After, I tried with Fast-Report scripting directly into the report but I can't found an example useful for my problem.
Finally I tried connecting directly the Image object to the field create into my Access database, defined as OLE field.
In this case I can see the content of the filed into a VB application linking directly the field with a Picture object via ADO, but when I print the report I see only an empty little window instead my bitmap.
Can someone give me an advice?
It' s so important for my application...
Thank's a lot!