views:

113

answers:

1

Hi there
I like to control a radio button in my oracle form.
please help me how I can return its value please.

+2  A: 

As with any Forms item, you can get the current value by referencing:

:MYBLOCK.MYITEM

(assuming you have a radio group called MYITEM in a block called MYBLOCK).

Tony Andrews