Problem:
The LostFocus event cannot be used to perform actions after a date is selected since the this event is occurring as soon as the user clicks on the arrow down button to show up the calendar.
Resolution:
The event that should be used in this case is ValueChanged. As soon as a date is selected, the ValueChanged event can then take place.
Attachments:
Old KB# 6580
