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

Forms cache problem



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 10th 06, 07:58 PM posted to microsoft.public.outlook.program_forms
zkid
external usenet poster
 
Posts: 8
Default Forms cache problem

Hi all,

I've read through all of the other threads about this kind of problem, and,
well, they still don't answer my particular question.

Here goes:

I have only one user, out of quite a few, who's frmcache.dat file I must
delete any time a custom form is revised. She receives the "cannot find
form" message. The form is located in the public folders and thus is not
"installed" on each computer.

I punted and placed a line of code in her login script to just automatically
delete the .dat file at every login. However, does anyone have an idea why
only her cache is problematic and if there is a different way to go about
this? I saw someone mention turning off the person's forms caching, but not
the directions how to do it.

The bottom line is, though, that I'd really like to know why this happens in
the first place, and especially to only one user. I'd really like a valid,
not a band-aid, solution.

Thanks so much!
Ads
  #2  
Old March 10th 06, 08:30 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Forms cache problem

It might help if you provided the Outlook version and build numbers.

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


"zkid" wrote in message ...
Hi all,

I've read through all of the other threads about this kind of problem, and,
well, they still don't answer my particular question.

Here goes:

I have only one user, out of quite a few, who's frmcache.dat file I must
delete any time a custom form is revised. She receives the "cannot find
form" message. The form is located in the public folders and thus is not
"installed" on each computer.

I punted and placed a line of code in her login script to just automatically
delete the .dat file at every login. However, does anyone have an idea why
only her cache is problematic and if there is a different way to go about
this? I saw someone mention turning off the person's forms caching, but not
the directions how to do it.

The bottom line is, though, that I'd really like to know why this happens in
the first place, and especially to only one user. I'd really like a valid,
not a band-aid, solution.

Thanks so much!

  #3  
Old March 10th 06, 11:19 PM posted to microsoft.public.outlook.program_forms
zkid
external usenet poster
 
Posts: 8
Default Forms cache problem

Hi Sue,

Good to hear from you, as always.

It is Outlook XP/2002, SP-3. She has a roaming profile, and no matter what
computer she logs into, and whether it's SP-1, 2 or 3, she still has the same
problem. I believe she was on SP-2 when the problem began. One of the
attempts to correct the problem was to update her computer to the next
service pack. Her Outlook profile was also blown out completely and
re-created from scratch. The frmscache.dat file saves to the server under
her profile at log-off. Thanks so much!

"Sue Mosher [MVP-Outlook]" wrote:

It might help if you provided the Outlook version and build numbers.

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


"zkid" wrote in message ...
Hi all,

I've read through all of the other threads about this kind of problem, and,
well, they still don't answer my particular question.

Here goes:

I have only one user, out of quite a few, who's frmcache.dat file I must
delete any time a custom form is revised. She receives the "cannot find
form" message. The form is located in the public folders and thus is not
"installed" on each computer.

I punted and placed a line of code in her login script to just automatically
delete the .dat file at every login. However, does anyone have an idea why
only her cache is problematic and if there is a different way to go about
this? I saw someone mention turning off the person's forms caching, but not
the directions how to do it.

The bottom line is, though, that I'd really like to know why this happens in
the first place, and especially to only one user. I'd really like a valid,
not a band-aid, solution.

Thanks so much!


  #4  
Old May 4th 06, 06:55 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Forms cache problem

The frmscache.dat file saves to the server under
her profile at log-off.


That sounds like the potential source of the problem. The FORMS folder that maintains the cache is under Local Settings\Application Data\Microsoft\ not Application Data. The Local Settings hierarchy is supposed to be local, not saved on the server.

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

"zkid" wrote in message ...
Hi Sue,

Good to hear from you, as always.

It is Outlook XP/2002, SP-3. She has a roaming profile, and no matter what
computer she logs into, and whether it's SP-1, 2 or 3, she still has the same
problem. I believe she was on SP-2 when the problem began. One of the
attempts to correct the problem was to update her computer to the next
service pack. Her Outlook profile was also blown out completely and
re-created from scratch. The frmscache.dat file saves to the server under
her profile at log-off. Thanks so much!

"Sue Mosher [MVP-Outlook]" wrote:

It might help if you provided the Outlook version and build numbers.

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


"zkid" wrote in message ...
Hi all,

I've read through all of the other threads about this kind of problem, and,
well, they still don't answer my particular question.

Here goes:

I have only one user, out of quite a few, who's frmcache.dat file I must
delete any time a custom form is revised. She receives the "cannot find
form" message. The form is located in the public folders and thus is not
"installed" on each computer.

I punted and placed a line of code in her login script to just automatically
delete the .dat file at every login. However, does anyone have an idea why
only her cache is problematic and if there is a different way to go about
this? I saw someone mention turning off the person's forms caching, but not
the directions how to do it.

The bottom line is, though, that I'd really like to know why this happens in
the first place, and especially to only one user. I'd really like a valid,
not a band-aid, solution.

Thanks so much!


 




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
Outlk 2003 Cache & Forms LeoBloom Outlook - Installation 2 March 8th 06 04:24 PM
A problem to load a custom form from the Organizational Forms library David Elbaz Outlook - Using Forms 1 February 26th 06 10:50 AM
Forms Cache Nightmare Vaughan Outlook - Using Forms 11 February 22nd 06 03:25 PM
Can Outlook/forms solve this problem? Janet Outlook - Using Forms 0 February 17th 06 11:16 PM
Problem Opening Outlook Forms - Outlook Version Issue? A Don Outlook - Using Forms 1 January 26th 06 06:37 PM


All times are GMT +1. The time now is 02:23 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.