Il venerdì 20 novembre 2009 05:20:38 bbb888 ha scritto:
> I'm trying to capture and ignore, textwise, use of the tab key in a
> textarea control.
> I have set up an OnKeyPress handler that moves the focus to the next
> control, but the tab is still inserted in the textarea.text.
>
> tia
> bruce

PUBLIC SUB TextArea1_KeyPress()

  IF key.Code = Key.Tab THEN STOP EVENT 

END

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to