RE: Help with customizing a Contact form please
- From: Sue Mosher [MVP-Outlook] <suemvp@xxxxxxxxxxxxxxx>
- Date: Thu, 10 Jul 2008 07:26:01 -0700
Answers inline below.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Saucer Man" wrote:
I started working on a new contact form for our company. We plan to import
the ACT! contacts into Outlook and get rid of ACT!
I am using Outlook 2007 and I have several questions.
1) How do I prevent the custom Contact form from being resized?
That would require an add-in. The code behind a custom form fires no events
related to resizing.
2) How do I remove the additional pages such as Certificates, Details, All
Fields, etc? I will be putting everything on the General page.
You hide them with the Page | Display This Page toggle command
3) I have some controls on a custom form that have become hidden. Some how
they are off the edge or behind other objects. How do I find them and put
them back to the viewable area?
Maximize the window so you can see as much as possible, move controls out of
the way as needed, and/or use the Tab key to move the selection among
controls then use Send to Back, Bring to Front, or display the Advanced
Properties dialog to change the position property values.
4) How do I set the default value for "File As" to lastname, firstname? I
will make the field disabled so that the user can see that it will be filed
as lastname, firstname but will not be able to change it.
Try using a formula on that control's Value tab.
5) When I publish the form to a Contact folder and set it as the default
form to use when posting, how do I make it propagate to all the sub folders?
You'd need to make the same change on each folder manually or write code
iterating the Folder.Folders collection and using the PropertyAccessor object
to change the value of these two MAPI properties:
message class name - http://schemas.microsoft.com/mapi/proptag/0x36E5001E
form display name - http://schemas.microsoft.com/mapi/proptag/0x36E6001E
6) Do I need to change the name of the form every time I modify it so that
the Outlook clients will know that the form has changed instead of just
using an older version in cache?
No, you don't need to do that, but you should update the version number
before republishing. And don't forget to save an .oft copy as a backup.
.
- Follow-Ups:
- Re: Help with customizing a Contact form please
- From: Saucer Man
- Re: Help with customizing a Contact form please
- References:
- Help with customizing a Contact form please
- From: Saucer Man
- Help with customizing a Contact form please
- Prev by Date: Help with customizing a Contact form please
- Next by Date: creating custom forms & editing the Task Page
- Previous by thread: Help with customizing a Contact form please
- Next by thread: Re: Help with customizing a Contact form please
- Index(es):
Relevant Pages
|
Loading