Hi
I have written this , it is working
If KeyAscii = 13 Then
For row0 = flxgd.FixedRows To flxgd.Rows - 1
If (flxgd.TextMatrix(row0, 1) = flxgd0.TextMatrix(flxgd0.Row, 1)) And (flxgd.TextMatrix(row0, 2) = flxgd0.TextMatrix(flxgd0.Row, 2)) Then
flxgd.TextMatrix(row0, flxgd0.Col) = flxgd0.TextMatrix(flxgd0.Row, flxgd0.Col)
End If
Next
End If
Is it not possible as i change value in textbox of first grid , it should automatically gets changed in another grid. I have no problem in looping
Thanks
I have written this , it is working
If KeyAscii = 13 Then
For row0 = flxgd.FixedRows To flxgd.Rows - 1
If (flxgd.TextMatrix(row0, 1) = flxgd0.TextMatrix(flxgd0.Row, 1)) And (flxgd.TextMatrix(row0, 2) = flxgd0.TextMatrix(flxgd0.Row, 2)) Then
flxgd.TextMatrix(row0, flxgd0.Col) = flxgd0.TextMatrix(flxgd0.Row, flxgd0.Col)
End If
Next
End If
Is it not possible as i change value in textbox of first grid , it should automatically gets changed in another grid. I have no problem in looping
Thanks