A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Button to custom form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 2nd 07, 07:08 PM posted to microsoft.public.outlook.program_forms
Uncle Vito
external usenet poster
 
Posts: 4
Default Button to custom form

Using tools Forms Design Form I created a custom form which contains some
new user properties. This new form and its contents is defined by a new
message class IPM.note.mymessageclass.

I want to add a button to the form that would allow me to activate an
inspector for my contact list, allow the user to accept a contact which then
returns to the original form and populate another EDIT field with the FULL
NAME of the contact.

Hence my questions:

What do I have to do in order to catch the click of the button. Does
Item.CustomPropertyChange come into play here?

--
Uncle Vito
  #2  
Old March 2nd 07, 07:47 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Button to custom form

All the button can do is fire a Click event.

There is no such thing as "an inspector for my contact list" within the OUtlook programming model. Inspector refers to the window that displays an individual item.

I hope you're using this custom form only for internal use. It's not going to make any non-Outlook external recipients very happy.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Uncle Vito" wrote in message ...
Using tools Forms Design Form I created a custom form which contains some
new user properties. This new form and its contents is defined by a new
message class IPM.note.mymessageclass.

I want to add a button to the form that would allow me to activate an
inspector for my contact list, allow the user to accept a contact which then
returns to the original form and populate another EDIT field with the FULL
NAME of the contact.

Hence my questions:

What do I have to do in order to catch the click of the button. Does
Item.CustomPropertyChange come into play here?

--
Uncle Vito

  #3  
Old March 2nd 07, 11:06 PM posted to microsoft.public.outlook.program_forms
Uncle Vito
external usenet poster
 
Posts: 4
Default Button to custom form

Yes the form is for internal us only. Pardon the misuse of the terminology.
What I am after is to catch the button click and present the list of contacts
for selection, then pull some data out of the contact and populate a couple
of user properties on the form. I was going to populate a select list with
the contacts but the contact list could be rather large. I am open to
suggestion if there is a better way.

Anyway, can you elaborate on how to catch the click of a button control
added to a custom form? I guess it would be similar to the "To:" and "CC:"
buttons on the inspector for the mail item.

--
Uncle Vito


"Sue Mosher [MVP-Outlook]" wrote:

All the button can do is fire a Click event.

There is no such thing as "an inspector for my contact list" within the OUtlook programming model. Inspector refers to the window that displays an individual item.

I hope you're using this custom form only for internal use. It's not going to make any non-Outlook external recipients very happy.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Uncle Vito" wrote in message ...
Using tools Forms Design Form I created a custom form which contains some
new user properties. This new form and its contents is defined by a new
message class IPM.note.mymessageclass.

I want to add a button to the form that would allow me to activate an
inspector for my contact list, allow the user to accept a contact which then
returns to the original form and populate another EDIT field with the FULL
NAME of the contact.

Hence my questions:

What do I have to do in order to catch the click of the button. Does
Item.CustomPropertyChange come into play here?

--
Uncle Vito


  #4  
Old March 3rd 07, 02:06 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Button to custom form

Again, a button on a form fires a Click event. See http://www.outlookcode.com/d/propsyntax.htm#unbound

It's not clear what you have in mind to present a specific list of contacts for selection, given that Outlook doesn't have any thing built in for that. Some forms developers use a combo box on their forms.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Uncle Vito" wrote in message news
Yes the form is for internal us only. Pardon the misuse of the terminology.
What I am after is to catch the button click and present the list of contacts
for selection, then pull some data out of the contact and populate a couple
of user properties on the form. I was going to populate a select list with
the contacts but the contact list could be rather large. I am open to
suggestion if there is a better way.

Anyway, can you elaborate on how to catch the click of a button control
added to a custom form? I guess it would be similar to the "To:" and "CC:"
buttons on the inspector for the mail item.

--
Uncle Vito


"Sue Mosher [MVP-Outlook]" wrote:

All the button can do is fire a Click event.

There is no such thing as "an inspector for my contact list" within the OUtlook programming model. Inspector refers to the window that displays an individual item.

I hope you're using this custom form only for internal use. It's not going to make any non-Outlook external recipients very happy.


"Uncle Vito" wrote in message ...
Using tools Forms Design Form I created a custom form which contains some
new user properties. This new form and its contents is defined by a new
message class IPM.note.mymessageclass.

I want to add a button to the form that would allow me to activate an
inspector for my contact list, allow the user to accept a contact which then
returns to the original form and populate another EDIT field with the FULL
NAME of the contact.

Hence my questions:

What do I have to do in order to catch the click of the button. Does
Item.CustomPropertyChange come into play here?

--
Uncle Vito


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add a button to a custom form with vbscript Robert Lindermeier - Your-Admin eK Outlook - Using Forms 3 February 26th 07 04:02 PM
custom button in custom toolbar sat Outlook - General Queries 2 August 24th 06 08:03 PM
re-post: custom button in custom toolbar stef Outlook - General Queries 3 August 8th 06 10:30 PM
re-post: custom button in custom toolbar stef Outlook and VBA 3 August 8th 06 10:30 PM
custom button in custom toolbar stef Outlook - General Queries 0 August 5th 06 07:57 PM


All times are GMT +1. The time now is 03:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.