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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

msflexgrid: highlighting selected row

Status
Not open for further replies.

ravenmarz

Programmer
Feb 12, 2002
3
US
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


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top