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!
|
| |
| |
| |
|
Re: Datagrid and the sortable property
Posted: 06 Mar 07 1:57 PM
|
fiogf49gjkf0d You have this........
grdTest.Sortable = True ' Last Test Locations grdTest.ReadOnly = True
grdTest.RowSelect = True
grdTest.refresh set rsTest = nothing End Sub
in your code you posted.. if you change this to = False then the sort should work |
|
|
| |
| |
| |
|