Hi there
I like to control a radio button in my oracle form.
please help me how I can return its value please.
views:
113answers:
1
+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
2010-06-14 10:49:33