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.
 
Back
Top