ADXOlFormsManager in 2007

Add-in Express™ Support Service
That's what is more important than anything else

ADXOlFormsManager in 2007
 
Todd Carlson




Posts: 29
Joined: 2006-05-07
I've ported our existing add-in to the latest 3.1 ADX and ADX OL.

Without modifying any code, I am seeing a change in behavior. I am trapping the InspectorActivate event and querying the ADXOlFormsManager for the CurrentForm. In previous versions this would give me access the the ADXOlForm that is displayed on the inspector. In 3.1 this property always returns NULL.

Is this expected behavior with 3.1?

Todd
Posted 03 Jan, 2007 14:26:22 Top
Fedor Shihantsov


Guest


Todd,

ADXOlFormsManager.CurrentForm is deprecated.
Use the FormInstances method and FormInstanceCount property of ADXOlFormsCollectionItem to access form instances.
Use the Visible property to find the forms that are visible.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 04 Jan, 2007 11:55:06 Top
Todd Carlson




Posts: 29
Joined: 2006-05-07
Fedor,
Thank you.
Posted 04 Jan, 2007 12:03:34 Top