11/22/2024 3:56:40 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
Resetting grdname.columnobject.Sort(1)
Posted: 08 Jan 10 2:59 PM
|
OK, so grdname.columnobject.Sort(1) sorts a grid on the 2nd column....
how do you set it to not sorted???
And no, this isn't a grid.SQL.TEXT property 'order by' clause question.....
Basically I'm having no luck getting a reference to the column object in the grid.....
With TheGrid colcount = .Columns.Count If (colcount > 2) Then FOR I = 0 to colcount SET col = .Columns.Item(i) ' col.Sorted = 0 NEXT Exit SUB END IF
SET col = .Columns(i) 'doesn't work either..... Thanks! |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|