AutoSearch parameters using seperate datapipeline
I have a report which contains two pipelines, one is used as a parameter
list for the other.
When it is requested by the windowscliënt it runs, but when requested by the
web-cliënt I get an error:
Server Error: Processing get AutoSearch parameters request for Report
Explorer Database\All Reports\765
The WebTierCom fails when rsWebTier.RequiresAutoSearchParameters(Req) is
executed.
How can I use this kind of report within the web-client?
Thanks.
André Konijnendijk.
list for the other.
When it is requested by the windowscliënt it runs, but when requested by the
web-cliënt I get an error:
Server Error: Processing get AutoSearch parameters request for Report
Explorer Database\All Reports\765
The WebTierCom fails when rsWebTier.RequiresAutoSearchParameters(Req) is
executed.
How can I use this kind of report within the web-client?
Thanks.
André Konijnendijk.
This discussion has been closed.
Comments
I created a simple test here and did not encounter any issue. For my test I
used RB 15.03, DXE5, and the DBDemos data. I used the RB Data workspace to
create two queries on the Customer table: Customer and CustNoLookup. I
created a single Report.Parameters[ ] item and configured the
Parameter.LookupSettings to use the CustNoLookup datapipeline and set
Parameter.AutoSearchSettings.Enabled to true. I used the Query Designer to
bind the Customer query search condition to the parameter.
I tested with the RB Server Edition WebTier and it works as expected.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I am using Delphi 2007, with Report Builder 15.02 and SQL-Server for
the database.
The reports are stored in the database and loaded at runtime.
Was there a change in version 15.03, fixing my problem?
Thanks,
André