[Gambas-user] Table view edit

2010-12-13 Thread Almanova Sistemi
Hello to everyone, I try to write a program in gambas2 (2.21) with table view and everything works fine. The only problem I have is using the method tableview.edit: how can I exit from edit when I press return or esc key? Thank's Massimo. -

Re: [Gambas-user] Table View edit question

2010-09-05 Thread Fabien Bodard
2010/9/5 Almanova Sistemi : > Hello to everyone, > > I am writing a gambas program that uses the control tablewiev. > > My problem is how to exit from tableview.edit when I press Return or > Enter key. > > I tried tableview.cancel in tableview_save event but I get the message if i remember well ...

[Gambas-user] Table View edit question

2010-09-04 Thread Almanova Sistemi
Hello to everyone, I am writing a gambas program that uses the control tablewiev. My problem is how to exit from tableview.edit when I press Return or Enter key. I tried tableview.cancel in tableview_save event but I get the message "null object" Why? Thanks ---