programatically set a Radio Button Value in Forms 6i
Date: 22 Aug 2002 14:34:19 -0700
Message-ID: <a6cb04db.0208221334.4ec43dc2_at_posting.google.com>
I have been looking around and I can't seem to figure out how to set the "radio button value" programatically. What I want to do is this. I have a user they enter in up to 5 state abrevations in item boxes. Then they press a button for the work to a request to be sent. When the request comes back I want to have the radio buttons label and value be for each of the 5 states they entered. I have already changed the label but I can not figure out how to change the value. I have tried set_radio_button_property('group','button',value,'foo'); and that fails. Also tried to set it like :block.group.button := 'foo'; and that did not work either. How can I set the value for a radio button on the fly.
Thank you
Adam
Received on Thu Aug 22 2002 - 23:34:19 CEST