How can I use THBImage with DataDynamics ActiveReports?
For this example you need a VB project containing an active reports designer. Add a ActiveReports ADO DataControl to the reportand open a connection to a database table that contains at least two fields. The Id (pimary key) plus a text field that contains a filename to the image file. Or a blob field containing the image data. Simply implement the Format event. There you have access to the DB Fields and you can use the THBImageEdit object to load the picture from file or directly frm the blob field. You can place a THBImage control on the ActiveReports designer to show the picture.