Change from Customer Form Tab to Appointment Form Tab

G

Guest

I need to know a way to detect when a user "clicks" on the Appointment Tab.
I have a custom form the user fills in. Some of the fields are put on the
Appointment Form from these fields. When the user clicks on the Appointment
Tab to switch to the Appointment Form, how can I detect this (clicking on the
Appointment Tab) so I can update the fields on the Appointment Form?
 
S

Sue Mosher [MVP-Outlook]

Outlook doesn't provide any event in that scenario. Why not just update the Appointment tab when the user fills in the other data?

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

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

Guest

I would like to do this, but one of the fields posts directly to the message
body of the Appointment field. I have not figured out a way to detect a text
entry in this field that will show up as a change. As an example, there is a
text entry field on the custom form, when the user types something here, the
message body on the Appointment form is updated. Unfortunately, the only way
I have been able to do this is if the user clicks on other fields I have
created or actually sends the Appointment. If the user makes other changes
AFTER they input text in this field, I can update it. If the user makes
changes in the text field then just clicks on the Appointment tab, I can't
detect any change. This was why I was looking to see if there was a way to
detect when the user changes forms (from the custom form to the Appointment
form).

Thanks
 
S

Sue Mosher [MVP-Outlook]

By "text entry field," do you mean an unbound text box control? If so, consider making it a bound control, so you can use the CustomPropertyChange event.
--
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