Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MsFlexGrid sorting on a column

Status
Not open for further replies.

TJay

Programmer
Nov 25, 1998
14
0
0
US
I'm trying to sort a MSFlexGrid on a column<br>after the data has been loaded.<br>From the documentation it seems that I can<br><br>msflexgrid1.sort = 3<br><br>to sort in numeric ascending order <br>BUT<br>how do I tell it which column to sort on?<br><br>&nbsp;
 
Try setting msflexgrid1.col to the desired column.<br>Or if the user clicks in the column then presses a button with your code in it's click event&nbsp;&nbsp;the sort will take place.<br><br><br>good luck<br><br>bob <p>Robert L Norton<br><a href=mailto:2dogs@webace.com.au>2dogs@webace.com.au</a><br><a href= > </a><br>
 
Thanks! Works great, and easy!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top