Hi All
I am trying to get a shortcut menu to work on a form that has a grid on it.
Tried using the right click event on the form which worked fine unless you were over the grid in which case nothing happened.
Then put code in the right click event of the grid and nothing happened.
Found I had to put the code in every right click event for each column's current control to get it to work.
Is this normal or am I missing something?
John
I am trying to get a shortcut menu to work on a form that has a grid on it.
Tried using the right click event on the form which worked fine unless you were over the grid in which case nothing happened.
Then put code in the right click event of the grid and nothing happened.
Found I had to put the code in every right click event for each column's current control to get it to work.
Is this normal or am I missing something?
John