calc subreports
Hi,
i try to add(summery) values from a subreport with rap. in the calc windwos
i have no chance to get access to the subreport variables like:
Value := Value+ subreport1.variable1;
or
value := value + variable1;
if i add it with the onCalc event in the sorce code i write:
master.Value := master.Value + detailvariable.Value;
and all is ok, but i want to implement it in RAP.
How to access vars in a subreport?
thank you
Marcel
i try to add(summery) values from a subreport with rap. in the calc windwos
i have no chance to get access to the subreport variables like:
Value := Value+ subreport1.variable1;
or
value := value + variable1;
if i add it with the onCalc event in the sorce code i write:
master.Value := master.Value + detailvariable.Value;
and all is ok, but i want to implement it in RAP.
How to access vars in a subreport?
thank you
Marcel
This discussion has been closed.
Comments
You can do this creating global variables in RAP. Take a look at the
following example for help on how to do this.
http://www.digital-metaphors.com/tips/TotalsFromSubreportWithRAP.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
why Digital Metaphors do not write this tips in the documentation or on the
support website ?
Marcel
Thanks for the feedback, I will try to get something added into the
documentation about this process for a later release.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com