Hello all:I have a form with an editable radio button when I choose a value and saves the form then reopen it again ,I find no data in the radio button ,I dont have the “refresh fields on key wordchange” and"Refresh choices on document refresh" propertied checked
after reopening your form, check the document properties and check the actual value of your field.
I guess you might have some misunderstandings with alias values in your field definition. Remember, if you reopen the document, the radio button will always highlight the choice associated with the ALIAS value.
Example:
you have a radion button field with the following choices:
RED | COLOR1
BLUE | COLOR2
Originally, the user sees RED and BLUE, and chooses one of them. However, the document actually stores COLOR1 or COLOR2, respectively, as they are the alias-values.
If you reopen the document, the radio button will display RED only if the field value is COLOR1. It will not display anything if the actual field value is RED or any other value.
(Alias values come in very handy in a LOT of situations, so you actually may REALLY want to use them).
A common way to create problems like this is to have an input-translation formula associated with your radio-button field, or to run any “onSave” scripts which change field values.