Hi:
I need to catch the keypress event from a textbox used by the EdithWith
method. This doesn't work:
Sub txtEntry_KeyPress()
Debug Key.Text
Stop
If Key.code = Key.up Then
tblHoja.Save
Try tblHoja.row -= 1
Endif
End
The keyPress event isn't raised in the Tableview control neither when
editing.
--
Saludos
Ing. Martin P Cristia
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user