I've written an ActiveX component to be included in an AX2009 form. I have managed to include the component in the form and all works fine, however I would like to extend its functionality.
Is it possible to call AX methods from within the control and send their result back to the control? i.e. is there some way I could write code that calls a method external to the ActiveX control?
Alternatively, is there some way of passing a variable between the control and the AX form? This would be handy in order to restrict queries made to Data Tables using the variable value.