Hi gurus,
I have a grid on my form with its recordsource pointing to a cursor. The cursor is populated by an sql statement based on the user selected id in a combo box.
In the double-click event of every column and every column's control, I've inserted code to activate a form.
In the interactive change of the combobox, I set the grid's recordsource to nothing, populate the cursor and reset the grids' recordsource to the cursor's alias.
The grid gets populated ok but the dblclick event is not getting fired at all.
could someone help me please?
Thanks and regards,
Rajesh
I have a grid on my form with its recordsource pointing to a cursor. The cursor is populated by an sql statement based on the user selected id in a combo box.
In the double-click event of every column and every column's control, I've inserted code to activate a form.
In the interactive change of the combobox, I set the grid's recordsource to nothing, populate the cursor and reset the grids' recordsource to the cursor's alias.
The grid gets populated ok but the dblclick event is not getting fired at all.
could someone help me please?
Thanks and regards,
Rajesh