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

Send parameters to RB in runtime

edited August 2009 in General
??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

Comments

  • edited August 2009
    > ? How can I send parameters to my report in runtime, for exemple, I want

    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
  • edited August 2009

    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
This discussion has been closed.