Expand my Community achievements bar.

SOLVED

Fields value is changed when i restart document?!?!

Avatar

Level 2

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!

1 Accepted Solution

Avatar

Correct answer by
Level 2

Update:

If anyone else ends up with this issue, I resolved it by changing the Validation and data patterns to num{zzzzzzzzzzzz9} and left the Display and Edit patterns as currency.

Still not sure why this suddenly became an issue after 18 months but atleast it's working now.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Update:

If anyone else ends up with this issue, I resolved it by changing the Validation and data patterns to num{zzzzzzzzzzzz9} and left the Display and Edit patterns as currency.

Still not sure why this suddenly became an issue after 18 months but atleast it's working now.