Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form in outlook calendar that has been working fine. Today when I open up events that have been on the calendar for a while, they are missing the different tabs that I had renamed and all the info that goes with it. But if I open up or add a new event. All my tabs and infor are there. How come I can't view the tabs and info from the events that are already on the calendar.
 
Could be forms cache corruption. Try clearing the cache. Choose Tools |
Options | Other | Advanced Options | Custom Forms, then click Manage Forms,
then Clear Cache.

If the problem persists or recurs, post your Outlook version and mail
configuraiton.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers




Judy said:
I have created a form in outlook calendar that has been working fine.
Today when I open up events that have been on the calendar for a while, they
are missing the different tabs that I had renamed and all the info that goes
with it. But if I open up or add a new event. All my tabs and infor are
there. How come I can't view the tabs and info from the events that are
already on the calendar.
 
Once you create a custom form, only items created from that point forward will use the custom form. There is a way to change all existing items to your new custom form. You must change each item's message class which cannot be done through the Outlook interface, but only in code. There is a utility that is a word document with a script built into it that will accomplish this for you. I can't remember where I found it, and can't locate my copy at this moment. Check Slipstick.com or google. If you can write your own script, just iterate through each item in the selected folder and change it's message class to the new form's message class.
 
Back
Top