How do I get the execEvent("mouseEnter") and ("mouseExit") work
I am using the following JS Code in the exit event of another date field
Date2SubFrm.endd.execEvent("mouseEnter");
Date2SubFrm.endd.execEvent("mouseExit");
I am using the following JS Code in the exit event of another date field
Date2SubFrm.endd.execEvent("mouseEnter");
Date2SubFrm.endd.execEvent("mouseExit");
ok, let's approach this one by one:
DateField1 is to push its value to DateField2. You can use the exit event of DateField1 for that:

To do some manipulations in the table on exit of Field2:

This is completely interactive. It requires the user to step through the fields and exit the fields again.
mouseEnter and mouseExit are not required for this.
Is this want you want to achieve?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.