Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21911

Keypress Event

$
0
0
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

Viewing all articles
Browse latest Browse all 21911


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>