grid col

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

Post Reply
User avatar
tomtagaris
Posts: 107
Joined: Tue Aug 23, 2016 2:43 pm

grid col

Post by tomtagaris »

ould like a help on a grid
I have a grid that has two cells
I want to ask a cell to investigate an archive in the code and to go to another cell to search for names
how can I distinguish in which cell you found the onkey()
thanks very much
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: grid col

Post by srvet_claudio »

See:

<ParentWindowName>.<GridControlName>.CellRowFocused --> nCellRowIndex

<ParentWindowName>.<GridControlName>.CellColFocused --> nCellColIndex

<ParentWindowName>.<GridControlName>.CellRowClicked --> nCellRowIndex

<ParentWindowName>.<GridControlName>.CellColClicked --> nCellColIndex
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply