Custom Form Question

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

I created a custom form with several textboxes on it.
They all work fine. Everytime I open a message based on
this form, when I close it, it always prompts me to save
the message. On the default form (IPM.Note), however,
there's no prompt if the message is opened for viewing
only. Is there a property that I need to set to get rid
of this prompt? Thanks.
 
Something in the way you've constructed the form is causing a property value
to be changed each time you open a message based on this form. You might
want to put code in the PropertyChange and CustomPropertyChange event
handlers to track what properties are changing.
 
Back
Top