Active X Control for Outlook Form

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top