Home » Developer & Programmer » Forms » Radio button code. (Oracle Forms 6i.)
Radio button code. [message #667736] Fri, 12 January 2018 04:13 Go to next message
NDKA739125
Messages: 33
Registered: January 2018
Member
Good day, my friends.

I've had 2 radio_button, Yes and No, and a OK button. All i would like to do is: "When I choose 'Yes' or 'No' ... things coming".
I've set the [Radio Button Value], 'CHOOSE', named those radio buttS, 'YES' and 'NO' in the Property Palette. So, how could I code for this ?
WHEN_BUTTON_PRESSED
IF
:BLOCK_NAME.YES = 'CHOOSE' THEN 
-CODE-
END IF; 
Is that true ? please guide me Very Happy.
Thanks in advance.
Re: Radio button code. [message #667737 is a reply to message #667736] Fri, 12 January 2018 04:52 Go to previous message
cookiemonster
Messages: 13917
Registered: September 2008
Location: Rainy Manchester
Senior Member
It's not clear what you've got or what you are trying to do.

The item is the radio group. I suspect it's not called YES.
The values it can have are the values assigned to the individual radio buttons. It's current value is the value of the currently selected button.
Previous Topic: Unable to read image on weblogic server 12c
Next Topic: Exiting Forms
Goto Forum:
  


Current Time: Thu Mar 28 03:38:57 CDT 2024