Cursor Position
Posted: Wed May 15, 2013 11:19 am
I am trying to get my cursor position in a grid using the return cursor column property and the cursor record number. These values are returned to my program when added pui.click() on the onclick event of an output field. I added the pui.click() on the onmousedown event and the values were not returned. My ultimate goal is to be able to obtain the row/column of the mouse down and the row/column of the mouse up to determine a block in the grid that has been selected. Am I headed in the right direction??