I have a field called ProjectDate that is defined as Date/Time, Editable and the Calendar/Time Control style is selected. I also have Lotus Script code in the field's Exiting Event to calculate the value of another field (ProjectQuarter). The 'Run Exiting Event on date/time change' option on the field's Advanced tab is selected.
So when a user selects a date from the date picker, the exiting event runs and ProjectQuarter field is populated.
Everything works great, except if you select the current date from the date picker. Then the exiting event doesn't run, even if I move the cursor to another field.
I suspect this is because the current date is being selected and this is not triggering a 'date/time' change.
Has anyone experienced this before? Is this a bug or am I missing something? Any suggestions would be greatly appreciated.
Thank you in advance.

