>1st question:

>PUBLIC SUB TableView1_KeyPress()
  
  >IF Key.Code = Key.Return THEN TextBox1.SetFocus
  >IF Key.Code = Key.Enter THEN TextBox1.SetFocus  
  
>END

It doesn't work since I have used an edit method when I open a form...

PUBLIC SUB Form_Open()
    TableView1.edit
END

Any Idea???



      
___________________________________________________________________________
Dapatkan alamat Email baru Anda!
Dapatkan nama yang selalu Anda inginkan sebelum diambil orang lain!
http://mail.promotions.yahoo.com/newdomains/id/
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to