[Gambas-user] Navigation in TableView with keyboard 'Enter'

willy at ...3474... willy at ...3474...
Mon Nov 16 17:45:50 CET 2015


On 2015-11-16 17:09, willy at ...3474... wrote:
> Hi all,
> 
> Is there an simple manner of making an editable TableView only move
> through 1 Column upon hitting the 'Enter' on keyboard?
> 
> OR EVEN BETTER
> 
> make only one column editable instead of the whole table (I assume that
> would eliminate moving through all non editable fields)?
> 
> Thanks,
> 
> gbWilly
> 
Nevermind, figured it out myself eventually

Here is what I did to make only column one editable:

Public Sub tvwResult2_Click()

   If tvwResult2.Column = 1 Then
     tvwResult2.Edit
   Endif

End





More information about the User mailing list