![]() |
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
|
|||
|
|||
![]()
I created a custom contact form in Outlook 2003 SP2. I saved and published
the form and am able to use it. However any information I input into the second or third pages does not save. Only the information on the first page. Any suggestions? |
#2
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?Q29yeQ==?= wrote: I created a custom contact form in Outlook 2003 SP2. I saved and published the form and am able to use it. However any information I input into the second or third pages does not save. Only the information on the first page. Any suggestions? In fact, I have two. 1) What you see on the screen is a marriage between a data item, which is composed of data fields, and a form, which is composed of direction on how to display controls. If the data that is entered in the controls is not copied to a data field, then it does not get saved. This copy operation is done automatically if (and only if) you "bind" the control to a data field. The binding is done by right-clicking a control, selecting its properties, and selecting a field to hold the data. (Be sure to use the Outlook properties panel, not the advanced, VBA properties of the control.) 2)If a data item is emailed to a recipient who is not on the same Exchange server, or Outlook workstation, and the TNEF wrapper is not used, then custom field data is not sent, or not sent properly, and doesn't display at the recipient end. You force the use of the TNEF wrapper by specifying that the email is sent using rtf format. This is usually done by opening the recipient's contact data item, selecting the email address that is used, right-clicking it and choosing properties. On the properties panel, there is either a check box that is labeled "always send to this recipient using rtf format", or a email format dropdown list control, one entry on the list being rtf format. HTH. -- Hollis Paul Mukilteo, WA USA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Replace Contact Form with Custom Form | JonMulder | Outlook and VBA | 2 | October 18th 06 10:55 PM |
custom contact form | Michael T | Outlook - Using Forms | 1 | September 20th 06 06:38 PM |
Is it possible to open the default Contact form with the Activities tab activated from a custom form? VSTO 2005, Outlook 2003 | David Webb | Outlook and VBA | 1 | June 20th 06 10:59 PM |
Custom Contact Form | Marella | Outlook - Using Contacts | 4 | May 12th 06 04:56 PM |
Emailing a contact vCard with custom form loses all custom info | Kim | Outlook - Using Contacts | 7 | April 27th 06 01:21 AM |