View Single Post
  #1 (permalink)  
Old 06-23-2008, 07:33 PM
dan kabestan dan kabestan is offline
Junior Member
 
Join Date: Aug 2007
Posts: 30
Question Questions on Table component

hello,
1 - What is the good way to "directly" edit in a Table cell (with keyboard).
(i'm actually obliged to catch keys on a textbox and copy to cell)
2 - why i cant change focus from Table to a textbox ? see next :
'---------------- with table1 and textbox1...
sub Table1_SelectionChanged (ColName, Row)
textbox1.focus
end sub
'----------------------------------------------------------
the focus doesnt go to textbox !
Thanks for help
Reply With Quote