Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   Outlook Forms Not Working with latest updates (http://www.outlookbanter.com/outlook-using-forms/5441-outlook-forms-not-working-latest.html)

Hayley January 13th 06 01:58 AM

Outlook Forms Not Working with latest updates
 
Our custom Outlook forms did not work until we removed the 2 latest Outlook
updates OUTLOOKff and OLKINTLff. I'm not sure where to post this as I
couldn't find any email for update problems. So since I have posted a problem
re this today on another post - here it is!

Another Microsoft issue!
--
Hayley

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...rogram_f orms

Sue Mosher [MVP-Outlook] January 20th 06 06:21 PM

Outlook Forms Not Working with latest updates
 
You didn't say what version of Outlook you're using (include build number) or what kind of forms these are -- published forms or .oft files.

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


"Hayley" wrote in message ...
Our custom Outlook forms did not work until we removed the 2 latest Outlook
updates OUTLOOKff and OLKINTLff. I'm not sure where to post this as I
couldn't find any email for update problems. So since I have posted a problem
re this today on another post - here it is!



[email protected] January 23rd 06 10:35 PM

Outlook Forms Not Working with latest updates
 
I also have a very similer issue. Ever since I installed OUTLOOKff the
custom plugin we are developing no longer works.

Outlook version : 2003 (11.8002.6568) SP2

The following code now causing a crash on startup.
hr = namspace-GetDefaultFolder( Outlook::olFolderContacts,
&contactsFolder );

The hot fix that causes this is OUTLOOKff. Everytime. Does anyone know
what to do to fix this?

TIA,
Jason


Hayley January 23rd 06 10:48 PM

Outlook Forms Not Working with latest updates
 
It is Outlook 2003 that is having the trouble opening form templates (oft
files). There are 2 PC's which are still having the problem even after we
remove the updates - weird! I have found this website (below) which explains
the problem I am having well but still no solution. Only you have to open the
templates through this long winded process instead of a shortcut as we have
been doing. I called M$ but as normal didn't wont to know me because we have
'customised' the forms and not use a standard one! Great!

http://www.outlookcode.com/d/ol2003problems.htm (Serice Pack 2 Issues)

--
Hayley


" wrote:

I also have a very similer issue. Ever since I installed OUTLOOKff the
custom plugin we are developing no longer works.

Outlook version : 2003 (11.8002.6568) SP2

The following code now causing a crash on startup.
hr = namspace-GetDefaultFolder( Outlook::olFolderContacts,
&contactsFolder );

The hot fix that causes this is OUTLOOKff. Everytime. Does anyone know
what to do to fix this?

TIA,
Jason



Sue Mosher [MVP-Outlook] January 23rd 06 11:23 PM

Outlook Forms Not Working with latest updates
 
That roundabout process is the one that you'll need to use with SP2, due to security issues related to running .oft files directly.

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


"Hayley" wrote in message ...
It is Outlook 2003 that is having the trouble opening form templates (oft
files). There are 2 PC's which are still having the problem even after we
remove the updates - weird! I have found this website (below) which explains
the problem I am having well but still no solution. Only you have to open the
templates through this long winded process instead of a shortcut as we have
been doing. I called M$ but as normal didn't wont to know me because we have
'customised' the forms and not use a standard one! Great!

http://www.outlookcode.com/d/ol2003problems.htm (Serice Pack 2 Issues)

--
Hayley


" wrote:

I also have a very similer issue. Ever since I installed OUTLOOKff the
custom plugin we are developing no longer works.

Outlook version : 2003 (11.8002.6568) SP2

The following code now causing a crash on startup.
hr = namspace-GetDefaultFolder( Outlook::olFolderContacts,
&contactsFolder );

The hot fix that causes this is OUTLOOKff. Everytime. Does anyone know
what to do to fix this?

TIA,
Jason



Sue Mosher [MVP-Outlook] January 23rd 06 11:24 PM

Outlook Forms Not Working with latest updates
 
That doesn't sound similar at all, since it doesn't seem to involve a custom form. I'd suggest that you start your own thread in the microsoft.public.outlook.program_vba newsgroup providing full details.

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


wrote in message oups.com...
I also have a very similer issue. Ever since I installed OUTLOOKff the
custom plugin we are developing no longer works.

Outlook version : 2003 (11.8002.6568) SP2

The following code now causing a crash on startup.
hr = namspace-GetDefaultFolder( Outlook::olFolderContacts,
&contactsFolder );

The hot fix that causes this is OUTLOOKff. Everytime. Does anyone know
what to do to fix this?

TIA,
Jason


Hayley January 23rd 06 11:45 PM

Outlook Forms Not Working with latest updates
 
But why the differnce with PC's? Same PC, same build, same updates, same
programes. Oh well least I can still open. Thanks Sue
--
Hayley


"Sue Mosher [MVP-Outlook]" wrote:

That roundabout process is the one that you'll need to use with SP2, due to security issues related to running .oft files directly.

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


"Hayley" wrote in message ...
It is Outlook 2003 that is having the trouble opening form templates (oft
files). There are 2 PC's which are still having the problem even after we
remove the updates - weird! I have found this website (below) which explains
the problem I am having well but still no solution. Only you have to open the
templates through this long winded process instead of a shortcut as we have
been doing. I called M$ but as normal didn't wont to know me because we have
'customised' the forms and not use a standard one! Great!

http://www.outlookcode.com/d/ol2003problems.htm (Serice Pack 2 Issues)

--
Hayley


" wrote:

I also have a very similer issue. Ever since I installed OUTLOOKff the
custom plugin we are developing no longer works.

Outlook version : 2003 (11.8002.6568) SP2

The following code now causing a crash on startup.
hr = namspace-GetDefaultFolder( Outlook::olFolderContacts,
&contactsFolder );

The hot fix that causes this is OUTLOOKff. Everytime. Does anyone know
what to do to fix this?

TIA,
Jason





All times are GMT +1. The time now is 10:28 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-2006 OutlookBanter.com