![]() |
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
|
|||
|
|||
![]()
Designed a Form and when I open the form I can see the message body but not
in the reading pane. |
Ads |
#2
|
|||
|
|||
![]()
If there is code behind the form, the reading pane will not display the
message body. That's a known limitation. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
#3
|
|||
|
|||
![]()
Thanks for the quick resonse Sue. Just a Date field with the "Date ()"
function that this count as code?. If it does is there a way to get it to display? tiny "Sue Mosher [MVP-Outlook]" wrote: If there is code behind the form, the reading pane will not display the message body. That's a known limitation. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
#4
|
|||
|
|||
![]()
"Code" refers to VBScript code written in the form's code window at any time
during the form's design. I am not aware of any issue with formula fields causing the reading pane not to display the message body. Did you ever write any VBScript code for this form? Dumb question, but does the body actually contain text? The reason I ask is that it's possible to create a custom form that has no body content. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Thanks for the quick resonse Sue. Just a Date field with the "Date ()" function that this count as code?. If it does is there a way to get it to display? tiny "Sue Mosher [MVP-Outlook]" wrote: If there is code behind the form, the reading pane will not display the message body. That's a known limitation. "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
#5
|
|||
|
|||
![]()
Nope no code. No I did not write any vbscript. Its a pretty simple form. No
not a Dumb question thought about that too. When i open the form it shows the infomation that I added to it......Tried setting my security setting in outlook to "Medium" Internet. How I did it was: 1. Design form and selected Message. 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". 2a. Unchecked "Seprate Read Layout" 3. Made custom fields, text only. 4. Dragged the fields from the field chooser and edit them for font and color. 5. Tried dragging some of the defalt fields to the message body to see if this would make it show. didnt.... tiny "Sue Mosher [MVP-Outlook]" wrote: "Code" refers to VBScript code written in the form's code window at any time during the form's design. I am not aware of any issue with formula fields causing the reading pane not to display the message body. Did you ever write any VBScript code for this form? Dumb question, but does the body actually contain text? The reason I ask is that it's possible to create a custom form that has no body content. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Thanks for the quick resonse Sue. Just a Date field with the "Date ()" function that this count as code?. If it does is there a way to get it to display? tiny "Sue Mosher [MVP-Outlook]" wrote: If there is code behind the form, the reading pane will not display the message body. That's a known limitation. "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
#6
|
|||
|
|||
![]()
2. Deleted the "body" control box because I want to be to have the labels
of the Fields to "read only". If you deleted the message body control, then it sounds like your scenario does indeed fit my "dumb question" -- there's no place for the user to type the message body. In other words, if the only visible data entry controls are for custom fields, then the item has no message body and, therefore, what you're seeing would be perfectly normal, What am I missing? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Nope no code. No I did not write any vbscript. Its a pretty simple form. No not a Dumb question thought about that too. When i open the form it shows the infomation that I added to it......Tried setting my security setting in outlook to "Medium" Internet. How I did it was: 1. Design form and selected Message. 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". 2a. Unchecked "Seprate Read Layout" 3. Made custom fields, text only. 4. Dragged the fields from the field chooser and edit them for font and color. 5. Tried dragging some of the defalt fields to the message body to see if this would make it show. didnt.... tiny "Sue Mosher [MVP-Outlook]" wrote: "Code" refers to VBScript code written in the form's code window at any time during the form's design. I am not aware of any issue with formula fields causing the reading pane not to display the message body. Did you ever write any VBScript code for this form? Dumb question, but does the body actually contain text? The reason I ask is that it's possible to create a custom form that has no body content. "Tinyski" wrote: Thanks for the quick resonse Sue. Just a Date field with the "Date ()" function that this count as code?. If it does is there a way to get it to display? tiny "Sue Mosher [MVP-Outlook]" wrote: If there is code behind the form, the reading pane will not display the message body. That's a known limitation. "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
#7
|
|||
|
|||
![]()
Tested it by not deleting the message body, just resized it and added the
custom controls and fields to the "Grid" and sure enough did not show in preview pane. How do I make this work? Example of one of the custom fileds is called "Outage Duration" and its text field for how long a system was unavaile. tiny... "Sue Mosher [MVP-Outlook]" wrote: 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". If you deleted the message body control, then it sounds like your scenario does indeed fit my "dumb question" -- there's no place for the user to type the message body. In other words, if the only visible data entry controls are for custom fields, then the item has no message body and, therefore, what you're seeing would be perfectly normal, What am I missing? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Nope no code. No I did not write any vbscript. Its a pretty simple form. No not a Dumb question thought about that too. When i open the form it shows the infomation that I added to it......Tried setting my security setting in outlook to "Medium" Internet. How I did it was: 1. Design form and selected Message. 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". 2a. Unchecked "Seprate Read Layout" 3. Made custom fields, text only. 4. Dragged the fields from the field chooser and edit them for font and color. 5. Tried dragging some of the defalt fields to the message body to see if this would make it show. didnt.... tiny "Sue Mosher [MVP-Outlook]" wrote: "Code" refers to VBScript code written in the form's code window at any time during the form's design. I am not aware of any issue with formula fields causing the reading pane not to display the message body. Did you ever write any VBScript code for this form? Dumb question, but does the body actually contain text? The reason I ask is that it's possible to create a custom form that has no body content. "Tinyski" wrote: Thanks for the quick resonse Sue. Just a Date field with the "Date ()" function that this count as code?. If it does is there a way to get it to display? tiny "Sue Mosher [MVP-Outlook]" wrote: If there is code behind the form, the reading pane will not display the message body. That's a known limitation. "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
#8
|
|||
|
|||
![]()
This may be belaboring the obvious, but the sender has to type something in
the message body before sending the message, or the reading pane will be blank. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Tested it by not deleting the message body, just resized it and added the custom controls and fields to the "Grid" and sure enough did not show in preview pane. How do I make this work? Example of one of the custom fileds is called "Outage Duration" and its text field for how long a system was unavaile. tiny... "Sue Mosher [MVP-Outlook]" wrote: 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". If you deleted the message body control, then it sounds like your scenario does indeed fit my "dumb question" -- there's no place for the user to type the message body. In other words, if the only visible data entry controls are for custom fields, then the item has no message body and, therefore, what you're seeing would be perfectly normal, What am I missing? "Tinyski" wrote: Nope no code. No I did not write any vbscript. Its a pretty simple form. No not a Dumb question thought about that too. When i open the form it shows the infomation that I added to it......Tried setting my security setting in outlook to "Medium" Internet. How I did it was: 1. Design form and selected Message. 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". 2a. Unchecked "Seprate Read Layout" 3. Made custom fields, text only. 4. Dragged the fields from the field chooser and edit them for font and color. 5. Tried dragging some of the defalt fields to the message body to see if this would make it show. didnt.... tiny "Sue Mosher [MVP-Outlook]" wrote: "Code" refers to VBScript code written in the form's code window at any time during the form's design. I am not aware of any issue with formula fields causing the reading pane not to display the message body. Did you ever write any VBScript code for this form? Dumb question, but does the body actually contain text? The reason I ask is that it's possible to create a custom form that has no body content. "Tinyski" wrote: Thanks for the quick resonse Sue. Just a Date field with the "Date ()" function that this count as code?. If it does is there a way to get it to display? tiny "Sue Mosher [MVP-Outlook]" wrote: If there is code behind the form, the reading pane will not display the message body. That's a known limitation. "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
#9
|
|||
|
|||
![]()
Sorry Sue, I thought I said that before. I do the "Run this Form" and do
populate the fields. they show up when I open the message but not in the reading pane. This is Outlook 2003 fully patched. Tried adding one field to the field chosser for this folder but that did not work either. I know its something simple that I'm doing wrong...just cant find it... tiny.... "Sue Mosher [MVP-Outlook]" wrote: This may be belaboring the obvious, but the sender has to type something in the message body before sending the message, or the reading pane will be blank. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Tested it by not deleting the message body, just resized it and added the custom controls and fields to the "Grid" and sure enough did not show in preview pane. How do I make this work? Example of one of the custom fileds is called "Outage Duration" and its text field for how long a system was unavaile. tiny... "Sue Mosher [MVP-Outlook]" wrote: 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". If you deleted the message body control, then it sounds like your scenario does indeed fit my "dumb question" -- there's no place for the user to type the message body. In other words, if the only visible data entry controls are for custom fields, then the item has no message body and, therefore, what you're seeing would be perfectly normal, What am I missing? "Tinyski" wrote: Nope no code. No I did not write any vbscript. Its a pretty simple form. No not a Dumb question thought about that too. When i open the form it shows the infomation that I added to it......Tried setting my security setting in outlook to "Medium" Internet. How I did it was: 1. Design form and selected Message. 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". 2a. Unchecked "Seprate Read Layout" 3. Made custom fields, text only. 4. Dragged the fields from the field chooser and edit them for font and color. 5. Tried dragging some of the defalt fields to the message body to see if this would make it show. didnt.... tiny "Sue Mosher [MVP-Outlook]" wrote: "Code" refers to VBScript code written in the form's code window at any time during the form's design. I am not aware of any issue with formula fields causing the reading pane not to display the message body. Did you ever write any VBScript code for this form? Dumb question, but does the body actually contain text? The reason I ask is that it's possible to create a custom form that has no body content. "Tinyski" wrote: Thanks for the quick resonse Sue. Just a Date field with the "Date ()" function that this count as code?. If it does is there a way to get it to display? tiny "Sue Mosher [MVP-Outlook]" wrote: If there is code behind the form, the reading pane will not display the message body. That's a known limitation. "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
#10
|
|||
|
|||
![]()
I'm asking specifically whether "populate the fields" means that the user is
typing something in the message body -- not the other controls you've added to the form, but the message body itself. The reason this is critical is that the reading pane shows what's in the message body. Because you said earlier that you removed the message body control from the form, my hunch is that the reading pane is blank, because the message body is blank, and the message body is blank because nothing was typed into it. In other words, the reading pane cannot show the content of your custom fields. It shows only the message body. BTW, what version of Outlook are you using? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tinyski" wrote: Sorry Sue, I thought I said that before. I do the "Run this Form" and do populate the fields. they show up when I open the message but not in the reading pane. This is Outlook 2003 fully patched. Tried adding one field to the field chosser for this folder but that did not work either. I know its something simple that I'm doing wrong...just cant find it... tiny.... "Sue Mosher [MVP-Outlook]" wrote: This may be belaboring the obvious, but the sender has to type something in the message body before sending the message, or the reading pane will be blank. "Tinyski" wrote: Tested it by not deleting the message body, just resized it and added the custom controls and fields to the "Grid" and sure enough did not show in preview pane. How do I make this work? Example of one of the custom fileds is called "Outage Duration" and its text field for how long a system was unavaile. tiny... "Sue Mosher [MVP-Outlook]" wrote: 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". If you deleted the message body control, then it sounds like your scenario does indeed fit my "dumb question" -- there's no place for the user to type the message body. In other words, if the only visible data entry controls are for custom fields, then the item has no message body and, therefore, what you're seeing would be perfectly normal, What am I missing? "Tinyski" wrote: Nope no code. No I did not write any vbscript. Its a pretty simple form. No not a Dumb question thought about that too. When i open the form it shows the infomation that I added to it......Tried setting my security setting in outlook to "Medium" Internet. How I did it was: 1. Design form and selected Message. 2. Deleted the "body" control box because I want to be to have the labels of the Fields to "read only". 2a. Unchecked "Seprate Read Layout" 3. Made custom fields, text only. 4. Dragged the fields from the field chooser and edit them for font and color. 5. Tried dragging some of the defalt fields to the message body to see if this would make it show. didnt.... tiny "Sue Mosher [MVP-Outlook]" wrote: "Code" refers to VBScript code written in the form's code window at any time during the form's design. I am not aware of any issue with formula fields causing the reading pane not to display the message body. Did you ever write any VBScript code for this form? Dumb question, but does the body actually contain text? The reason I ask is that it's possible to create a custom form that has no body content. "Tinyski" wrote: Thanks for the quick resonse Sue. Just a Date field with the "Date ()" function that this count as code?. If it does is there a way to get it to display? tiny "Sue Mosher [MVP-Outlook]" wrote: If there is code behind the form, the reading pane will not display the message body. That's a known limitation. "Tinyski" wrote: Designed a Form and when I open the form I can see the message body but not in the reading pane. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How can I change the form the Custom Reading Pane uses? | Sean McCloskey | Outlook - Using Forms | 4 | March 12th 08 01:22 PM |
Forms - Unable to view form in reading pane | Bill R | Outlook - Using Forms | 7 | March 10th 07 01:40 AM |
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 |