Hello,
I would like to center a checkbox in the column of a grid. In the VFP help is described that you should place a checkbox on a container-object. And place this object in the column of the grid.
I've done this, the only problem is that when I run the form with the grid on it, I can't browse with the keys (up and down arrow) through the grid anymore?
BTW
I've tried to catch the keypress event from the checkbox, and call the keypress event from a hidden textbox in the same column with the parameters from the checkbox keypress event, but this didn't work.
Thanks,
Charl
I would like to center a checkbox in the column of a grid. In the VFP help is described that you should place a checkbox on a container-object. And place this object in the column of the grid.
I've done this, the only problem is that when I run the form with the grid on it, I can't browse with the keys (up and down arrow) through the grid anymore?
BTW
I've tried to catch the keypress event from the checkbox, and call the keypress event from a hidden textbox in the same column with the parameters from the checkbox keypress event, but this didn't work.
Thanks,
Charl