SETFOCUS a Cell GRID
Posted: Fri Apr 20, 2012 4:27 pm
Hola Muchachos :
revise muchos ejemplos y no encontre como hacer un SETFOCUS a una determinada celda de un Grid.
si puedo hacer un SETFOCUS al Grid.
alguno sabe como implementar este metodo
Hi Guys:
review found many examples and not as do a SetFocus to a particular cell of a grid.
if I can do a SetFocus to the Grid.
any know how to implement this method
revise muchos ejemplos y no encontre como hacer un SETFOCUS a una determinada celda de un Grid.
Code: Select all
win1.grid1.cell[1,1].setfocus
<ParentWindowName>.<ControlName>.Row.SETFOCUSCode: Select all
win1.grid1.setfocusHi Guys:
review found many examples and not as do a SetFocus to a particular cell of a grid.
if I can do a SetFocus to the Grid.
Code: Select all
win1.grid1.setfocus