Hi Guys,
Is it possible to trigger both the ButtonClicked and the Clicked DataWindow events when clicking a button in a DW control?
On a window I have a DataWindow control containing a button.
The button's properties are as follows:
SuppressEventProcessing = No
Action = UserDefined
I've coded both the Clicked and ButtonClicked events for the DW control, but only the Clicked event seems to fire.
From the documentation, I get the impression that it should be possible to trigger both these events:
"If Suppress Event Processing is off, the Clicked event and the ButtonClicked event are fired"
But I can't seem to get both events to fire.
What might I be doing wrong?
Regards,
Michael Connell