Hello all
I've literally just seen a Forms scenario where everything was working pre-upgrade to 12. The first issue was actually the opposite of the one described here - the Append Choices to Lookup Results check had been turned off during upgrade.
For the other, the field had 2 choices, each with a value of 0 or 1. Pre-upgrade, the value (0/1) was being written to a database table; later it was recalled but the original choice was shown. Now, only the value is shown.
Just to clarify:
PRE-UPGRADE
Text choice -> Value 1 written to database table -> Value 1 recalled later -> Text choice shown in form
POST-UPGRADE
Text choice -> Value 1 written to database table -> Value 1 recalled later -> 1 shown in form
Has anyone else noticed this and/or come up with a simple way of getting the form's behaviour back to how it was?
Many thanks
Jonathan