M
Martyn Lawson
Hi,
I am using the code:
var dStartDate =
eventObj.Source.selectSingleNode("/ar:absenceRequest/ar:leaves/ar:leave/ar:startDate").text;
var dReturnDate =
eventObj.Source.selectSingleNode("/ar:absenceRequest/ar:leaves/ar:leave/ar:returnDate").text;
to find the values of 2 date pickers in a repeating table and then to
perform some calculations to find the difference. This is working fine until
i insert a subsequent row in the table. The calculations are still performed,
but they use the first row only.
How do i get the date values from the row that is firing the onAfterChange
event?
Thanks in advance,
Martyn...
I am using the code:
var dStartDate =
eventObj.Source.selectSingleNode("/ar:absenceRequest/ar:leaves/ar:leave/ar:startDate").text;
var dReturnDate =
eventObj.Source.selectSingleNode("/ar:absenceRequest/ar:leaves/ar:leave/ar:returnDate").text;
to find the values of 2 date pickers in a repeating table and then to
perform some calculations to find the difference. This is working fine until
i insert a subsequent row in the table. The calculations are still performed,
but they use the first row only.
How do i get the date values from the row that is firing the onAfterChange
event?
Thanks in advance,
Martyn...