A Microsoft Office (Excel, Word) forum. OfficeFrustration

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 » OfficeFrustration forum » Microsoft Outlook » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.



 
 
Thread Tools Display Modes
  #1  
Old June 9th, 2004, 05:12 PM
Shadow
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

I have outlook 2000 with sp3, do have a custom form with vb code
published as default form. In preview pane I get the error This item
contains active content that cannot be displayed in the preview pane.
Open the item to read its contents. However the same form published as
default on another machine with outlook2000 with Sp1 does not give me
the preview pane error.

Please help.

Thanks
  #2  
Old June 9th, 2004, 05:37 PM
Roady [MVP]
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

This is becaused of the enhanced security added with the Service Packs; no
code can be executed in the Preview Pane.

You might want to check your options with the developers in the
outlook.program_vba newsgroup

--
Robert Sparnaaij [MVP-Outlook]
www.howto-outlook.com

Tips of the month:
-Creating Signatures
-Create an Office XP CD slipstreamed with Service Pack 3

-----
"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb code
published as default form. In preview pane I get the error This item
contains active content that cannot be displayed in the preview pane.
Open the item to read its contents. However the same form published as
default on another machine with outlook2000 with Sp1 does not give me
the preview pane error.

Please help.

Thanks



  #3  
Old June 9th, 2004, 05:55 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

This is now normal behavior in Outlook for forms with code behind them.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb code
published as default form. In preview pane I get the error This item
contains active content that cannot be displayed in the preview pane.
Open the item to read its contents. However the same form published as
default on another machine with outlook2000 with Sp1 does not give me
the preview pane error.

Please help.

Thanks



  #4  
Old June 10th, 2004, 06:58 PM
Shadow
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

Do I have any other option? I have two drop down fields on the custom
email form and item_open, Item_write, Item_send events. It is very
important for user to preview the message in preview pane?




"Sue Mosher [MVP-Outlook]" wrote in message ...
This is now normal behavior in Outlook for forms with code behind them.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb code
published as default form. In preview pane I get the error This item
contains active content that cannot be displayed in the preview pane.
Open the item to read its contents. However the same form published as
default on another machine with outlook2000 with Sp1 does not give me
the preview pane error.

Please help.

Thanks

  #5  
Old June 11th, 2004, 01:39 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

No, you have no other option. If you have code behind the form, the preview
pane cannot display the contents. The user can still use AutoPreview to see
the first 255 characters or so.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Shadow" wrote in message
om...
Do I have any other option? I have two drop down fields on the custom
email form and item_open, Item_write, Item_send events. It is very
important for user to preview the message in preview pane?




"Sue Mosher [MVP-Outlook]" wrote in message

...
This is now normal behavior in Outlook for forms with code behind them.




"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb code
published as default form. In preview pane I get the error This item
contains active content that cannot be displayed in the preview pane.
Open the item to read its contents. However the same form published as
default on another machine with outlook2000 with Sp1 does not give me
the preview pane error.

Please help.

Thanks



  #6  
Old June 11th, 2004, 09:21 PM
Shadow
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

If I dont save the design of the form saved with it, would the preview
pane still know that original form had vb code in it? I mean at the
recieving end, if the message is recd with no custom design with it,
should not it open in preview pane?

Sorry, I am desperate and going in circles.



"Sue Mosher [MVP-Outlook]" wrote in message ...
No, you have no other option. If you have code behind the form, the preview
pane cannot display the contents. The user can still use AutoPreview to see
the first 255 characters or so.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Shadow" wrote in message
om...
Do I have any other option? I have two drop down fields on the custom
email form and item_open, Item_write, Item_send events. It is very
important for user to preview the message in preview pane?




"Sue Mosher [MVP-Outlook]" wrote in message

...
This is now normal behavior in Outlook for forms with code behind them.




"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb code
published as default form. In preview pane I get the error This item
contains active content that cannot be displayed in the preview pane.
Open the item to read its contents. However the same form published as
default on another machine with outlook2000 with Sp1 does not give me
the preview pane error.

Please help.

Thanks

  #7  
Old June 11th, 2004, 09:39 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

It doesn't matter whether you're using a published or one-off form. The
behavior is the same. If the recipient has no access to the published form,
though, I think the preview pane may still be on. But I haven't looked at
that scenario with Outlook 2000 lately.

If it's not necessary for the recipient to use your custom form, then you
could also just create a new email message in your Item_Send event handler
instead of sending the custom form item.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Shadow" wrote in message
om...
If I dont save the design of the form saved with it, would the preview
pane still know that original form had vb code in it? I mean at the
recieving end, if the message is recd with no custom design with it,
should not it open in preview pane?

Sorry, I am desperate and going in circles.



"Sue Mosher [MVP-Outlook]" wrote in message

...
No, you have no other option. If you have code behind the form, the

preview
pane cannot display the contents. The user can still use AutoPreview to

see
the first 255 characters or so.



"Shadow" wrote in message
om...
Do I have any other option? I have two drop down fields on the custom
email form and item_open, Item_write, Item_send events. It is very
important for user to preview the message in preview pane?

"Sue Mosher [MVP-Outlook]" wrote in message

...
This is now normal behavior in Outlook for forms with code behind

them.

"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb code
published as default form. In preview pane I get the error This

item
contains active content that cannot be displayed in the preview

pane.
Open the item to read its contents. However the same form

published as
default on another machine with outlook2000 with Sp1 does not give

me
the preview pane error.



  #8  
Old June 14th, 2004, 11:37 PM
Shadow
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

Can I create custom dropdown on the toolbar some how and then on click
event or change event of the dropdown send the selected value to the
currently opened email form. Is that at all possible? This way I keep
the custom code in the dropdown and email remains clean and hopefully
users can see it in the preview pane then?



"Sue Mosher [MVP-Outlook]" wrote in message ...
It doesn't matter whether you're using a published or one-off form. The
behavior is the same. If the recipient has no access to the published form,
though, I think the preview pane may still be on. But I haven't looked at
that scenario with Outlook 2000 lately.

If it's not necessary for the recipient to use your custom form, then you
could also just create a new email message in your Item_Send event handler
instead of sending the custom form item.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Shadow" wrote in message
om...
If I dont save the design of the form saved with it, would the preview
pane still know that original form had vb code in it? I mean at the
recieving end, if the message is recd with no custom design with it,
should not it open in preview pane?

Sorry, I am desperate and going in circles.



"Sue Mosher [MVP-Outlook]" wrote in message

...
No, you have no other option. If you have code behind the form, the

preview
pane cannot display the contents. The user can still use AutoPreview to

see
the first 255 characters or so.



"Shadow" wrote in message
om...
Do I have any other option? I have two drop down fields on the custom
email form and item_open, Item_write, Item_send events. It is very
important for user to preview the message in preview pane?

"Sue Mosher [MVP-Outlook]" wrote in message

...
This is now normal behavior in Outlook for forms with code behind

them.

"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb code
published as default form. In preview pane I get the error This

item
contains active content that cannot be displayed in the preview

pane.
Open the item to read its contents. However the same form

published as
default on another machine with outlook2000 with Sp1 does not give

me
the preview pane error.

  #9  
Old June 14th, 2004, 11:57 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

What you're describing is a COM add-in, which would have to be installed on
each user's machine. See http://www.outlookcode.com/d/comaddins.htm if you
want to pursue that solution.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Shadow" wrote in message
om...
Can I create custom dropdown on the toolbar some how and then on click
event or change event of the dropdown send the selected value to the
currently opened email form. Is that at all possible? This way I keep
the custom code in the dropdown and email remains clean and hopefully
users can see it in the preview pane then?



"Sue Mosher [MVP-Outlook]" wrote in message

...
It doesn't matter whether you're using a published or one-off form. The
behavior is the same. If the recipient has no access to the published

form,
though, I think the preview pane may still be on. But I haven't looked

at
that scenario with Outlook 2000 lately.

If it's not necessary for the recipient to use your custom form, then

you
could also just create a new email message in your Item_Send event

handler
instead of sending the custom form item.


"Shadow" wrote in message
om...
If I dont save the design of the form saved with it, would the preview
pane still know that original form had vb code in it? I mean at the
recieving end, if the message is recd with no custom design with it,
should not it open in preview pane?

Sorry, I am desperate and going in circles.



"Sue Mosher [MVP-Outlook]" wrote in message

...
No, you have no other option. If you have code behind the form, the

preview
pane cannot display the contents. The user can still use AutoPreview

to
see
the first 255 characters or so.



"Shadow" wrote in message
om...
Do I have any other option? I have two drop down fields on the

custom
email form and item_open, Item_write, Item_send events. It is very
important for user to preview the message in preview pane?

"Sue Mosher [MVP-Outlook]" wrote in

message
...
This is now normal behavior in Outlook for forms with code

behind
them.

"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb

code
published as default form. In preview pane I get the error

This
item
contains active content that cannot be displayed in the

preview
pane.
Open the item to read its contents. However the same form

published as
default on another machine with outlook2000 with Sp1 does not

give
me
the preview pane error.



  #10  
Old June 15th, 2004, 03:34 AM
Shadow
external usenet poster
 
Posts: n/a
Default This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents.

Perhaps I failed to explained the complete situation. I already have
a com-addin and I am instantiating it in my item_open event. Anyways..
now I added the com-addin code to two custom dropdowns I created on
the toolbar. Dropdown gets populated with whatever value. So far so
good. Now what I need do have is when user creates and email and if
something is selected in the dropdown, I need to capture those
selected values in my email body. So somehow click event of the
dropdown needs to send the value to the email message form. So how do
I do that without having any custom vb code in the email form (rem
objective is to have the user see the email in preview pane).

"Sue Mosher [MVP-Outlook]" wrote in message ...
What you're describing is a COM add-in, which would have to be installed on
each user's machine. See http://www.outlookcode.com/d/comaddins.htm if you
want to pursue that solution.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Shadow" wrote in message
om...
Can I create custom dropdown on the toolbar some how and then on click
event or change event of the dropdown send the selected value to the
currently opened email form. Is that at all possible? This way I keep
the custom code in the dropdown and email remains clean and hopefully
users can see it in the preview pane then?



"Sue Mosher [MVP-Outlook]" wrote in message

...
It doesn't matter whether you're using a published or one-off form. The
behavior is the same. If the recipient has no access to the published

form,
though, I think the preview pane may still be on. But I haven't looked

at
that scenario with Outlook 2000 lately.

If it's not necessary for the recipient to use your custom form, then

you
could also just create a new email message in your Item_Send event

handler
instead of sending the custom form item.


"Shadow" wrote in message
om...
If I dont save the design of the form saved with it, would the preview
pane still know that original form had vb code in it? I mean at the
recieving end, if the message is recd with no custom design with it,
should not it open in preview pane?

Sorry, I am desperate and going in circles.



"Sue Mosher [MVP-Outlook]" wrote in message

...
No, you have no other option. If you have code behind the form, the

preview
pane cannot display the contents. The user can still use AutoPreview

to
see
the first 255 characters or so.



"Shadow" wrote in message
om...
Do I have any other option? I have two drop down fields on the

custom
email form and item_open, Item_write, Item_send events. It is very
important for user to preview the message in preview pane?

"Sue Mosher [MVP-Outlook]" wrote in

message
...
This is now normal behavior in Outlook for forms with code

behind
them.

"Shadow" wrote in message
m...
I have outlook 2000 with sp3, do have a custom form with vb

code
published as default form. In preview pane I get the error

This
item
contains active content that cannot be displayed in the

preview
pane.
Open the item to read its contents. However the same form

published as
default on another machine with outlook2000 with Sp1 does not

give
me
the preview pane error.

 




Thread Tools
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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:22 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.