Accessing dataset filter parameteres 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
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
This discussion has been closed.
Comments
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