TFrxDetailData beforeprint event

Hi,
I use FastReport Embarcadero Edition for Firemonkey.
I need to add code in the detaildata's beforprint event, depending on the data displayed. In the designer, the events tab seems to be disabled (nothing happens when clicking on it) and when I try to assign the event by code,
TfrxDetailData.beforePrint is not available.
How can i achieve this?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 10:46PM
    internal code is not available in the embarcadero version,
    you must use at least standard version.
  • edited 10:46PM
    gordk wrote: »
    internal code is not available in the embarcadero version,
    you must use at least standard version.
    It's a basic functionality! It was present with Quickreport or Raveport I can't believe it's not present.
    The reportbeforeprint event is available with a TfrxComponent as parameter. This one can it be a Detailband? could I access it to update a tfrxmemoview?

Leave a Comment