add attachment function disabled

  • Thread starter Thread starter Urs Ruefenacht
  • Start date Start date
U

Urs Ruefenacht

If I open a saved custom post form, the add attachment function in the
toolbar is disabled. Is there a way to enable the function?

thx in advance - cheers
oers
 
Do you have a message control on the form? Did you choose Edit | Revise
Contents before trying to insert an attachment?
 
It's not problem to attach a file on the form. But if I save the form
and open it again, the add attachment function in the toolbar is
disabled. That's a normal behavior ("non-custom-forms" have the same
behavior). But I like to add attachments even the form is reopened.
 
And the answers to the questions I asked are? They might well be relevant.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Yes, I have a message control on the form. If I choose "Edit | Revise
Contents", it works. Is it possible to choose "Edit | Revise Contents"
by vba?
 
With

Set objReviseContents = objCommandBars.FindControl(, 3273)

hhe objReviseContents is still nothing.

Is 3273 the wrong id?
 
Back
Top