A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Reading Pane blank on Custom Form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 4th 08, 12:57 AM posted to microsoft.public.outlook.program_forms
Tinyski
external usenet poster
 
Posts: 9
Default Reading Pane blank on Custom Form

Designed a Form and when I open the form I can see the message body but not
in the reading pane.
Ads
  #2  
Old September 4th 08, 04:33 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Reading Pane blank on Custom Form

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  
Old September 4th 08, 04:08 PM posted to microsoft.public.outlook.program_forms
Tinyski
external usenet poster
 
Posts: 9
Default Reading Pane blank on Custom Form

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  
Old September 4th 08, 04:24 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Reading Pane blank on Custom Form

"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  
Old September 4th 08, 05:23 PM posted to microsoft.public.outlook.program_forms
Tinyski
external usenet poster
 
Posts: 9
Default Reading Pane blank on Custom Form

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  
Old September 4th 08, 06:39 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Reading Pane blank on Custom Form

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  
Old September 4th 08, 07:17 PM posted to microsoft.public.outlook.program_forms
Tinyski
external usenet poster
 
Posts: 9
Default Reading Pane blank on Custom Form

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  
Old September 4th 08, 07:36 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Reading Pane blank on Custom Form

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  
Old September 4th 08, 08:44 PM posted to microsoft.public.outlook.program_forms
Tinyski
external usenet poster
 
Posts: 9
Default Reading Pane blank on Custom Form

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  
Old September 4th 08, 09:18 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Reading Pane blank on Custom Form

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 04:31 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.