![]() |
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
|
|||
|
|||
![]()
1. We can edit the General tab as well.What exactly you are looking for
in edit. I am sure you are opening the default contact form then tools-design this form, should give you a desing mode of the defautl contact form. 2.To set the custom form as default form for the new contacts Right click on the Contacts folder go to properties on the general tab look for "When posting to this folder, use" click on the drop down next to it. Select forms and browse to your custom contact forms. Apply. Now, when you create a new cotact it should open the custom contact form instead of default one. To use the custom contact form for the already saved contacts , not a logical solution as you might have different fields which may not exists on the default contact forms which were already saved. Still, you could change the message class of the already saved contacts to your custom message class using VBA macro. This is something like hack not a logical solution. 3.Same as step 2, instead of contacts folder right click on the public contact foler. Hope this helps... |
#2
|
|||
|
|||
![]()
Thank you Sanchin. I was able to edit the default contact form, but it
removed the picture control. This "feature" has been pointed out elsewhere in this forum. How can I get the picture control back? Also, can you suggest some code to change the class for my existing contacts once I create a custom form? Thanks. -- Dr. Doug Pruiett Good News Jail & Prison Ministry www.goodnewsjail.org "Sachin Sancheti" wrote: 1. We can edit the General tab as well.What exactly you are looking for in edit. I am sure you are opening the default contact form then tools-design this form, should give you a desing mode of the defautl contact form. 2.To set the custom form as default form for the new contacts Right click on the Contacts folder go to properties on the general tab look for "When posting to this folder, use" click on the drop down next to it. Select forms and browse to your custom contact forms. Apply. Now, when you create a new cotact it should open the custom contact form instead of default one. To use the custom contact form for the already saved contacts , not a logical solution as you might have different fields which may not exists on the default contact forms which were already saved. Still, you could change the message class of the already saved contacts to your custom message class using VBA macro. This is something like hack not a logical solution. 3.Same as step 2, instead of contacts folder right click on the public contact foler. Hope this helps... |
#3
|
|||
|
|||
![]()
To change the message class of existing forms to a new one, try any of the
suggestions in this article: How to update existing items in an Outlook folder to use a new custom form: http://support.microsoft.com/kb/201087/en-us -- Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Chaplain Doug" wrote: Thank you Sanchin. I was able to edit the default contact form, but it removed the picture control. This "feature" has been pointed out elsewhere in this forum. How can I get the picture control back? Also, can you suggest some code to change the class for my existing contacts once I create a custom form? Thanks. -- Dr. Doug Pruiett Good News Jail & Prison Ministry www.goodnewsjail.org "Sachin Sancheti" wrote: 1. We can edit the General tab as well.What exactly you are looking for in edit. I am sure you are opening the default contact form then tools-design this form, should give you a desing mode of the defautl contact form. 2.To set the custom form as default form for the new contacts Right click on the Contacts folder go to properties on the general tab look for "When posting to this folder, use" click on the drop down next to it. Select forms and browse to your custom contact forms. Apply. Now, when you create a new cotact it should open the custom contact form instead of default one. To use the custom contact form for the already saved contacts , not a logical solution as you might have different fields which may not exists on the default contact forms which were already saved. Still, you could change the message class of the already saved contacts to your custom message class using VBA macro. This is something like hack not a logical solution. 3.Same as step 2, instead of contacts folder right click on the public contact foler. Hope this helps... |
#4
|
|||
|
|||
![]()
I am eaves dropping on this post, but I went to the link below and it says it
is for Outlook 2000. Will it work for 2003? So, let me get this straight.... I can change the look of my contacts, so that when I create a new contact, it will have the fields that I want in the locations that I want. THEN, in order to change all my existing contacts to that same format (I have almost 1,000), all I have to do is create that script that your post points to and it will change all of my existing contacts to my new format. Is that all correct? Also, this is ALL exportable to Excel, so I can query my contacts with the fields that I have chosen/created, correct? Thanks, Andy "Eric Legault [MVP - Outlook]" wrote: To change the message class of existing forms to a new one, try any of the suggestions in this article: How to update existing items in an Outlook folder to use a new custom form: http://support.microsoft.com/kb/201087/en-us -- Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Chaplain Doug" wrote: Thank you Sanchin. I was able to edit the default contact form, but it removed the picture control. This "feature" has been pointed out elsewhere in this forum. How can I get the picture control back? Also, can you suggest some code to change the class for my existing contacts once I create a custom form? Thanks. -- Dr. Doug Pruiett Good News Jail & Prison Ministry www.goodnewsjail.org "Sachin Sancheti" wrote: 1. We can edit the General tab as well.What exactly you are looking for in edit. I am sure you are opening the default contact form then tools-design this form, should give you a desing mode of the defautl contact form. 2.To set the custom form as default form for the new contacts Right click on the Contacts folder go to properties on the general tab look for "When posting to this folder, use" click on the drop down next to it. Select forms and browse to your custom contact forms. Apply. Now, when you create a new cotact it should open the custom contact form instead of default one. To use the custom contact form for the already saved contacts , not a logical solution as you might have different fields which may not exists on the default contact forms which were already saved. Still, you could change the message class of the already saved contacts to your custom message class using VBA macro. This is something like hack not a logical solution. 3.Same as step 2, instead of contacts folder right click on the public contact foler. Hope this helps... |
#5
|
|||
|
|||
![]()
Yes, the form class update procedure will work with OL 2000 or greater, and
will convert your Contacts that use the default form to use your custom form. Contacts can be exported to .csv or Excel file formats using the Import/Export wizard, but custom fields will NOT be exported. -- Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "drewsimm" wrote: I am eaves dropping on this post, but I went to the link below and it says it is for Outlook 2000. Will it work for 2003? So, let me get this straight.... I can change the look of my contacts, so that when I create a new contact, it will have the fields that I want in the locations that I want. THEN, in order to change all my existing contacts to that same format (I have almost 1,000), all I have to do is create that script that your post points to and it will change all of my existing contacts to my new format. Is that all correct? Also, this is ALL exportable to Excel, so I can query my contacts with the fields that I have chosen/created, correct? Thanks, Andy "Eric Legault [MVP - Outlook]" wrote: To change the message class of existing forms to a new one, try any of the suggestions in this article: How to update existing items in an Outlook folder to use a new custom form: http://support.microsoft.com/kb/201087/en-us -- Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Chaplain Doug" wrote: Thank you Sanchin. I was able to edit the default contact form, but it removed the picture control. This "feature" has been pointed out elsewhere in this forum. How can I get the picture control back? Also, can you suggest some code to change the class for my existing contacts once I create a custom form? Thanks. -- Dr. Doug Pruiett Good News Jail & Prison Ministry www.goodnewsjail.org "Sachin Sancheti" wrote: 1. We can edit the General tab as well.What exactly you are looking for in edit. I am sure you are opening the default contact form then tools-design this form, should give you a desing mode of the defautl contact form. 2.To set the custom form as default form for the new contacts Right click on the Contacts folder go to properties on the general tab look for "When posting to this folder, use" click on the drop down next to it. Select forms and browse to your custom contact forms. Apply. Now, when you create a new cotact it should open the custom contact form instead of default one. To use the custom contact form for the already saved contacts , not a logical solution as you might have different fields which may not exists on the default contact forms which were already saved. Still, you could change the message class of the already saved contacts to your custom message class using VBA macro. This is something like hack not a logical solution. 3.Same as step 2, instead of contacts folder right click on the public contact foler. Hope this helps... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OL2003 - can you auto-fill a singel new contact form with online form data | TimR | Outlook - Using Contacts | 1 | February 15th 06 02:43 PM |
How do you change the default display form? | Spike9458 | Outlook - Using Contacts | 1 | January 30th 06 05:31 PM |
image in a contact form | sjwill56 | Outlook - Using Contacts | 1 | January 19th 06 10:01 PM |
How do I change the default Office Mail form? | pbusardo | Outlook - Installation | 1 | January 14th 06 07:40 PM |
Editing Default Contact Form | Milly Staples [MVP - Outlook] | Outlook - Using Contacts | 0 | January 8th 06 12:17 AM |