how to sort the data into ppdbpipeline
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com