Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sorting db table

Status
Not open for further replies.

pdbowling

Programmer
Mar 28, 2003
267
US
Hi, all.

I've got a VB app that writes a bunch of stuff to a database and pulls it back out later. The catch is, it's being pulled out by a report (CRViewer object), and is coming back unsorted. Is there either a 'sort table' function or a sort fucntion used with a CRViewer?
Thanks all
PB
 
You should be able to sort using the crystal report's sorting options. If you've based the report on a query (or view) you should be able to have the query perform the sort for you.

Hope that helps.

Daren


Must think of a witty signature
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top