Send parameters to RB in runtime
??How can I send parameters to my report in runtime, for exemple, I want
set the DBText1.DataField dynamic ?
--- posted by geoForum on http://www.newswhat.com
set the DBText1.DataField dynamic ?
--- posted by geoForum on http://www.newswhat.com
This discussion has been closed.
Comments
I would use a RAP passthrough function (Enterprise version only). You may
want to look in the .RAP ng for comments on those--pretty easy to create.
Ed Dressel
Team DM
Report.Parameters[ ] are typically used to pass values to the report.
You can implement event-handlers, using Delphi code or RAP code, that access
the Parameters and modify the report.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com