![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
We have an existing contacts table in the Public Folder. We're created
a new custom form and have published it. Whenever a create a new contact record, it picks up the new custom form. But we'd like to attach the new custom form to all existing records. Is there a way to do that? I've tried exporting and re-importing the contacts to the folder w/ the custom form but it doesn't work. The custom form does not appear in the imported records. As much as possible, we'd like to avoid re-entering the contacts because there are close to 5000 entries. Thanks in advance, Joseph |
#2
|
|||
|
|||
![]()
You need to change the value of the MessageClass property on the existing items to point to your new form's class. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish this.
-- 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... We have an existing contacts table in the Public Folder. We're created a new custom form and have published it. Whenever a create a new contact record, it picks up the new custom form. But we'd like to attach the new custom form to all existing records. Is there a way to do that? I've tried exporting and re-importing the contacts to the folder w/ the custom form but it doesn't work. The custom form does not appear in the imported records. As much as possible, we'd like to avoid re-entering the contacts because there are close to 5000 entries. Thanks in advance, Joseph |
#3
|
|||
|
|||
![]()
Thank you Sue. You're the best. Your suggestion worked!!. I just did a
mass of the message class to the new IPM class of the custom form. I did it through a VB script as described in Microsoft KB 170301, (http://support.microsoft.com/kb/170301/EN-US/). Thanks a lot. I was surprised to see your reply on the same afternoon I did the post. BTW, I have your book Microsoft Outlook Programming. Regards, Joseph Sue Mosher [MVP-Outlook] wrote: You need to change the value of the MessageClass property on the existing items to point to your new form's class. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish this. -- 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... We have an existing contacts table in the Public Folder. We're created a new custom form and have published it. Whenever a create a new contact record, it picks up the new custom form. But we'd like to attach the new custom form to all existing records. Is there a way to do that? I've tried exporting and re-importing the contacts to the folder w/ the custom form but it doesn't work. The custom form does not appear in the imported records. As much as possible, we'd like to avoid re-entering the contacts because there are close to 5000 entries. Thanks in advance, Joseph |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Published Message Forms in Public Folders Don't Retain Data | aberdahl | Outlook - Using Forms | 4 | August 9th 06 11:27 PM |
how to apply new contact form to existing forms | Nick Cumberbatch | Outlook - Using Contacts | 1 | July 2nd 06 06:45 PM |
validate outlook contacts (custom forms) through excel | ~Rama | Outlook - Using Contacts | 3 | May 16th 06 02:11 PM |
outlook 2000 -- new custom form, same existing contacts | CYBER23HYPER | Outlook - Using Forms | 3 | January 18th 06 09:42 PM |
Forms and Public Folders | kr00zn | Outlook - Using Forms | 1 | January 11th 06 10:10 PM |