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

Using bookmarks to effect final reultset of a report before displaying?

edited December 2007 in General
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

Comments

This discussion has been closed.