Re: Outlook Custom Tasks:

  • Thread starter TmF2aW4gTmFyYXlhbg
  • Start date
Status
Not open for further replies.
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/
> >


>
 
What do you see if you use a MAPI viewer such as OutlookSpy to look at the

items in question? Is your UserProperty there in the items and does it have

the values you entered there? If the property is there when you add it and

set the value but not there after saving it then the save code has something

wrong in it or the items are one-offed or corrupted in some way.
 
Last edited by a moderator:
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R Viewing & Using custom forms/tasks in Outlook 2013 Using Outlook 1
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
X Custom icon (not from Office 365) for a macro in Outlook Outlook VBA and Custom Forms 1
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
S Outlook 2019 Custom outlook Add-in using Visual Studio Outlook VBA and Custom Forms 0
D Outlook 365 Custom forms field limit? Outlook VBA and Custom Forms 4
J PSA: How to create custom keyboard shortcut for "Paste Unformatted Text" in Outlook on Windows Outlook VBA and Custom Forms 1
cbufacchi Outlook 365 Populate custom Outlook Appoint form Outlook VBA and Custom Forms 2
I Button PDF in Outlook Contact custom form Outlook VBA and Custom Forms 1
H Custom Outlook Contact Form VBA Outlook VBA and Custom Forms 1
I Error saving screenshots in a custom form in outlook 2016, outlook 365 - ok in outlook 2013, outlook 2010 Outlook VBA and Custom Forms 5
S Outlook Custom Form Scripting only working when clicking on "Run this form" Outlook VBA and Custom Forms 2
C Custom Outlook Form - Populate Information from Radio Button / Check Box Using Outlook 0
Z Outlook Custom Form: Adding Dropdown(Project Code) at the end of subject Outlook VBA and Custom Forms 0
P Outlook custom fields "events" Using Outlook 0
D create an html table in outlook custom form 2010 using vba in MsAccess Outlook VBA and Custom Forms 7
Potty Ash MS Outlook 2010 custom form - validation or formula to request user to check a checkbox Outlook VBA and Custom Forms 16
H Custom autoforwarding, sending mail through outlook office 365 Using Outlook 1
G How do I create a custom pick list in VB for an outlook automated email? Outlook VBA and Custom Forms 1
L Outlook Custom Form Using Outlook 2
B Outlook Custom forms Using Outlook 0
Diane Poremsky Outlook.com Custom Domains Using Outlook 4
Diane Poremsky The custom form cannot be opened. Outlook will use an Outlook form instead. Using Outlook 0
P Custom Outlook form_Validations in combo box Outlook VBA and Custom Forms 0
Diane Poremsky Create a custom field for Outlook messages Using Outlook 0
Diane Poremsky Create a Custom Numbering Field for Outlook messages Using Outlook 0
J Can Click to Drag Custom Form Field But Cannot Drop When Designing in Outlook 2007 Outlook VBA and Custom Forms 2
D Change sender name outlook vba 2010 Custom Userform Outlook VBA and Custom Forms 1
G Adding a contact to Outlook with a custom form using Access VBA Outlook VBA and Custom Forms 1
A From box in custom outlook Form Outlook VBA and Custom Forms 0
N Export Outlook custom forms fields to excel Outlook VBA and Custom Forms 1
I Create custom Outlook 2013 Rule in Office 365 Outlook VBA and Custom Forms 5
Diane Poremsky Designing Custom Outlook Forms Using Outlook 0
L Outlook 2007 Custom Form and Toolbar Not Working Using Outlook 5
divan Outlook 2007 - Replace email body with custom text Using Outlook 9
C Outlook Custom Contact Form Attach Files in new notes fields Outlook VBA and Custom Forms 3
D Using Follup in Custom Forms Outlook 2013 Using Outlook 9
J Outlook 2010: can't forward appointment on custom form Using Outlook 1
S Custom Outlook Form 2013 Displaying fields incorrectly Outlook VBA and Custom Forms 1
E Create a URL hyperlink in an Outlook custom form? Outlook VBA and Custom Forms 2
R Outlook Custom form check if there an attachment Outlook VBA and Custom Forms 2
M Outlook 2013 won't convert Excel contacts into Outlook contacts using my custom form Using Outlook 3
M moving custom field data between outlook and excel? Using Outlook 4
G Custom Form code not working - Outlook 2010 Outlook VBA and Custom Forms 2
Rijotech Outlook 2013 Appointment list custom positions? Using Outlook 2
M does outlook 2013/365 on mac support custom forms? Outlook VBA and Custom Forms 1
S Setting up Outlook 2010 to work with custom domain outlook.com account BCM (Business Contact Manager) 3
P Outlook 2010 custom form olk control font size increases everytime form is published Outlook VBA and Custom Forms 1
Z outlook 2007 - opening a contact from the search results doesn't use the custom form Using Outlook 10
S Seeing Custom Fields in Contacts (Outlook 2010) Using Outlook 0

Similar threads

Back
Top