So I have a timesheet document that we have been using for ages with no issues. I input the information, then save and exit. When i open it back up, the dollar amounts that had been previously entered are back to $0.00. I have never made any changes to this document whatsoever, its all just numbers that get added up and totaled at the bottom. The fields that are doing this have no custom scripting, and the scripting that totals i will post below. It just strikes me as weird that it worked with absolutely no issues until 3 weeks ago.
form1.#subform[0].NumericField1[34]::calculate - (FormCalc, client)
$= NumericField1[28].rawValue + NumericField1[25].rawValue + NumericField1[24].rawValue + NumericField1[21].rawValue + NumericField1[20].rawValue + NumericField1[17].rawValue + NumericField1[16].rawValue
Anyone ever had this issue, and any suggestions on a fix? PM me if you would like me to e-mail you a copy of it to look at. This issue is unfortunately going to impact about 30 employees so I need to get this figured out.
Thanks!