Item_PropertyChange() on Categories List Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When checking for this event for a list box which is populated with
categories hard coded into the Value field, I only catch the event after
clicking into another control on the form. It doesn't trigger by simply
selecting a category in the list box.

Any ideas on how to fix this so that I can catch when a user clicks in the
list box to select a category?

Outlook 2003
Thanks.
 
That's normal and expected behavior. The changes are not propagated to the item until you change the focus or save the item. You'll have to work with that behavior.
 

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

Back
Top