Using bookmarks to effect final reultset of a report before displaying?
I would like to know if it is at all possible to do the following?
I use an IB_Query1, that I allow the user to do a search on to select a
recordset.
I assign this Query to IBOQuery1, so that it can be linked to a
ppDBPipeLine1 in my ppReport1.
IBOQuery1.AssignSQLWithSearch(IB_Query1);
The user can also further refine the resultset of the IBOQuery, by setting
bookmarks.
I only want to have the report display the Records with selected bookmarks,
and not the others.
Is this at all possible, and how do I do this?
It does not appear if the ppDBPipeline1.AddBookmark is going to work here.
Thanks
Adrian Wreyford
I use an IB_Query1, that I allow the user to do a search on to select a
recordset.
I assign this Query to IBOQuery1, so that it can be linked to a
ppDBPipeLine1 in my ppReport1.
IBOQuery1.AssignSQLWithSearch(IB_Query1);
The user can also further refine the resultset of the IBOQuery, by setting
bookmarks.
I only want to have the report display the Records with selected bookmarks,
and not the others.
Is this at all possible, and how do I do this?
It does not appear if the ppDBPipeline1.AddBookmark is going to work here.
Thanks
Adrian Wreyford
This discussion has been closed.
Comments
It is possible to define which records to display using datapipeline
bookmarks. Take a look at demo 112 located in the \RBuilder\Demos\1.
Reports\... directory for an example of this.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com