5 pts.
0
Q:
Regarding DataGrid (Not MShFlexGrid) in Vb 6.0
i need to select a row in a Datagrid. I tried Datagrid.Row
it is Not Working, any one help on this
Code -
For nlRo = 1 To DataGrid.ApproxCount
DataGrid.Refresh
DataGrid.Ro =nlRo
DataGrid.Col=1
DataGrid.Text = nlRo
Next nlRo
'' Row is not selecting.....
ASKED: Jun 19 2009  12:45 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
5 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Last Answered: Jun 19 2009  12:45 AM GMT by Arunk003   5 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0