Copying controls with properties using Java script
Is there any easy way to use a script to duplicate a field (text, combo, list, checkbox, radio ...) with properties? So I have a field and I want to make an exact copy of it (frames, colors, fonts, formats, etc.) elsewhere in the form, of course under a different name. I want to avoid tediously rewriting all properties one by one (as I do so far).
