| | |
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 |
.net .net2008 2005 2008 access account array basic beginner bing browser button buttons center check code crystalreport cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic dropdownlist excel fade file-dialog filter forms ftp generatetags google hardcopy html images input insert intel internet mobile monitor ms net networking objects open output panel passingparameters pdf picturebox port position print printing problem save searchbox searchvb.net select serial settings shutdown soap sqlserver survey table tcp temperature text textbox timer timespan toolbox transparency trim update user vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet view visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode year





