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

Service Pack 3 has broken my forms...



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 20th 07, 04:16 PM posted to microsoft.public.outlook.program_forms
JonnyB
external usenet poster
 
Posts: 3
Default Service Pack 3 has broken my forms...

I’m running Office 2003, and service pack 3 has just been installed ad it has
stopped my forms from opening.

We have ‘individual’ outlook form templates that we use for billing. These
are kept on the local desktop and usually accessed by 2 x clicking.
Now, when the form is 2 x clicked the error "the custom form could not be
opened. outlook will use an outlook form instead" is displayed and then a
standard blank email is opened.

The forms can be opened via the file- New- Choose form route.

I have tried deleting the forms cache (FRMCACHE.DAT plus the other files
listed in KB836558). I have also tried various registry changes mentioned in
the KB for similar problems – but nothing seems to work. (the registry always
has the changes undone before I continue!)

Any thoughts/suggestions as to what is blocking this would be greatly
received!
Ads
  #2  
Old September 20th 07, 04:27 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Service Pack 3 has broken my forms...

What version did you have previously? This sounds like the change that was actually made in SP2, so that users can work with most .oft form templates files only by opening the template from the Tools | Forms | Choose Form dialog, browsing for User Templates in File System. This means that if the .oft file is sent as a message attachment, the user must save it to the local hard drive first.

The article at http://support.microsoft.com/?id=907985 explains this change in more detail, suggests best practices, and provides registry keys that can return Outlook 2003 to the older, less secure behavior. I haven't done any experiments to determine if the registry settings work in SP3.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"JonnyB" wrote in message ...
I’m running Office 2003, and service pack 3 has just been installed ad it has
stopped my forms from opening.

We have ‘individual’ outlook form templates that we use for billing. These
are kept on the local desktop and usually accessed by 2 x clicking.
Now, when the form is 2 x clicked the error "the custom form could not be
opened. outlook will use an outlook form instead" is displayed and then a
standard blank email is opened.

The forms can be opened via the file- New- Choose form route.

I have tried deleting the forms cache (FRMCACHE.DAT plus the other files
listed in KB836558). I have also tried various registry changes mentioned in
the KB for similar problems – but nothing seems to work. (the registry always
has the changes undone before I continue!)

Any thoughts/suggestions as to what is blocking this would be greatly
received!

  #3  
Old September 20th 07, 04:42 PM posted to microsoft.public.outlook.program_forms
JonnyB
external usenet poster
 
Posts: 3
Default Service Pack 3 has broken my forms...

Hi Sue

I was previously running SP2, and I did have a similar problem with a couple
of installations – but these were easily resolved.

I will have a look at the link you’ve posted and let you know how I get on

Thanks for your help!

Jon
---

"Sue Mosher [MVP-Outlook]" wrote:

What version did you have previously? This sounds like the change that was actually made in SP2, so that users can work with most .oft form templates files only by opening the template from the Tools | Forms | Choose Form dialog, browsing for User Templates in File System. This means that if the .oft file is sent as a message attachment, the user must save it to the local hard drive first.

The article at http://support.microsoft.com/?id=907985 explains this change in more detail, suggests best practices, and provides registry keys that can return Outlook 2003 to the older, less secure behavior. I haven't done any experiments to determine if the registry settings work in SP3.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"JonnyB" wrote in message ...
I’m running Office 2003, and service pack 3 has just been installed ad it has
stopped my forms from opening.

We have ‘individual’ outlook form templates that we use for billing. These
are kept on the local desktop and usually accessed by 2 x clicking.
Now, when the form is 2 x clicked the error "the custom form could not be
opened. outlook will use an outlook form instead" is displayed and then a
standard blank email is opened.

The forms can be opened via the file- New- Choose form route.

I have tried deleting the forms cache (FRMCACHE.DAT plus the other files
listed in KB836558). I have also tried various registry changes mentioned in
the KB for similar problems – but nothing seems to work. (the registry always
has the changes undone before I continue!)

Any thoughts/suggestions as to what is blocking this would be greatly
received!


  #4  
Old September 20th 07, 05:22 PM posted to microsoft.public.outlook.program_forms
JonnyB
external usenet poster
 
Posts: 3
Default Service Pack 3 has broken my forms...

Success!

I added the following 2 entries to the registry and the form opens OK:

AllowTNEFtoCreateProps
(HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\ Outlook\Options\Mail]
"AllowTNEFtoCreateProps"=dword:00000000): If the value is 0, TNEF/MIME cannot
create new non-Outlook custom properties. This value is the default value. If
the value is 1, TNEF/MIME can create new non-Outlook custom properties.

AllowMSGFilestoCreateProps: If the value is 0, .msg files and .oft files
cannot create new non-Outlook custom properties. This value is the default
value. If the value is 1, .msg files and .oft files can create new
non-Outlook custom properties.

Thanks for your help Sue!
---

"Sue Mosher [MVP-Outlook]" wrote:

What version did you have previously? This sounds like the change that was actually made in SP2, so that users can work with most .oft form templates files only by opening the template from the Tools | Forms | Choose Form dialog, browsing for User Templates in File System. This means that if the .oft file is sent as a message attachment, the user must save it to the local hard drive first.

The article at http://support.microsoft.com/?id=907985 explains this change in more detail, suggests best practices, and provides registry keys that can return Outlook 2003 to the older, less secure behavior. I haven't done any experiments to determine if the registry settings work in SP3.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"JonnyB" wrote in message ...
I’m running Office 2003, and service pack 3 has just been installed ad it has
stopped my forms from opening.

We have ‘individual’ outlook form templates that we use for billing. These
are kept on the local desktop and usually accessed by 2 x clicking.
Now, when the form is 2 x clicked the error "the custom form could not be
opened. outlook will use an outlook form instead" is displayed and then a
standard blank email is opened.

The forms can be opened via the file- New- Choose form route.

I have tried deleting the forms cache (FRMCACHE.DAT plus the other files
listed in KB836558). I have also tried various registry changes mentioned in
the KB for similar problems – but nothing seems to work. (the registry always
has the changes undone before I continue!)

Any thoughts/suggestions as to what is blocking this would be greatly
received!


 




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
Can't view free busy after Off service pack 2 paulc Outlook - Calandaring 0 September 11th 07 04:41 PM
outlook express service pack 1 bhargrave Outlook Express 10 February 27th 07 10:23 PM
Post Service Pack Hotfix Sarah Outlook - Using Contacts 2 August 31st 06 10:17 PM
Can't get Outlook Service Pack 2 to update properly. abheuck Outlook - General Queries 1 February 21st 06 11:36 PM
Outlook Exprees Service Pack Mario Zver Outlook Express 3 February 1st 06 10:40 AM


All times are GMT +1. The time now is 12:57 PM.


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.