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

Accessing dataset filter parameteres in RAP

edited March 2005 in RAP
Hi,

In my report I would like to assign one of the SearchExpression that the
user has selected as a SearchExpression to another dataset/query I have
created on the same report (which the use does not see). And of course
before the secord dataset is opened.

How do I do that?

--
Jens Dein

Comments

  • edited March 2005

    Use the Report.OnGetAutoSeachValues event to access the AutoSearchField
    values entered by the user and then apply them to the second query. RB 9 has
    a new TdaSQLBuilder class to facilitate modifying the TdaSQL object. The
    TdaSQLBuilder class can be used from RAP code or Delphi code. See the
    RBuilder.hlp file for the topic TdaSQLBuilder.



    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.