S
sonomaenterprises
I created an ActiveX control (in VB6) to be used on an Outlook form. The
control work just fine when tested via the Active X Control Test Container,
however when I place it on the form and call the property via script is
failed with Doesn't support property of method error.
I am trying to set a property with :
Item.GetInspector.ModifiedFormPages("General").Controls("CtlName").PropName
= "abc"
Are there certain settings that I am missing for the ActiveX control to be
able to be used on an Outlook form? Any ideas , please....
Jack
control work just fine when tested via the Active X Control Test Container,
however when I place it on the form and call the property via script is
failed with Doesn't support property of method error.
I am trying to set a property with :
Item.GetInspector.ModifiedFormPages("General").Controls("CtlName").PropName
= "abc"
Are there certain settings that I am missing for the ActiveX control to be
able to be used on an Outlook form? Any ideas , please....
Jack