![]() |
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
|
|||
|
|||
![]()
Hi,
I would like to know if it's possible to add fields to the main contact window shown when you edit a contact. I'd like to add some custom fields and remove some I never use. I checked http://www.outlookcode.com/article.aspx?ID=35 http://office.microsoft.com/en-us/ou...106101033.aspx and followed instructions from those pages, but when I open a contact, and then tell Outlook 2007 to "Design This Form", the design form shown is not the same. It just doesn't look like it. The open contact looks like the "normalmode.jpg" screen capture. As soon as I switch to design mode, it looks like "editmode.jpg". Any way to really edit the form that looks like an open contact? Here are the captures: www.sjordi.com/outlook/normalmode.jpg and www.sjordi.com/outlook/editmode.jpg From what I read, Microsoft says "This problem occurs because the design mode Contact form was not updated with the new Outlook user interface." (That's from http://support.microsoft.com/kb/823133) But I never had any Outlook and/or PST file on my machine before. I don't even have MS Office (I use WordPerfect Office). And I never used Outlook Express. Thanks for any help Sincerely, Steve JORDI (Remove the K_I_L_LSPAM from my email address) ------------------------------------------------ 1197 Prangins Email: Switzerland WWW: www.sjordi.com ------------------------------------------------ Volcanoes at www.sjordi.com/volcanoes MovieDB at www.sjmoviedb.com ------------------------------------------------ |
Ads |
#2
|
|||
|
|||
![]()
As the article you cited explains, developers will see a different layout when they put a contact form into design mode. The built-in layout is not available to be customized, except by adding a form region at the bottom.
For other contact form idiosyncracies, see http://www.outlookcode.com/d/contactform.htm -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Steve JORDI" wrote in message ... Hi, I would like to know if it's possible to add fields to the main contact window shown when you edit a contact. I'd like to add some custom fields and remove some I never use. I checked http://www.outlookcode.com/article.aspx?ID=35 http://office.microsoft.com/en-us/ou...106101033.aspx and followed instructions from those pages, but when I open a contact, and then tell Outlook 2007 to "Design This Form", the design form shown is not the same. It just doesn't look like it. The open contact looks like the "normalmode.jpg" screen capture. As soon as I switch to design mode, it looks like "editmode.jpg". Any way to really edit the form that looks like an open contact? Here are the captures: www.sjordi.com/outlook/normalmode.jpg and www.sjordi.com/outlook/editmode.jpg From what I read, Microsoft says "This problem occurs because the design mode Contact form was not updated with the new Outlook user interface." (That's from http://support.microsoft.com/kb/823133) But I never had any Outlook and/or PST file on my machine before. I don't even have MS Office (I use WordPerfect Office). And I never used Outlook Express. Thanks for any help Sincerely, Steve JORDI (Remove the K_I_L_LSPAM from my email address) ------------------------------------------------ 1197 Prangins Email: Switzerland WWW: www.sjordi.com ------------------------------------------------ Volcanoes at www.sjordi.com/volcanoes MovieDB at www.sjmoviedb.com ------------------------------------------------ |
#3
|
|||
|
|||
![]()
On Tue, 23 Oct 2007 07:22:35 -0400, "Sue Mosher [MVP-Outlook]"
wrote: As the article you cited explains, developers will see a different layout when they put a contact form into design mode. The built-in layout is not available to be customized, except by adding a form region at the bottom. For other contact form idiosyncracies, see http://www.outlookcode.com/d/contactform.htm Wow, if this sounds really stupid. Why the hell wouldn't we be allowed to edit one of the most important forms? I don't understand why MicrobeSoft didn't allow this. At least they could disable the "Design this form" for that specific form. Or show a dialog box stating that this form is reserved and not available for editing. But just switching to something that has nothing to do at all with the original look is plain dumb. Well, in a way, I'm not that surprised (look at the company behind this)... Thanks anyway. Sincerely, Steve JORDI (Remove the K_I_L_LSPAM from my email address) ------------------------------------------------ 1197 Prangins Email: Switzerland WWW: www.sjordi.com ------------------------------------------------ Volcanoes at www.sjordi.com/volcanoes MovieDB at www.sjmoviedb.com ------------------------------------------------ |
#4
|
|||
|
|||
![]()
Nothing prevents you from editing that page. The issue is that certain of the controls that define the look of the standard page are not available to developers except in versions that work only in form regions.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Steve JORDI" wrote in message ... On Tue, 23 Oct 2007 07:22:35 -0400, "Sue Mosher [MVP-Outlook]" wrote: As the article you cited explains, developers will see a different layout when they put a contact form into design mode. The built-in layout is not available to be customized, except by adding a form region at the bottom. For other contact form idiosyncracies, see http://www.outlookcode.com/d/contactform.htm Wow, if this sounds really stupid. Why the hell wouldn't we be allowed to edit one of the most important forms? I don't understand why MicrobeSoft didn't allow this. At least they could disable the "Design this form" for that specific form. Or show a dialog box stating that this form is reserved and not available for editing. |
#5
|
|||
|
|||
![]()
On Tue, 23 Oct 2007 10:36:32 -0400, "Sue Mosher [MVP-Outlook]"
wrote: Nothing prevents you from editing that page. The issue is that certain of the controls that define the look of the standard page are not available to developers except in versions that work only in form regions. Well, I thought "ok, impossible to edit the "general" tab without losing everything, let's add my extra fields to the "Details" tab. Hey! Guess what? It's not possible to edit this one as well! No custom fields to drag and drop. The tab is not in design mode, but waits for data input! Ok, I give up. Sincerely, Steve JORDI (Remove the K_I_L_LSPAM from my email address) ------------------------------------------------ 1197 Prangins Email: Switzerland WWW: www.sjordi.com ------------------------------------------------ Volcanoes at www.sjordi.com/volcanoes MovieDB at www.sjmoviedb.com ------------------------------------------------ |
#6
|
|||
|
|||
![]()
Any page that has a date/time dropdown can't be edited, including the Details page of the contact form. If you want to preserve the look of the General page, then you'd need to do your customization on the P.2-P.5 pages.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Steve JORDI" wrote in message ... On Tue, 23 Oct 2007 10:36:32 -0400, "Sue Mosher [MVP-Outlook]" wrote: Nothing prevents you from editing that page. The issue is that certain of the controls that define the look of the standard page are not available to developers except in versions that work only in form regions. Well, I thought "ok, impossible to edit the "general" tab without losing everything, let's add my extra fields to the "Details" tab. Hey! Guess what? It's not possible to edit this one as well! No custom fields to drag and drop. The tab is not in design mode, but waits for data input! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OL2007: How to edit (related) "Contacts" field for a contact? | Himanshu Gohel | Outlook - Using Contacts | 2 | May 6th 07 01:09 AM |
Edit mode in RTF items by default? | Level 13 | Outlook - General Queries | 1 | December 26th 06 09:17 PM |
Customize calendar layout | roadrunbb | Outlook - Calandaring | 5 | December 12th 06 09:50 PM |
Can i edit layout of the "Navigation Pane" | [email protected] | Outlook - General Queries | 2 | June 20th 06 11:44 PM |
How to check an Outlook mail's *edit mode*? | N More | Outlook and VBA | 2 | March 9th 06 08:44 PM |