Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> HELP ! Proper Implemetation of a WHEN-RADIO-CHANGED TRIGGER

HELP ! Proper Implemetation of a WHEN-RADIO-CHANGED TRIGGER

From: Jens U. Veigel <jens_at_deutschware.com>
Date: 1997/04/14
Message-ID: <3352a777.362722427@news.aud.alcatel.com>#1/1

Hi Pros !
Can anyone tell me how to implement a WHEN-RADIO-CHANGED Trigger. Trying to implement a radio group and need to do somthing if a certain button has been selected. I'm not sure if the trigger should be on the button or on the group. Tried to attach one to a button and it won't work. Could not find any samples in the help file. Can anyone supply some sample code llike  

      IF  Radio_1 is selected then
     Message (' Radio 1 selected');
                task code here

    ELSE IF Radio_2 is selected then
     Message ('Radio 2 is selectd');        
                task code here

    ELSE IF  'Radio_3 slected  then
       Message ('Radio 3 is selected');
                task code here

  END IF;
---

END;

Do I need get_radio_button_property  ?

Thanks for your help.

Jens

jens_at_deutschware.com
   
Received on Mon Apr 14 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US