I have made my own activeX component in C++ with a method which is called from a form in Axapta. Sometimes this method fires an event which updates the form in Axapta. All this works fine, but what I would like is to make the method make a new thread a do its processing in that thread. I can also make this work, but when the new thread fires the event Axapta crashes. Maybe it isn't a big surprise if Axapta can't handle events called from another thread, but on the other hand, isn't that what is done in the email integration in the CRM module (the form smmEmailHiddenFormForEvents)??? Does any body know any tricks to make it work, or can anybody supply further information on how the email integration is done?
Best regards Thomas Jensen QDS
Yahoo! Groups Sponsor ADVERTISEMENT
Click to learn more...
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

