Hi All,
I've created an ActiveX usercontrol in Visual Studio C# which can be used within the OCX control of Uniface. Interacting with the ActiveX usercontrol using provided methods works fine. But I want Uniface to react on events happening in the usercontrol as well. For instance the user clicks on a button in the usercontrol on which Uniface has to respond. I would like to call an Uniface extended trigger.
So far I found a method to bubble up an event from an usercontrol to the parent control, but this seems to be only the case for ActiveX components. I want to expose the event to Uniface extended trigger like explained in the Uniface documentation about OCX controls.
Does anyone have suggestions about how to accomplish this.
Thanks in advance.
John