![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi Alex. What exactly is the relationship between items in a Contact folder
and how they are supposed to interact with these new appointment forms? Do you want to link Appointment A with Contact B? Or do you have a set of information that is contact related that you want to store separately inside your custom appointment form? The Body property (and the Notes control that stores that property's value) isn't directly updated by any internal or custom field. You'd need to trap events in code (like the Item_PropertyChange ro Item_CustomPropertyChange events) to get that field data and intelligently determine where in the Item.Body property to insert this value. -- Eric Legault [MVP - Outlook] MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007 & WSS 3.0 Application Development) President, Collaborative Innovations Proud new owner of OutlookCode.com NEW! - Try Picture Attachments Wizard 2.0 For Microsoft Outlook - Web: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault "Alex Schwarzer-Muth" Alex wrote in message ... I am trying to create a form for a standard type of appointment. We have contact information fields that go in the appointment "body", but I am unable to create a field in the "body" or a field on the second tab page to update information into the "body". I have tried putting the Notes field from contact fields into the form, but I cannot link or update that field, even if I disable the first page. |
#2
|
|||
|
|||
![]()
Hi Eric,
Thank you for your help. I knew it would be something complicated ![]() There is a type of appointment that gets field information stored in the appointment body (e.g. contact name, telephone number, date of birth, etc.), and is then used by the calendar owner in their outlook and through their blackberry. I created a form on the second tab of an appointment to enter that information into fields, and used a combo box to sort the information as we would like it to appear. I just can't get that information to store in the appointment body. I will try the VB to trap the information. Is there a template of code that could just insert a field (e.g. this combo box template) into the item.body? I was able to do it for the appointment subject. Thank you, again, for your help. Best, Alex "Eric Legault [MVP - Outlook]" wrote: Hi Alex. What exactly is the relationship between items in a Contact folder and how they are supposed to interact with these new appointment forms? Do you want to link Appointment A with Contact B? Or do you have a set of information that is contact related that you want to store separately inside your custom appointment form? The Body property (and the Notes control that stores that property's value) isn't directly updated by any internal or custom field. You'd need to trap events in code (like the Item_PropertyChange ro Item_CustomPropertyChange events) to get that field data and intelligently determine where in the Item.Body property to insert this value. -- Eric Legault [MVP - Outlook] MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007 & WSS 3.0 Application Development) President, Collaborative Innovations Proud new owner of OutlookCode.com NEW! - Try Picture Attachments Wizard 2.0 For Microsoft Outlook - Web: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault "Alex Schwarzer-Muth" Alex wrote in message ... I am trying to create a form for a standard type of appointment. We have contact information fields that go in the appointment "body", but I am unable to create a field in the "body" or a field on the second tab page to update information into the "body". I have tried putting the Notes field from contact fields into the form, but I cannot link or update that field, even if I disable the first page. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Create a new field in the appointment form | Davd Hall | Outlook - Using Forms | 1 | November 19th 07 10:49 PM |
How to edit message field in an outlook message form | Liz | Outlook - Using Forms | 3 | July 24th 07 09:09 PM |
VBA Code on Message form to take me to Appointment form | LDMueller | Outlook and VBA | 10 | June 14th 07 03:10 PM |
how do I add mileage field to any appointment form | Michel | Outlook - Calandaring | 1 | October 30th 06 03:33 PM |
Cannot update appointment error message. | Miss Kimberly | Outlook - Calandaring | 4 | July 26th 06 03:15 AM |