Page 1 of 1

SETFOCUS a Cell GRID

Posted: Fri Apr 20, 2012 4:27 pm
by danielmaximiliano
Hola Muchachos :
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.SETFOCUS
si puedo hacer un SETFOCUS al Grid.

Code: Select all

win1.grid1.setfocus
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.

Code: Select all

win1.grid1.setfocus
any know how to implement this method

Re: SETFOCUS a Cell GRID (Resolved)

Posted: Fri Apr 20, 2012 5:09 pm
by danielmaximiliano
Hola muchachos.
encontre que necesitaba asignar un valor

Code: Select all

Win1.grid1.value := 1
Win1.grid1.setfocus