[Gambas-user] How to catch actions from a control used by a table's EdithWith
martin p cristia
tercoide at ...67...
Wed Aug 3 14:53:02 CEST 2016
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
More information about the User
mailing list