I would like to always have the selected row in my msflexgrid highlighted (including when the form first loads).
I have tried setting the Highlight property to flexHighlightAlways and flexHighlightWithFocus. But neither highlights any row when the form loads.
I have figured out that the rowSel property returns which row is currently selected. Now, I guess I just need to figure out how to highlight that row. Then I can add that code to the form_load event and the msflexgrid_click event.
If anyone can shed some light on this, I would appreciate it.
Thanks
I have tried setting the Highlight property to flexHighlightAlways and flexHighlightWithFocus. But neither highlights any row when the form loads.
I have figured out that the rowSel property returns which row is currently selected. Now, I guess I just need to figure out how to highlight that row. Then I can add that code to the form_load event and the msflexgrid_click event.
If anyone can shed some light on this, I would appreciate it.
Thanks