![]() |
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 have developed and published a Custom message type Outlook Form, there is
no issue with the form data retention, but when the Outlook form is sent and reaches the inbox of the recipient, in the Reading Pane (Preview) of Outlook, the form elements are not visible (i.e. looks blank) and when double clicked the form and its data appears in a new window. Is there a parameter setting that I am missing here to make the form and data elements visible in the Reading Pane (Preview) area of Outlook. |
Ads |
#2
|
|||
|
|||
![]()
Are you sending the form definition with the item? That would one-off the
item and because it's a custom form item prevent it from being displayed in the preview pane. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "NV" wrote in message ... I have developed and published a Custom message type Outlook Form, there is no issue with the form data retention, but when the Outlook form is sent and reaches the inbox of the recipient, in the Reading Pane (Preview) of Outlook, the form elements are not visible (i.e. looks blank) and when double clicked the form and its data appears in a new window. Is there a parameter setting that I am missing here to make the form and data elements visible in the Reading Pane (Preview) area of Outlook. |
#3
|
|||
|
|||
![]()
That's completely normal. Creating a custom form doesn't affect the look of
the reading pane. Modifying the reading pane is done in Outlook 2007 with a form region, which is a completely different form technology implemented with an add-in, not a published form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "NV" wrote in message ... I have developed and published a Custom message type Outlook Form, there is no issue with the form data retention, but when the Outlook form is sent and reaches the inbox of the recipient, in the Reading Pane (Preview) of Outlook, the form elements are not visible (i.e. looks blank) and when double clicked the form and its data appears in a new window. Is there a parameter setting that I am missing here to make the form and data elements visible in the Reading Pane (Preview) area of Outlook. |
#4
|
|||
|
|||
![]()
The Send Form Definition option has not been checked. The issue is that the
form and its contents are not displayed in the readint pane (preview) of the recipient. They are only visible if the recipient double clicks on the email and opens it in a separate window. "Ken Slovak - [MVP - Outlook]" wrote: Are you sending the form definition with the item? That would one-off the item and because it's a custom form item prevent it from being displayed in the preview pane. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "NV" wrote in message ... I have developed and published a Custom message type Outlook Form, there is no issue with the form data retention, but when the Outlook form is sent and reaches the inbox of the recipient, in the Reading Pane (Preview) of Outlook, the form elements are not visible (i.e. looks blank) and when double clicked the form and its data appears in a new window. Is there a parameter setting that I am missing here to make the form and data elements visible in the Reading Pane (Preview) area of Outlook. |
#5
|
|||
|
|||
![]()
The form has been developed on MS Outlook 2003
"Sue Mosher [MVP]" wrote: That's completely normal. Creating a custom form doesn't affect the look of the reading pane. Modifying the reading pane is done in Outlook 2007 with a form region, which is a completely different form technology implemented with an add-in, not a published form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "NV" wrote in message ... I have developed and published a Custom message type Outlook Form, there is no issue with the form data retention, but when the Outlook form is sent and reaches the inbox of the recipient, in the Reading Pane (Preview) of Outlook, the form elements are not visible (i.e. looks blank) and when double clicked the form and its data appears in a new window. Is there a parameter setting that I am missing here to make the form and data elements visible in the Reading Pane (Preview) area of Outlook. |
#6
|
|||
|
|||
![]()
It's still completely normal behavior. Outlook 2003 has no means for
displaying custom form content in the reading pane. Outlook 2007 is the first version with the form region feature. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "NV" wrote in message ... The form has been developed on MS Outlook 2003 "Sue Mosher [MVP]" wrote: That's completely normal. Creating a custom form doesn't affect the look of the reading pane. Modifying the reading pane is done in Outlook 2007 with a form region, which is a completely different form technology implemented with an add-in, not a published form. "NV" wrote in message ... I have developed and published a Custom message type Outlook Form, there is no issue with the form data retention, but when the Outlook form is sent and reaches the inbox of the recipient, in the Reading Pane (Preview) of Outlook, the form elements are not visible (i.e. looks blank) and when double clicked the form and its data appears in a new window. Is there a parameter setting that I am missing here to make the form and data elements visible in the Reading Pane (Preview) area of Outlook. |
#7
|
|||
|
|||
![]()
If this is a custom form that's normal and expected behavior. No custom form
can display in the preview pane, although Outlook 2007 can display form regions in the preview. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "NV" wrote in message ... The Send Form Definition option has not been checked. The issue is that the form and its contents are not displayed in the readint pane (preview) of the recipient. They are only visible if the recipient double clicks on the email and opens it in a separate window. |
#8
|
|||
|
|||
![]()
One more question...
The functionality about the reading pane is OK, but when a recipient hits Reply or Reply All, the form and its data is again not visible, but is when the recipient hits Forward... Is it a similar functionality / limitation as to how attachments work in Reply / Reply All as compared to Forward. "NV" wrote: I have developed and published a Custom message type Outlook Form, there is no issue with the form data retention, but when the Outlook form is sent and reaches the inbox of the recipient, in the Reading Pane (Preview) of Outlook, the form elements are not visible (i.e. looks blank) and when double clicked the form and its data appears in a new window. Is there a parameter setting that I am missing here to make the form and data elements visible in the Reading Pane (Preview) area of Outlook. |
#9
|
|||
|
|||
![]()
Thanks Ken
"Ken Slovak - [MVP - Outlook]" wrote: If this is a custom form that's normal and expected behavior. No custom form can display in the preview pane, although Outlook 2007 can display form regions in the preview. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "NV" wrote in message ... The Send Form Definition option has not been checked. The issue is that the form and its contents are not displayed in the readint pane (preview) of the recipient. They are only visible if the recipient double clicks on the email and opens it in a separate window. |
#10
|
|||
|
|||
![]()
Thanks Sue
"Sue Mosher [MVP]" wrote: It's still completely normal behavior. Outlook 2003 has no means for displaying custom form content in the reading pane. Outlook 2007 is the first version with the form region feature. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "NV" wrote in message ... The form has been developed on MS Outlook 2003 "Sue Mosher [MVP]" wrote: That's completely normal. Creating a custom form doesn't affect the look of the reading pane. Modifying the reading pane is done in Outlook 2007 with a form region, which is a completely different form technology implemented with an add-in, not a published form. "NV" wrote in message ... I have developed and published a Custom message type Outlook Form, there is no issue with the form data retention, but when the Outlook form is sent and reaches the inbox of the recipient, in the Reading Pane (Preview) of Outlook, the form elements are not visible (i.e. looks blank) and when double clicked the form and its data appears in a new window. Is there a parameter setting that I am missing here to make the form and data elements visible in the Reading Pane (Preview) area of Outlook. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Reading Pane blank on Custom Form | Tinyski | Outlook - Using Forms | 15 | September 5th 08 02:35 AM |
How can I change the form the Custom Reading Pane uses? | Sean McCloskey | Outlook - Using Forms | 4 | March 12th 08 01:22 PM |
Can you read a form using reading pane? | tke402 | Outlook and VBA | 1 | December 20th 06 03:15 PM |
Can you make a form that will preview in the reading pane? | derekh | Outlook - Using Forms | 1 | November 13th 06 01:26 PM |
Reading Pane Form - Changing it | Frustrated to the MAX! | Outlook - Using Contacts | 15 | February 15th 06 10:49 PM |