Home » Developer & Programmer » Forms » radio button problem
radio button problem [message #279796] Sat, 10 November 2007 07:26 Go to next message
hussienburhan
Messages: 28
Registered: July 2007
Junior Member
hi
im tring to use radio button in my form the radio button name is reward and block name is blk01 , the value of the radio button i choose is R.


when i try to use if condition i face problem says bad bad bind variable blk01.reward

i only want check if the radio button is selected or not

how i can if the rsion button is selected or not what is the condition please help
Re: radio button problem [message #279829 is a reply to message #279796] Sat, 10 November 2007 23:29 Go to previous messageGo to next message
hussienburhan
Messages: 28
Registered: July 2007
Junior Member
please i neeed answer Sad Sad Sad
Re: radio button problem [message #279887 is a reply to message #279829] Sun, 11 November 2007 08:19 Go to previous message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
if :blk01.name_of_the_radio_group = 'R'  --> NOT :blk01.radio_button_name
then
   do_something;
end if;
Previous Topic: Will ORACLE stop his support for forms and reports?
Next Topic: set_item_instance_property for null records in Multiple Record Block
Goto Forum:
  


Current Time: Sun Feb 09 20:11:40 CST 2025