Click to See Complete Forum and Search --> : datagrid


remcoploeg
August 27th, 2001, 07:02 AM
I have a datagrid called datagrid1. There a several records with there own ID. Now i want to exit the form and get the ID where I'am standing on in the datagrid. How can I get that?? Normal you do like this: variable = text1.text. But how can I do that in a datagrid, is that possible? And so yes how?

Remco Ploeg
ploegr@promar-agencies.nl

remcoploeg
August 27th, 2001, 07:05 AM
I have got it

variable = DataGrid1.Columns(1) or witch colum

Remco Ploeg
ploegr@promar-agencies.nl