stanmurphy
Technical User
- Oct 14, 2000
- 89
Hello all,
Just out of curiosity, I placed two text boxes on my form and placed code in my grid.click event as follows:
*********************
thisform.text1.value = thisform.grid1.activerow
thisform.text2.value = thisform.grid1.activecolumn
thisform.refresh()
*********************
But when I run the form, the text boxes only show 0's when I click on a cell in the grid (single column grid).
Why is that?
Just out of curiosity, I placed two text boxes on my form and placed code in my grid.click event as follows:
*********************
thisform.text1.value = thisform.grid1.activerow
thisform.text2.value = thisform.grid1.activecolumn
thisform.refresh()
*********************
But when I run the form, the text boxes only show 0's when I click on a cell in the grid (single column grid).
Why is that?