Home Component Writing

14.05 Unable to load RTM Code

edited July 2012 in Component Writing
Hi,

We have a report that works correctly in version 14.04 but displays this
error in 14.05.
"Unable to load BeforePrint code for GroupFooterBand1, no object with this
name found."

The GroupFooterBand1BeforePrint code is:

procedure GroupFooterBand1BeforePrint;
begin
if Report.FirstPass then
AllTotal.Add(FloatToStr(vTotal.Value));
end;

AllTotal: TStringList; is declared under Declarations Variables.

-Jack

Comments

This discussion has been closed.