PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Outlk 2k3 Script: Pb Usig personal Forms
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Outlk 2k3 Script: Pb Usig personal Forms
![]() |
Outlk 2k3 Script: Pb Usig personal Forms |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi all,
I published custom form in the publics task folder. all is Ok but from time to time, some user can't open / create task with this form I must erase the file FRMCACHE.DAT on the user profile, to allow him to use the form Can some one help Tks |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Not too much you can do about that, the forms cache is prone to becoming
corrupted. Some people run a script on logon that automatically clears the forms cache before Outlook starts. It means more of a bandwidth hit on the server but it prevents the problem from happening. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "bbnimda" <wahhhran-vba@yahoo.fr> wrote in message news:uPsv17BJHHA.4000@TK2MSFTNGP06.phx.gbl... > Hi all, > > I published custom form in the publics task folder. > > all is Ok but from time to time, some user can't open / create task with > this form > > I must erase the file FRMCACHE.DAT on the user profile, to allow him to > use > the form > > Can some one help > > Tks > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi Ken,
So I don't have the choice..... I'll add it to my logon script. Some one know why the cache became corrupted ??? Tks "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> a écrit dans le message de news: OFkxWsEJHHA.3936@TK2MSFTNGP02.phx.gbl... > Not too much you can do about that, the forms cache is prone to becoming > corrupted. Some people run a script on logon that automatically clears the > forms cache before Outlook starts. It means more of a bandwidth hit on the > server but it prevents the problem from happening. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com > Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 > Reminder Manager, Extended Reminders, Attachment Options > http://www.slovaktech.com/products.htm > > > "bbnimda" <wahhhran-vba@yahoo.fr> wrote in message > news:uPsv17BJHHA.4000@TK2MSFTNGP06.phx.gbl... >> Hi all, >> >> I published custom form in the publics task folder. >> >> all is Ok but from time to time, some user can't open / create task with >> this form >> >> I must erase the file FRMCACHE.DAT on the user profile, to allow him to >> use >> the form >> >> Can some one help >> >> Tks >> > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
There are lots of reasons the cache can become corrupted. One of the most
common is the form being published without setting and revising the Version string property. If a form is published and then revised with the same Version it can one-off the forms or load earlier versions instead of the most current. The cache is also not the most robust construct so it sometimes seems to get corrupted for no reason at all. There's general information about various custom forms problems at http://www.outlookcode.com/d/forms.htm. More specific to the forms cache is the information at http://www.outlookcode.com/d/formscache.htm. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "bbnimda" <wahhhran-vba@yahoo.fr> wrote in message news:uLn63HOJHHA.3424@TK2MSFTNGP02.phx.gbl... > Hi Ken, > > So I don't have the choice..... I'll add it to my logon script. > > Some one know why the cache became corrupted ??? > > Tks > > > > "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> a écrit dans le > message de news: OFkxWsEJHHA.3936@TK2MSFTNGP02.phx.gbl... >> Not too much you can do about that, the forms cache is prone to becoming >> corrupted. Some people run a script on logon that automatically clears >> the forms cache before Outlook starts. It means more of a bandwidth hit >> on the server but it prevents the problem from happening. >> >> -- >> Ken Slovak >> [MVP - Outlook] >> http://www.slovaktech.com >> Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 >> Reminder Manager, Extended Reminders, Attachment Options >> http://www.slovaktech.com/products.htm >> >> >> "bbnimda" <wahhhran-vba@yahoo.fr> wrote in message >> news:uPsv17BJHHA.4000@TK2MSFTNGP06.phx.gbl... >>> Hi all, >>> >>> I published custom form in the publics task folder. >>> >>> all is Ok but from time to time, some user can't open / create task with >>> this form >>> >>> I must erase the file FRMCACHE.DAT on the user profile, to allow him to >>> use >>> the form >>> >>> Can some one help >>> >>> Tks >>> >> > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

