14.05 Unable to load RTM Code
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
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
This discussion has been closed.
Comments
There is a patch available for 14.05 that solves this issue. Send an
email to support@ requesting the patch.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com