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

datagrid return values

Status
Not open for further replies.

jrlbw

Programmer
Jun 27, 2002
15
US
I am using a datagrid to produce a form containing all rows in a table that satisfied a search.
I want to click on the row desired, return, and produce a form with all the data about that particular row.

I can click on all the rows from #2 on down and get the desired values....
but when i click on row#1, i get back null values...

i use the colrowchange event to select the values from the columns....
why not row number 1??????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top