Hi guys,
I am getting frustrated that LiveCycle cannot do what what I thought would be a pretty straight forward process.
I am generating a form which calculates the total duration of pieces of music to form a performance total in minutes and seconds only.
There seems to be now way to stop the calculation going beyond the 59 second limit before adding a further minute.
My example is this:
Field one = 4:37
Field two = 3.32
Sum = 7:69
I would like the sum to say : 8:09
Has anyone developed a script for adding duration of time together and maintaining it's format??
Ade
i think you can convert the mm:ss (minutes seconds) value to a number and then add them and then back to mm:ss
~~ S I D ~~