The symptoms suggest that the form has become a one-off, that is, embedded in the item. There are many possible causes; see
http://www.outlookcode.com/d/formpub.htm#macro
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"news.microsoft.com" wrote in message ...
Hi Sue,
I used DocMessageclass it work, but from time to time some task created
with my new form, return to the older form ...
The form button/ color/ personal combo / are here but all my script are
inactive....
eg: a added a button which create a mail and add automatically Recipient /
Obect / and other personal info
on these task clicking on this button do nothing....
Tks
"Sue Mosher [MVP-Outlook]" a écrit dans le message
de news: ...
To change existing items so that they display using a published custom
message form, you need to change the value of the MessageClass property on
each item so that it points to the published form's class, e.g.
IPM.Contact.MyForm. The page at
http://www.outlookcode.com/d/newdefaultform.htm has links to scripts and
tools to do this.
"news.microsoft.com" wrote in message
...
Hi all,
I Published a personal task form, but older task created with the default
ipm.task still use this default form, is'it possible to make them using
my
new form ???