If I click on a Row in a msflexgrid how do I get the value of a column ? where I know it’s name?
Printable View
If I click on a Row in a msflexgrid how do I get the value of a column ? where I know it’s name?
I worked it out :p
Label41.Caption = MSFlexGrid1.textmatrix(MSFlexGrid1.Row, 0)