PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Outlk 2k3 Script: Pb Usig personal Forms

Reply

Outlk 2k3 Script: Pb Usig personal Forms

 
Thread Tools Rate Thread
Old 20-12-2006, 10:10 AM   #1
bbnimda
Guest
 
Posts: n/a
Default Outlk 2k3 Script: Pb Usig personal Forms


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


  Reply With Quote
Old 20-12-2006, 03:22 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Outlk 2k3 Script: Pb Usig personal Forms

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
>


  Reply With Quote
Old 21-12-2006, 09:03 AM   #3
bbnimda
Guest
 
Posts: n/a
Default Re: Outlk 2k3 Script: Pb Usig personal Forms

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

>



  Reply With Quote
Old 21-12-2006, 02:50 PM   #4
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Outlk 2k3 Script: Pb Usig personal Forms

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

>>

>
>


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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