laptop and a wrench

Bug

Sorting a table based on a field using ITableSort no longer works if the table is participating in a join at ArcGIS 9.2.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM006811
SubmittedFebruary 13, 2007
Last ModifiedJune 5, 2024
Applies toNo Product Found
Version found9.2
Program languageVBA
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

Pass in a selection set rather then the RelQueryTable. Dim z As ISelectionSet Set z = pTable.Select(Nothing, esriSelectionTypeHybrid, esriSelectionOptionNormal, Nothing) Dim pRow As IRow Set pQueryFilter = New QueryFilter Set pTablesort = New TableSort 'Set pTablesort.Table = pTable Set pTablesort.SelectionSet = z Set pTablesort.QueryFilter = pQueryFilter

Steps to Reproduce

Bug ID: NIM006811

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options