You'd need to determine what is causing the one-offing and fix that. See
http://www.outlookcode.com/d/formpub.htm#macro
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
<(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> I've created custom forms that are used in conjuction with a workflow
> sink. The forms had been working fine for a couple of weekds until
> recently it appears some forms have become one -ff.
> I had put the fix using
> in Item_open event
> m_strMessageClass = Item.FormDescription.MessageClass &
> Item_write event
> Item.MessageClass = m_strMessageClass
>
> This did solve problems with offed forms until know.
>
> My question is it possible to fix an existing form that has become one
> offed.
>
> Regards
> B
>