TfrxUserDataSet and TfrxPictureView
Hello,
I have assigned a TfrxPictureView to a MasterDataBand that is linked to a frxUserDataSet. Both the DataSet and the DataField properties of the PictureView are linked to the UserDataSet and the corresponding DataField. Unfortunately the OnGetValue eventhandler for the PictureViews DataField wont be executed as soon as i create the report.
At the moment the only way i've seen to solve the problem was to overwrite the OnBeforePrint event of the report and assign the value of the image there.
What am i doing wrong ?
I have assigned a TfrxPictureView to a MasterDataBand that is linked to a frxUserDataSet. Both the DataSet and the DataField properties of the PictureView are linked to the UserDataSet and the corresponding DataField. Unfortunately the OnGetValue eventhandler for the PictureViews DataField wont be executed as soon as i create the report.
At the moment the only way i've seen to solve the problem was to overwrite the OnBeforePrint event of the report and assign the value of the image there.
What am i doing wrong ?
Comments