|
-
December 3rd, 2002, 02:54 AM
#1
Sorting of Crystal Report
Hi Babu,
I am using crystal reports 8.0
I want to know how can I sort records based on some database column filed.
Thanks in advance,
Dharmesh
-
December 3rd, 2002, 04:16 AM
#2
CrystalReport1.ReportFileName = App.Path & "\reports1.rpt"
CrystalReport1.SelectionFormula = sql
CrystalReport1.WindowTitle = "Status Reports"
CrystalReport1.SortFields(0) = "+{transaction_master.transaction_no}"
CrystalReport1.WindowState = crptMaximized
CrystalReport1.Destination = 0
CrystalReport1.Action = 1
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
|