Hey all,
Im using si_the_geek's method for filling an MSFlexGrid from a DB as stated here: Fill a MSFlex from DB

now im trying to populate Textboxes with values from the record that is selected from the Grid. I originally had planned on using the .TextMatrix props to get it done, but i need data from some of the fileds that i dont display on the Grid. So im trying to find a way to use something like i did with a ListView where i use a .Tag each time data is inserted to the Grid and then calling on it, but i cant find good documentation on how i would accomplish this with a FlexGrid.

Anyone have any suggestions ?