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

JITPipeline and Bookmarks

edited April 2004 in General
Is there some documentation on how this works (what fires the SetBookMark,
GoToBookMark, etc.)

I have a report that after preview on the screen, it gets modified before it
prints (I add some page breaking). As a result, the number of pages is
greater than the number of pages that are shown in the preview (this is
expected)

However, I get caught in a loop and keep going back to my last bookmark when
I print.
Joe

Comments

  • edited April 2004
    Hi Joe,

    Sorry, there is no documentation like this available. The JITPipeline
    however is the simplest of the DataPipelines so it should be pretty easy to
    see how it is reacting to your code. The JIT pipeline works kind of like a
    number index and the SetBookMark and GoToBookMark simply updates the
    numerical index of where your position would be in the dataset. You may be
    able to trace into this source to get a better picture of what is going on.
    Also, if you would like you can send me an example and I'll take a look at
    it for you or maybe just provide me with some more specifics on what you are
    calling to produce this behavior.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.