c# - ActiveX Component - Using external methods? -
i've written activex component included in ax2009 form. have managed include component in form , works fine, extend functionality.
is possible call ax methods within control , send result control? i.e. there way write code calls method external activex control?
alternatively, there way of passing variable between control , ax form? handy in order restrict queries made data tables using variable value.
i've sorted out using .net business connector. managed pass call using callstaticrecordmethod table containing method, , name of method needed. callstaticclassmethod can called if method part of class (in ax).
i'm storing return value in variable in .net component , making use of data.
hope can other out too.
Comments
Post a Comment