|
-
Jul 27th, 2000, 08:52 AM
#1
Thread Starter
New Member
To sort at runtime you must code the following:
CrystalReport1.Sortfields(0) = "+{Tablename.Fieldname1}"
CrystalReport1.Sortfields(1) = "+{Tablename.Fieldname2}"
and so on.
This order is ASC for the fields. If you want to sort by DESC change '+' to '-'.
Good luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|