Changing an item's associated form

S

Seamus Conlon

Hi,

I have a folder that contains custom contact items with
an associated custom form. I have changed the VBscript
code for the form several times since I created the
folder. I am now finding that some of the items seem to
invoke the old form/code rather than the latest version.
(When this happens Outlook always displays the embedded
macro warning when I am opening the item.) The folder is
a public folder in Exchange 5.5 and I publish the form in
the folder.

Why would this happen and is it possible to ensure that
all items in the folder use the last version of the form?

Thanks,
Seamus Conlon
 
K

Ken Slovak - [MVP - Outlook]

Items are being one-offed and you probably aren't changing the Version
property each time you change the form. So the forms cache is being
corrupted.

See the information on those topics at
http://www.slipstick.com/dev/forms.htm

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 
K

Ken Slovak - [MVP - Outlook]

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