Just an example. I have in a form some radiobuttons:

Nothing special here. I add the following code at on form load, in order to make "Andet" the last record. The fields is named.
Copy code
- instType = Institutionstype [Institutionstype != "Andet"] sort by Institutionstype ;
- InstTypeField = instType.Institutionstype.getall();
- InstTypeField.add("Andet");
- Institutionstype:ui.add(InstTypeField);
The field display was changed a lot, see below:
Please fix this asap - it simply breaks the look of many forms in my client's applications if updating by script brings this undesired result.
Regards,
George