My euphoria in solving the last date problem was shortlived. I discovered by chance that the convert to seconds command was intermittently failing to work. I isolated the problem in a substack, consisting of two fields, field, and field2, and a button. The button code is
Code: Select all
convert fld "field" to seconds
convert fld "field2" to seconds
Only fld "field2" converted.
Please try this and tell me if this failure is universal or, as usual, down to something I am doing wrong.