Load image into TfrxPictureView?
I've got a FastReport 5 report where in the detail band I've put a TfrxPictureView component and I need to load an image into it; in the reporting package I used to use there was a "BeforePrint" event but in the report designer when I have the detail band or the component selected I can't get to the "Events" tab. So in the program there's a variable that points to the location of the images and in the detail dataset there's a field with the image name; so how do I insert some code to load the image into the TfrxPictureView?
Comments
I have RAD Studio Professional and got FastReport through the GetIt Package Manager; in older version of Delphi the reporting software only allowed you to create reports at Designtime (and use them at runtime, no runtime Report Designer) but did let you create events in those reports. Are you saying that the Embarcadero Edition does not allow you to add event driven actions in the report?
I'm finding conflicting information, according to this web page RAD Studio Product Matrix RAD Studio Pro is supposed to come with the version of FastReports that gives you script support; I do have the Pro version so I should be entitled to FastReports with script support?
I think the columns in the matrix are FR version, not Rad Studio versions; the one included in Rad Studio is the most limited "Embarcadero Edition", really a taster to get you to upgrade.