I can't find a good place to read about how to do this. I have some radio buttons on a form and when I return, I want to see which one the user chose. I can't figure out how to do this. I tried using formRun.args().parm() but the radio buttons were generated from an enumerated type so I don't know how to get it to tell me which enumerated type had it's radio button checked when the form closed. Any help would be appreciated, either the solution or a good description of how to access data entered by a user in a form (specifically radio buttons, I've gotten a string to work using formRun.args().parm()).