SETFOCUS a Cell GRID

HMG en Español

Moderator: Rathinagiri

Post Reply
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

SETFOCUS a Cell GRID

Post 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
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: SETFOCUS a Cell GRID (Resolved)

Post by danielmaximiliano »

Hola muchachos.
encontre que necesitaba asignar un valor

Code: Select all

Win1.grid1.value := 1
Win1.grid1.setfocus
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply