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

how to sort the data into ppdbpipeline

edited November 2006 in General
Hi,

I've a dbpipeline attached to datasouce.

i need to sort the data into ppdbpipeline before print.

example:

print in order by id
print in order by name

how can I sort the data into ppdbpipeline?

tks



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited November 2006
    Hi Ennio,

    The datapipeline itself does not contain any data, it is simply a link or
    "pipeline" to the data in your datasource which it traverses for you. If
    you would like your data sorted in a certain way, I would recommend altering
    your query at runtime before the report is generated. Simply adding an
    ORDER BY clause will do the trick.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

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