| | |
TopN/Sort Group
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2007
Posts: 1
Reputation:
Solved Threads: 0
I've got the same problem here. I've been looking into doing the same thing and haven't found any solutuions. I've got 3 different fields that I want the user to be able to sort by. I also would like them to have the option of entering a parameter to limit the results displayed. Of course this can all be easily done during design time with 'TopN/Sort Group Expert', but how do you sort a Sum field during runtime.
I've tried using sort fields but I can't get beyond an "Invalid field name" error.
I've tried using sort fields but I can't get beyond an "Invalid field name" error.
VB Syntax (Toggle Plain Text)
Dim crSortField As SortField Dim fieldDef As DatabaseFieldDefinition For Each crSortField In crReportDocument.DataDefinition.SortFields If crSortField.Field.Name.ToString = strField Then fieldDef = crReportDocument.Database.Tables(0).Fields(crSortField.Field.Name.ToString) 'where error occurs crSortField = crReportDocument.DataDefinition.SortFields(0) crSortField.Field = fieldDef crSortField.SortDirection = SortDirection.DescendingOrder Else 'used for debuging Label1.Text += " " & crSortField.Field.Name.ToString & ", " End If Next
![]() |
Similar Threads
- Sort multidimensional array on more than one column? (ASP)
- Crystal report (VB.NET)
- is order by and group by the same? (MySQL)
- NT user and group system theory (Computer Science)
- NT user and group system theory (Computer Science)
- Some help needed with Selection Sort in java, Please!! (Java)
- Big Game need progrmmers (C++)
- Group Project Ideas (Geeks' Lounge)
Other Threads in the VB.NET Forum
- Previous Thread: Truncated Emails
- Next Thread: Listview vb.net
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application arithmetic array arrays basic bing button buttons c# center check checkbox code convert crystalreport data database datagrid datagridview date dissertation dissertations dropdownlist excel fade file-dialog filter ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output panel passingparameters picturebox picturebox1 port position print printing problem project read remove save searchbox searchvb.net select serial shutdown soap sorting survey table tcp temperature text textbox timer timespan toolbox trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio2008 web webbrowser winforms wpf year





