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:49 PM
|
fiogf49gjkf0d Thanks for the tip RJ, but no joy ! The grid is still un-sortable unless I do it in script with pick lists and code. Anything else I need to be doing to get the sortable property to work properly? Thanks ML |
|
|
|
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 |
|
|
| |
| |
| |
|