Re: Custom form not saving when fields changed programatically
- From: "Sue Mosher [MVP-Outlook]" <suemvp@xxxxxxxxxxxxxxx>
- Date: Thu, 10 Jan 2008 13:17:35 -0500
No settings are involved. Maybe it's time you showed some code and explained whether you're writing code behind the form or in some other environment.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"karlman" <karl@xxxxxxxxxxxx> wrote in message news:16e72bcc-6e65-4aab-9741-14b09e270eef@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jan 10, 7:41 am, "Sue Mosher [MVP-Outlook]"
<sue...@xxxxxxxxxxxxxxx> wrote:
Dirtying the Subject property should work.
"karlman" <k...@xxxxxxxxxxxx> wrote in messagenews:9982830e-21ad-48d2-9515-79134d167ad4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is there a way to force a form as "dirty" so Outlook attempts to save
it if someone clicks the 'X'?
I am changing the HTMLBody and even a custom field but the if I click
the 'X' then the form closes without saving. If I change any field
using the GUI then it does ask to save if I press the 'X'.
I have code that tells me if the form is dirty. Should I add something
in the Item_Close event and force the save at that point?
Thanks
Karl- Hide quoted text -
- Show quoted text -
I was attempting to use the Milage property to no effect. I tried the
subject and that did not work either. I even put the subject field on
the form and can watch it change but Outlook still thinks it is a
"clean" form.
Interestingly, if I dirty the subject field manually through the GUI
then the form becomes dirty. Form some reason changing a custom or
builtin property through code is not dirtying the form. Only if I do
it throught the GUI.
I am probably missing something simple here. Maybe a setting on the
form?
Thanks
Karl
.
- Follow-Ups:
- References:
- Custom form not saving when fields changed programatically
- From: karlman
- Re: Custom form not saving when fields changed programatically
- From: Sue Mosher [MVP-Outlook]
- Re: Custom form not saving when fields changed programatically
- From: karlman
- Custom form not saving when fields changed programatically
- Prev by Date: Re: Custom form not saving when fields changed programatically
- Next by Date: Re: Custom form not saving when fields changed programatically
- Previous by thread: Re: Custom form not saving when fields changed programatically
- Next by thread: Re: Custom form not saving when fields changed programatically
- Index(es):
Relevant Pages
|