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.
 
Sue,

Thanks for pointing the right direction. The problem is
now solved. Thanks.
 

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

Back
Top