


Hi All.
The form has 2 DateFields and some TextFields. When user selected date Date1 that field will populate field Date2. How to populate TextFields if Date2 got value from Date1?
Thanks.
Views
Replies
Sign in to like this content
Total Likes
I have found that when you give a value to another field that you want to then pass onto another that it wont do it as the other field has not had focus for the event to execute.
If you want to populate Date2 and a TextField, you might have to set the rawValues for both in the change event for Date1.
Views
Replies
Sign in to like this content
Total Likes
Thanks. I got decision. It will work if use exit event not change.
Views
Replies
Sign in to like this content
Total Likes
No problem, should be able to do the same in most events.
Views
Replies
Sign in to like this content
Total Likes