T
TmF2aW4gTmFyYXlhbg
Hi Ken,
Thanks for the reply.
I am binding the controls as mentioned in
http://support.microsoft.com/kb/207430/ . And in my button click event I am
assigning the value of combo box to
Item.UserProperties.Find("MyStatus") = combobox1.value.
As part of debugging, when I try to display the value of MyStatus in a
message box it displays the correct value (Message box put just after
assigning combo box value).
But when I save the form and open it again, I am not able to see the data.
When I try to display the value oy "MyStatus" in the Item_Open event the
message box returns blank vlaue.
Thanks and Regards,
Navin Narayan
wrote:
> Did you bind your custom control values to Outlook properties or
> UserProperties? If you don't do that the values in those controls are lost.
> Those KB articles mention field binding, do your properties/User show the
> correct values?
> >
>
> "Navin Narayan" <Navin Narayan> wrote in message
> news:77CE8CB1-E263-45DB-B1F9-1630A1EB2599@microsoft.com...
> > Hi All,
> > I have created a custom form in outlook for tasks. It has got some custom
> > fields like planned date field, committed closure date field, a status
> > combo
> > box with values like Open, InProgress, OnHold etc. I am able to create the
> > task but not able to save the custom values. I.e. when I open the task
> > again
> > the custom field values are blank where as the default task field values
> > like
> > subject, due date etc are populated.
> > Its urgent. Any help in fixing this issue is highly appreciated.
> > I had gone through these links but couldnt get it fixed.
> > http://support.microsoft.com/kb/207430/
> > http://support.microsoft.com/kb/146636/EN-US/
> >
>
Thanks for the reply.
I am binding the controls as mentioned in
http://support.microsoft.com/kb/207430/ . And in my button click event I am
assigning the value of combo box to
Item.UserProperties.Find("MyStatus") = combobox1.value.
As part of debugging, when I try to display the value of MyStatus in a
message box it displays the correct value (Message box put just after
assigning combo box value).
But when I save the form and open it again, I am not able to see the data.
When I try to display the value oy "MyStatus" in the Item_Open event the
message box returns blank vlaue.
Thanks and Regards,
Navin Narayan
wrote:
> Did you bind your custom control values to Outlook properties or
> UserProperties? If you don't do that the values in those controls are lost.
> Those KB articles mention field binding, do your properties/User show the
> correct values?
> >
>
> "Navin Narayan" <Navin Narayan> wrote in message
> news:77CE8CB1-E263-45DB-B1F9-1630A1EB2599@microsoft.com...
> > Hi All,
> > I have created a custom form in outlook for tasks. It has got some custom
> > fields like planned date field, committed closure date field, a status
> > combo
> > box with values like Open, InProgress, OnHold etc. I am able to create the
> > task but not able to save the custom values. I.e. when I open the task
> > again
> > the custom field values are blank where as the default task field values
> > like
> > subject, due date etc are populated.
> > Its urgent. Any help in fixing this issue is highly appreciated.
> > I had gone through these links but couldnt get it fixed.
> > http://support.microsoft.com/kb/207430/
> > http://support.microsoft.com/kb/146636/EN-US/
> >
>