Page 1 of 1

grid col

Posted: Mon Aug 20, 2018 8:28 am
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

Re: grid col

Posted: Mon Aug 20, 2018 3:57 pm
by srvet_claudio
See:

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

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

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

<ParentWindowName>.<GridControlName>.CellColClicked --> nCellColIndex