Assign values dynamically to radio buttons [message #296683] |
Mon, 28 January 2008 12:15 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
shahiajf
Messages: 5 Registered: January 2008
|
Junior Member |
|
|
Hi
I am creating an online test. I have questions and answer choices stored in the table. I have master table with question number and question and detail table has answer choices. Master -detail table has one to many relationship.
I was trying to display question number, question and answer choices on the oracle form. Answer choices could be associated with radio buttons or check boxes or drop down. I will need to create these controls dynamically.
This is what I have done so far
I created master detail form. Master form is content canvas type and detail form has stacked canvas . I created 3 stacked canvases for detail form , one with radio buttons, one with checkboxes and the last one with drop down. I am hiding these canvases based on what I need to display on the form for the associated question.
Now I have problem with how to associate the label and value to each radio button. Any help would appreciate.
I tried set_radio_button_property(..,..,..,..), but it set label for all instances.
Thanks
Oracle developer
|
|
|
|
|