radio buttons help!!! [message #174020] |
Thu, 25 May 2006 10:24 |
dmack
Messages: 42 Registered: March 2005 Location: TNT
|
Member |
|
|
Hi everyone I am having a bit of trouble
I have created a radio group(assign_type) with two radio buttons. I have assigned the values 'A' and '2' respectively (with the radio group initial value being 'A').
If :assign_type = 'A' THEN
bSelection := show_lov('assign_lov');
Elsif :assign_type = '2' Then
bSelection := show_lov('assign2_lov');
End if;
When I select the first radio button the 'A' list is displayed however when I select the second button nothing happens the other list of values is not displayed.
Can anyone offer a reason as to why this might be.
|
|
|
|
|