Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

calc subreports

edited August 2005 in RAP
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

Comments

This discussion has been closed.