variables
I have the following problem. I have some variables declared in the
Variables portion of the Report, and I used those variables as a var
parameters to a routine. I have another function that needs to get those
values in order to do the process. But I don't want to pass the variables
to the routine. Instead I would like to pass the Report component, and
some how get the values from it. I can't find anything related to how to
get variables declared in the Calc tab when they are not associated to any
TppVariable.
--- posted by geoForum on http://delphi.newswhat.com
Variables portion of the Report, and I used those variables as a var
parameters to a routine. I have another function that needs to get those
values in order to do the process. But I don't want to pass the variables
to the routine. Instead I would like to pass the Report component, and
some how get the values from it. I can't find anything related to how to
get variables declared in the Calc tab when they are not associated to any
TppVariable.
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Rather than RAP var Variables, I would try using Report.Parameters[ ]
Report.Parameters are readily accessible by Delphi code and RAP code.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com