Display properties of custom form on that form

W

Wolfgang Kais

Dear Newsgroup.

Is there a way to display the version and form number (configured on the
properties tab in form design view) on the form when it's opened?
(Outlook 2003 SP2)
 
S

Sue Mosher [MVP-Outlook]

Two methods:

1) Use CommandBars techniques to execute the Help | About This Form command.

2) Put code in the Item_Open event handler to read that information from the Item.FormDescription properties and display it wherever you like.

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

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

Wolfgang Kais

2) is what I wanted.
Tha-hanks!

Two methods:

1) Use CommandBars techniques to execute the Help | About This Form command.

2) Put code in the Item_Open event handler to read that information from the
Item.FormDescription properties and display it wherever you like.

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top