Help re Outlook Contact Form design

  • Thread starter Thread starter Dab
  • Start date Start date
D

Dab

Hi:



I'd like to use the default Outlook contact form as a template to build a
new custom form. I need to add additional fields, perhaps some tabs and
some picture fields, etc.



If I use the form chooser to open a form (tools/chooser/forms), I can select
the contact form that I want (the default form), however if I open the
contact form in design mode (tools/forms/design a form), the same form that
I selected above looks different. I don't get what's going on. Can someone
help?



Thanks for any advice.
 
http://www.outlookcode.com/d/forms.htm should get you started.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Dab asked:

| Hi:
|
|
|
| I'd like to use the default Outlook contact form as a template to
| build a new custom form. I need to add additional fields, perhaps
| some tabs and some picture fields, etc.
|
|
|
| If I use the form chooser to open a form (tools/chooser/forms), I can
| select the contact form that I want (the default form), however if I
| open the contact form in design mode (tools/forms/design a form), the
| same form that I selected above looks different. I don't get what's
| going on. Can someone help?
|
|
|
| Thanks for any advice.
 
The new contact form layout in OL2003 and the included picture control are not available to programmers, who will see the older layout when they put an Outlook 2003 contact form into design mode. One workaround is to use an image control, as described at http://www.outlookcode.com/d/formpicture.htm#control .

For other contact form idiosyncracies, see http://www.outlookcode.com/d/contactform.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top