FIX one offed Form

  • Thread starter Thread starter brendanjobs
  • Start date Start date
B

brendanjobs

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
 
Back
Top