Default radio button in a RadioButtonList datatype
I checked various questions/answer in this forum and understand that it is possible to define the default radio button for a RadioButtonList property in a document type. I created a RadioButtonList derived datatype with a couple of values in there but don't see any place in the document type where I use it to define one of the radio buttons as default.
Default radio button in a RadioButtonList datatype
I checked various questions/answer in this forum and understand that it is possible to define the default radio button for a RadioButtonList property in a document type. I created a RadioButtonList derived datatype with a couple of values in there but don't see any place in the document type where I use it to define one of the radio buttons as default.
Anyone can help me with this?
Hi Jos,
I don't believe it's possible to define a default radio button using the built-in Radiobutton list datatype.
One solution might be to use the Standard Values package, which allows you to specify default values for all fields in a document type.
Also, if you are familiar with .NET, you could write your own datatype that adds this functionality fairly easily.
Let us know if any questions
-Tom
is working on a reply...