TfrxUserDataSet and TfrxPictureView

edited 9:40PM in FastReport 4.0
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 ?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 9:40PM
    probably shoud be using a frxdbdataset rather than the userdataset.

Leave a Comment