code to select the radio button according to requirement

I need a code that selects a certain radio button according to requirement...
also how disable the option button using codes...

Hello

To select a particular option button, assign the value of this radio button in the Radio button group.

And to disable a particular option button, write,

SET_RADIO_BUTTON_PROPERTY('', '', ENABLED, PROPERTY_FALSE);

Kind regards

Manu.

If my answer or the answer to another person has been useful or appropriate, please mark accordingly

Tags: Oracle Development

Similar Questions

  • Run the report with parameters when, select the Radio button

    HelloW Guys

    I run my report with the report parameter form now, I want to when I select a radio button and then check if my only the list value = 1 then run A report if my only the list value = 2 then launch report B

    Report A and B contain the same parameter

    What can I do?

    I am writing this trigger button
    DECLARE+.
    al_button NUMBER; +
    pl_id PARAMLIST; +
    pl_id2 PARAMLIST; +
    START to+.
    IF: type = 'A' THEN+.
    IF: RepType = "1" THEN+.
    * pl_id: = Get_parameter_list ('repPara'); -create a parameter list * +.

    IF not Id_null (pl_id) THEN+.
    Destroy_parameter_list (pl_id); +
    END IF; +

    pl_id: = Create_parameter_list ('repPara'); +

    Add_parameter(pl_id,'PARAMFORM',text_parameter,'NO'); +

    * Add_parameter(pl_id,'style_from',text_parameter,:style_from); -passing style ano parameter * +.

    * Add_parameter(pl_id,'style_to',text_parameter,:style_to); -passing style not as parameter * +.

    * Add_parameter(pl_id,'date_from',text_parameter,:date_from); -passing date as parameter * +.

    * Add_parameter(pl_id,'date_to',text_parameter,:date_to); -by the way that date as parameter * +.

    * Add_parameter(pl_id,'category',text_parameter,:category); -passing as the parameter category * +.



    Run_product (rapports,'E:\inventory\Dispatch\d_style_wise_dispatch_Stitching_report.rdf ',+)
    asynchronous, runtime, the file system, pl_id, NULL); +
    ELSIF: Reptype = "2" THEN+.
    pl_id2: = Create_parameter_list ('repPara2'); +

    Add_parameter(pl_id2,'PARAMFORM',text_parameter,'NO'); +

    * Add_parameter(pl_id2,'style_from',text_parameter,:style_from); -passing style not as parameter * +.

    * Add_parameter(pl_id2,'style_to',text_parameter,:style_to); -passing style not as parameter * +.

    * Add_parameter(pl_id2,'date_from',text_parameter,:date_from); -passing date as parameter * +.

    * Add_parameter(pl_id2,'date_to',text_parameter,:date_to); -by the way that date as parameter * +.

    * Add_parameter(pl_id2,'category',text_parameter,:category); -passing as the parameter category * +.


    Run_product (rapports,'E:\inventory\Dispatch\d_style_wise_dispatch_Delivery_report.rdf ',+)
    asynchronous, runtime, the file system, pl_id, NULL); +
    END IF; +
    END IF; +
    END; +

    Need help


    Concerning


    Wasim Ismail

    Dear Shahzab,

    As the parameters except a report type are the same, you can accomplish this task by comparing the type of report just before Run_product.

    You need to re - write the code as below:

    DECLARE
    al_button NUMBER;
    pl_id PARAMLIST;

    BEGIN
    IF: type = 'A' THEN
    IF: RepType = "1" THEN
    * pl_id: = Get_parameter_list ('repPara'); -create a parameter list *.

    IF this is Id_null (pl_id) THEN
    Destroy_parameter_list (pl_id);
    END IF;

    pl_id: = Create_parameter_list ('repPara');

    Add_parameter (pl_id, 'PARAMFORM', text_parameter, 'NO');
    Add_parameter(pl_id,'style_from',text_parameter,:style_from);
    Add_parameter(pl_id,'style_to',text_parameter,:style_to);
    Add_parameter(pl_id,'date_from',text_parameter,:date_from);
    Add_parameter(pl_id,'date_to',text_parameter,:date_to);
    Add_parameter(pl_id,'category',text_parameter,:Category);

    IF: type = 'A' THEN
    IF: RepType = "1" THEN
    Run_product (rapports,'E:\inventory\Dispatch\d_style_wise_dispatch_Stitching_report.rdf ',)
    asynchronous, NULL to run, the file system, pl_id,);
    ELSIF: Reptype = '2'
    Run_product (rapports,'E:\inventory\Dispatch\d_style_wise_dispatch_Delivery_report.rdf ',)
    asynchronous, NULL to run, the file system, pl_id,);
    END IF;
    END IF;
    END;

    Concerning
    Fassi Fihri

  • By selecting the radio button makes the required field

    (Actually two similar questions but...)

    • I have a set of option buttons.  When the 'B' button is selected, I need the field text "T" to become "required".  If the user changes her mind and chooses another button or the form is reset to the "T" field does not show being "necessary".
    • The form also has a set of check boxes that, once again, when 'C' is checked, I need 'F' text field to become "mandatory" (or not if the box is unchecked).

    Help with the script for these is appreciated.

    Oh! It's a bit simpler:

    Custom calculation script

    Event.Target.Required = getField("radio1").valueAsString = 'B ';.

  • Javascript code necessary for the reset button to remove required fields

    I have a form with a reset button. I have check boxes that once verified will require some required fields on this form. When I hit the reset button, it will clear the text entered, but not the requirement on the fields. Is there a javascript code I can add to the reset button which will remove the requirements on a list of fields, and if so what would it be? Any advice would be greatly appreciated. Thank you.

    Just the property required of each field set to false:

    getField("text1").required = false;

    getField("text2").required = false;

    Repeat for all other fields

  • How to check if the radio button is selected?

    Hi, I know how to select the radio button, but the question is - how to check if this radio has been selected?

    to select the option button, I use:

    _root.rb_choice_1.selected = true;

    And I thought that checking its status should be similar, but it does not;

    {if (_root.rb_choice_1.Selected)}
    trace ("delivering choice 1");

    }

    and this does not work, too:

    if(_root.rb_choice_1.Selected == true) {}
    trace ("delivering choice 1");

    }

    What I am doing wrong?

    This will work.  Just change allowed to selected if you are using the correct property.

  • Select a radio button via ActionScript

    I am return a dynamic value from database and select one of the three radio buttons in a radio button group. I'm back three integer values from the database, they are 0,1 and 2. If 0 is returned I was to select the radio button of larry, 1 is returned I want to choose the radio button moe etc. Here is my group of radio buttons:

    < mx:RadioButtonGroup id = "radStooges" / >
    < mx:RadioButton groupName = "radStooges" id = "larry" value = "Larry" label = "Larry" / >
    < mx:RadioButton groupName = "radStooges" id = "moe" value = "Moe" label = "Moe" / >
    < mx:RadioButton groupName = "radStooges" id = "curley" value = "Curley" label = "Curley" / >

    Does anyone know how to do this? Thank you

    Use the selectedValue property of the RadioButtonGroup, for example:

    radStooges.selectedValue = 'Moe '.

    This will select the radio button of Moe.

    You can also use the selection like this property:

    radStooges.selection = Department of education;

  • Average of the radio button selections, but exclude the equation 0

    This should be simple.  I've seen a lot of posts which should have led me to a Twitter.com response, but I still have trouble.

    Here we go:

    (1) I have 9 groups of radio buttons named: GMR1. 1_Score; GMR1. 2_Score; GMR1. 3_Score; GMR1. _Score 4; GMR1. 5_Score; GMR1. 6_Score; GMR1. 7_Score; GMR1. 8_Score; GMR1. 9_Score

    (2) each group of option buttons buttons 4 with the same values in each group:

    • "NA" where I put the Radio button choices under the Options tab = 0
    • "Fair" where I put the button choice Radio under the Options tab = 1
    • 'Good' where I put the Radio button choices under the Options tab = 2
    • 'Great' where I put the Radio button choices under the Options tab = 3

    Thus, the shape looks like a little at:

    GMR1. 1_Score

    • NA
    • Just
    • Good
    • Large

    GMR1. 2_Score

    • NA
    • Just
    • Good
    • Large

    and so on.  The user chooses a 1 option for each question.

    My goal is to get an average that excludes the selections of NA.  Compared with this average, I want to assign the specific text to appear.

    If I did it in 2 steps in excel, my formulas could look like:

    C7 = SUM (range) / COUNTIF (range, "> 0")

    = IF (C7 < 2, "overall score is fair, IF (C7 < 3, 'Overall rating is good', IF (C7 > = 3,"overall score is great!")))

    I think to that the following should work to count all selections does not match "NA" by excluding getField ("GMR1." + i + "_Score") .value == 0 a counter like the one below, but it is not!

    (The here's how I'm playing the part of the excel formula COUNTIF)

    ****************************

    var counter = 0;

    for (i = 0; i < = 9; i ++)

    {

    If (getField ("GMR1." + i + "_Score") .value == 1) counter ++;

    If (getField ("GMR1." + i + "_Score") .value == 2) count ++;

    If (getField ("GMR1." + i + "_Score") .value == 3) counter ++;

    }

    If (counter > 0) {}

    Event.Value = counter;

    } else event.value = "";

    ****************************

    The Sum (range) is simple enough using the "value is the sum "on the calculation of the properties of the text box tab.» But if I wanted, it's all happening in a block of code, then that won't work for me.

    ****************************

    The assignment of text based on the value average; I haven't got there yet.

    ****************************

    Help, please.  There must be a way to do all this in a fairly simple code that is simply eluding me.

    See if to change this instructs the following assistance:

    for (i = 1; i< 10;="" i++)="">

    It should have been an error in the JavaScript (Ctrl + J) console which provides clues as to what is wrong.

  • How to intercept the radio button was selected and its data?

    Good day everyone,

    Need help on this one. This is my first post about components, specifically radio button.

    Here goes my problem, I have several groups of option button. And I want to follow the radio button on each group chose, and I'm going to get the data and pass it to a function loadVariablesNum.

    Thank you

    Any help is appreciated.

    You did not answer to my second question.  Is the button in the same timeline as the mc of content?  And now that you mention the function of the buttons, where you use this code of mine you said gives 'undefined '?

    It will be to your advantage to create a new file to resolve this problem when you have just a few radio buttons and another normal button that uses this code blue.  Once you have that working, you should be able to adapt more easily in your scenario.

  • publish a report based on the selection of the radio button.

    Hello

    Any1 can help me on the below scenario?

    I have a dashboard command prompt that contains criteria below.

    Date of beginning of end and two boxes button (A, B) - what are created using 'variable prompt' and there are two reports (Report_A, Report_B).
    Cond1: Report_A should open if I select the option button "A".
    Cond2: Report_B should open if I select the option button 'B '.

    Thanks in advance!

    Hello

    keep report_A in separate section and Report_B in a separate section and apply condition of the article on him passing the variable presentation. so when the user select an option then only Report_A button is displayed.

    Follow this link to reach the requirement.

    http://Shahin-OBIEE.blogspot.in/2012/04/switching-between-multiple-reports-in.html

    Select this option if useful/correct.

    Thank you

  • Deactivation / activation of the Radio buttons

    Hi all

    I develop application in Oracle Application Express 5.0.0.00.31.

    In my page, I created a tabular form by using the query

    SELECT

    "ROWID",.

    'EMPNO ',.

    'ENAME ',.

    'STATUS ',.

    "ACCEPT."

    FROM "EMP".

    STATUS and ACCEPT two columns are type of radio button with a static query as

    STATUS: STATIC2: new; N, entitled; A, completed; D

    ACCEPT: STATIC2: accept; F, rework; R

    My requirement is

    1. When STATUS =has ' this time then ACCEPT column boxes must be activated. (I)

    2. another in('N','A') of STATUS then ACCEPT column buttons Radio must be turned off

    Note: Later I hide status column. Accept that column must be specified. Based on the value of the STATE Accept column column

    Radio buttons work

    I put my sample application in

    https://Apex.Oracle.com/pls/Apex/f?p=28020

    workspace: myspace77

    user: comments

    password: apex_demo

    -What someone will help me in this regard?

    Thanks in advance.

    Kind regards

    Colette

    Hi Colette.

    Check your Application-> Page 1 28020. I've implemented the toggle the radio button.

    Here are the steps to accomplish the toggling the buttons in table form:

    • Added STATUS column with alias STATUSD in the form of your table.
    • Added real action "Run the Code JavaScript" in your dynamic action "updating of the form: turn radio buttons:

    Action: Run the JavaScript Code

    Fire on loading the Page: Yes

    Code:

    $('th#STATUSD').hide();
    $('td[headers="STATUSD"]').hide();
    $('td[headers="STATUSD"]').each(function() {
        var row_val = $(this).text();
        var row = $(this).closest('tr');
        if (row_val == 'N' || row_val == 'A') {
          row.find('td[headers="ACCEPT"] input[type="radio"]').attr("disabled", true);
        } else {
          row.find('td[headers="ACCEPT"] input[type="radio"]').removeAttr("disabled");
        }
    });
    

    Assigned items: no

    Kind regards

    Kiran

  • How to show or hide the region of the shuttle during the click on the radio buttons?

    Hello

    I'm new to JDeveloper. Here is my requirement.

    1. create 2 radio buttons: Yes and no and default displays "" selected radio button.

    2. create a region of shuttle with select query in VO.

    Query is:

    Select 'No group' for_user, for_pkg double null

    Union

    Select "Company" for_user, for_pkg "SEGMENT1" double

    Union

    Select 'Rental' for_user, for_pkg 'SEGMENT2"double

    Union

    Select 'Cost center' for_user, 'SEGMENT4' double for_pkg

    Union

    Select 'Project' for_user, 'SEGMENT5' double for_pkg

    Union

    Select "Intercompany" for_user, "SEGMENT8" for_pkg of the double

    order by nulls first for_pkg

    3. initially hide the region of the shuttle during the loading of the page.

    4. click on the radio button 'yes', display area of the shuttle with values at the head of list of query VO and empty list leak.

    5. new click on the 'no' radio button, he must hide region and so screen shuttle shuttle dynamically according to the selected option button.

    But my problem is I am able to hide area shuttle when the page loads at the beginning and after that, when I'm clicking 'Yes' radio button, is just to display area shuttle empty without value in the main list and once when I'm clicking 'No' radio button, it should hide area shuttle but he's not hiding. I used the RPP to show or hide the area Shuttle under certain conditions. I use JDev 10.1.3.3.0 version as we Oracle EBS version 12.1.2 in our society.

    Please find the attached draft and suggest me proper with examples of sample approach.

    Monika,

    I tried to get this working in the lower version of Jdeveloper and looks like it works.

    Can you make the change below and see what happens.

    1. modify your query to VO as below: (I replaced null with SEGMENT0)

    select 'No Grouping' for_user, 'SEGMENT0' for_pkg from dual
    union
    select 'Company' for_user, 'SEGMENT1' for_pkg from dual
    union
    select 'Location' for_user, 'SEGMENT2' for_pkg from dual
    union
    select 'Cost Center' for_user, 'SEGMENT4' for_pkg from dual
    union
    select 'Project' for_user, 'SEGMENT5' for_pkg from dual
    union
    select 'Intercompany' for_user,'SEGMENT8' for_pkg from dual
    order by for_pkg
    

    2. place VO execution to the processFormRequest:

        public void processFormRequest(OAPageContext pageContext,
                                       OAWebBean webBean) {
            System.out.println("In process Form Request");
            super.processFormRequest(pageContext, webBean);
            OAApplicationModuleImpl appModule =
                (OAApplicationModuleImpl)pageContext.getApplicationModule(webBean);
            String eventParam = pageContext.getParameter(EVENT_PARAM);
            System.out.println("eventParam: " + eventParam);
            if ("showHideShuttle".equals(eventParam)) {
                //  appModule.invokeMethod("deletetrailing");
                System.out.println("Inside If");
                OAMessageCheckBoxBean messageCheckBoxBean = (OAMessageCheckBoxBean)webBean.findChildRecursive("checkBoxBean");
                System.out.println("messageCheckBoxBean : " + messageCheckBoxBean);
                String messageCheckBoxBeanVal = (String)messageCheckBoxBean.getValue(pageContext);
                System.out.println("messageCheckBoxBeanVal: " + messageCheckBoxBeanVal);
    
                if ("Y".equals(messageCheckBoxBeanVal)) {
                    OAViewObjectImpl shuttleVO1 =
                        (OAViewObjectImpl)appModule.findViewObject("ShuttleVO1");
                    if (shuttleVO1 != null) {
                        shuttleVO1.setWhereClause(null);
                        shuttleVO1.setWhereClauseParams(null);
                        shuttleVO1.executeQuery();
                        System.out.println("Executed Query : " + shuttleVO1.getQuery());
                    }
                    OAViewObjectImpl shuttleVO2 =
                        (OAViewObjectImpl)appModule.findViewObject("ShuttleVO2");
                    if (shuttleVO2 != null) {
                        shuttleVO2.setWhereClause("1=2");
                        shuttleVO2.setWhereClauseParams(null);
                        shuttleVO2.executeQuery();
                        System.out.println("Executed Query1 : " + shuttleVO2.getQuery());
                    }
                }
                String[] name = { "RenderAttr1" };
                String[] val = { messageCheckBoxBeanVal };
    
                Serializable[] params = { name, val };
                Class[] paramTypes = { String[].class, String[].class };
                appModule.invokeMethod("setXXCustomPVOValues", params, paramTypes);
    
            }
    
        }
    

    3. move Spel link shuttle Bean for the region of header above.

    Some useful links for the shuttle Bean:

    Technology blog based in Java of Sushant: 13. Area of application OFA shuttle

    Framework OA Blog: control of the shuttle as part of OSTEOARTHRITIS

    See you soon

    AJ

  • Simple form: just 1 text field and the radio button 2...

    I have a question about the Muse Widgets when it forms.  I have a very simple interface, I want to try to apply an additional tax of an amount of entry; I want to give the user the ability to select Add fresh or not.

    The only widget I found on current Muse was a Simple Contact form emails. I've stripped down to 1 input text, group 1 radio. I exported html code, added in the onclick event in the HTML for the radio buttons perform the calculation of the additional tax.  On the action of the form = "xxx", muse creates a few php files for validation and finally sending the form as an email, I have a test in the form e-mail address.  I can stub out that php and put in my own actions to waive the sending of the email.  I have 2 questions: ONE QUESTION) on the level of code there is a control of the syntax form fields (corresponds to the entered text input, is a selected radio button, etc.). SimpleContact form comes with 3 < p > < / p > due to the action of the form = "xxx" statement. The 3 lines correspond to the errors, which is a generic "server has encountered a problem." (something like that).  Does anyone know what code is to identify the error and how it is returned to the call statement? MuseUtils.js?  It is not in the action = "xxx" php referenced file.  It maybe too much, I'm interlacing syntax, semantic validation on a form after the muse html export.  Second QUESTION) is before all this... it all simple forms of 3rd party, I can use (Group 1 radio 1 text, drop-down list), which I can integrate Muse?  Looked at Muse-themes.  Don't have a complete package of e-commerce, yet.  (This is for a non-profit and trying to reduce recurrent costs).  Sorry, this is so wordy, appreciated by any direction.

    Answering the second question, you can check out these alternatives:

    http://musewidgets.com/search?q=form

    Thank you

    Sanjit

  • Text in the radio button field triggers?

    I'm sure it is a simple and I just have a moment on Monday, but I can't seem to find it by searching on the forum...

    I have created a pdf form and I want an option button to automatically check when someone types the text in a certain area - how can I do this?

    I would be put in place so that none of the fields in each section can be filled-in unless one of the radio buttons is selected. If space fields are displayed if this option button is selected and the same thing with the hull of the Pre-Built program fields. You can do it in show/hide fields, and you would also want to reset the fields when they are shown/hidden. Coding can be greatly simplified if you use a field hierarchical naming system for the two groups. For example, fso.width, fso.depth, fso.area, fso.a$, etc. and pss.width, pss, depth, etc.

    You can then hide all fields selection of pre-designed Shell Scheme programs and reset and display all the fields only area and reset them with the following:

    Hide all fields selection of pre-designed Shell Scheme programs and reset the

    getField("pss").display = display.hidden;

    resetForm (["SSP"];

    Hide all fields only space floor and to reset

    getField("fso").display = display.visible;

    resetForm (["Fos"];

    This is not complete, but should help you get started. Note that you can set up A$ fields so that they are automatically calculated according to the value of the Total m2 field, so that the user doesn't have to come in and maybe make a mistake. You can also configure the computed fields to display a value only if the width and depth fields are completed.

  • How to make the Radio buttons switch automatically?

    Hello

    I have this code, all I want to do is make each JRadioButton be verified every time that the expiry of the timer.
    can you please take a look at my actionPerformed and tell me what I'm missing?

    Thank you.
    package kash;
    
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.border.BevelBorder;
    import javax.swing.border.Border;
    import javax.swing.border.TitledBorder;
    import org.jvnet.substance.skin.SubstanceRavenLookAndFeel;
    
    public class ModulesInnerPanel extends JPanel implements ActionListener {
        
      protected ButtonGroup appChoserGroup;
      protected JRadioButton payRollRB;
      protected JRadioButton scRb;
      protected JRadioButton cashNbanksRb;
      protected JRadioButton outSourcingRB;
      private JButton enterButton;
      private Timer t;
      
      
        public ModulesInnerPanel() 
       {
         setLayout(null);
         setBackground(Color.RED);
         setOpaque(true);
         //BORDER
         Border bevel = BorderFactory.createBevelBorder(BevelBorder.RAISED);
         Border b = BorderFactory.createTitledBorder
                 (bevel, 
                  "User's Modules",
                 TitledBorder.DEFAULT_JUSTIFICATION,
                 TitledBorder.DEFAULT_POSITION,
                 new Font("Helvetica", Font.BOLD,  16),
                 Color.white);
         setBorder(b);
         //END BORDER
         
         //RADIO BUTTONS
         appChoserGroup = new ButtonGroup();
         
         payRollRB = new JRadioButton();
         payRollRB.setText("Payroll");
         payRollRB.setBackground(Color.DARK_GRAY);
         payRollRB.setForeground(Color.white);
         payRollRB.setSelected(true);
    
         scRb = new JRadioButton();
         scRb.setText("Stock control");
         scRb.setBackground(Color.DARK_GRAY);
         scRb.setForeground(Color.white);
    
         cashNbanksRb = new JRadioButton();
         cashNbanksRb.setText("Cash and Banks");
         cashNbanksRb.setBackground(Color.DARK_GRAY);
         cashNbanksRb.setForeground(Color.white);
    
         outSourcingRB = new JRadioButton();
         outSourcingRB.setText("Outsourcing");
         outSourcingRB.setBackground(Color.DARK_GRAY);
         outSourcingRB.setForeground(Color.white);
    
         enterButton = new JButton("Enter");
         enterButton.addActionListener(new ActionListener()
         {
             public void actionPerformed(ActionEvent e)
             {
                if (payRollRB.isSelected())
                {
                  JOptionPane.showMessageDialog(null,"Application under construction", "Info", JOptionPane.INFORMATION_MESSAGE);
                }
                else if (scRb.isSelected())
         JOptionPane.showMessageDialog(null,"Application under construction", "Info", JOptionPane.INFORMATION_MESSAGE);
                else if (cashNbanksRb.isSelected())
         JOptionPane.showMessageDialog(null,"Not available", "Info", JOptionPane.INFORMATION_MESSAGE);
             }
         });
    
         //adding Radio Buttons to the Radio Button group
         appChoserGroup.add(payRollRB);
         appChoserGroup.add(cashNbanksRb);
         appChoserGroup.add(scRb);
         appChoserGroup.add(outSourcingRB);
         //END RADIO BUTTONS
         
         //SETTING LAYOUT
         Dimension d1 = new Dimension();
         d1 = payRollRB.getPreferredSize();
         
          Dimension d2 = new Dimension();
          d2 = scRb.getPreferredSize();
          
          Dimension d3 = new Dimension();
          d3 = cashNbanksRb.getPreferredSize();
          
          Dimension d4 = new Dimension();
          d4 = outSourcingRB.getPreferredSize();
          
          Dimension d5 = new Dimension();
          d5 = enterButton.getPreferredSize();
          
         payRollRB.setBounds(20, 20, d1.width, d1.height);
         scRb.setBounds(20, 40, d2.width, d2.height);
         cashNbanksRb.setBounds(20 , 60, d3.width, d3.height);
         outSourcingRB.setBounds(20, 80, d4.width, d4.height);
         enterButton.setBounds(20, 150, d5.width, d5.height);
         //END SETTING LAYOUT
         
            //ADDING ITEMS TO THE PANEL
            add(payRollRB);
            add(scRb);
            add(cashNbanksRb);
            add(outSourcingRB);
            add(enterButton);
            
            t = new Timer(500,this);
            t.start();
       }
        
        public void actionPerformed(ActionEvent event)
        {
               
              if (payRollRB.isSelected())
              {
                
                scRb.setSelected(true);
              }
              
            if (scRb.isSelected())
            {
              cashNbanksRb.setSelected(true);
            }
              
            if (cashNbanksRb.isSelected())
            {
              outSourcingRB.setSelected(true);
            }
            
            if (outSourcingRB.isSelected())
            {
              payRollRB.setSelected(true);
             
            }
        } 
    }

    I want the option buttons to change the selection one after the other (...)

    Ok. So, use the block if/then/else, as suggested in my previous answer (I added that, in your NBS and it worked).

    When the user presses enter switching must stop and it should have control over the Group of radio buttons.

    Then, you should stop the timer in this button actionPerformed.

    Kind regards

    J.

  • Conditionaly without refresh report view, when I select the option button

    Hello

    I have 5 option in an option button. I created 5 parts of report.
    I want to display region report, when I select any radio button then corressponding region report should be display. This shoude be without page refreshes.


    How can I do this...


    Thank you
    Ed

    Published by: Ed on November 3, 2010 06:16

    Kaushik, can you check one of the attributes of the region report ( region of change-> attributes-> region ID static ). It wouldn't hurt to go through the documentation before asking a question, especially when someone (Jari) had bothered you post the direct link for the answer.

    Another thing, have you even read the steps I posted earlier (on the changes that I made this page in your workspace), why don't you try the same in the apex 3.2 and see if it works? After all, you can see all the code that is there since its your workspace.

Maybe you are looking for

  • AirPort Extreme 2011 threshold can be used?

    I have one I want to use a gateway to Comcast/Xfinity wifi home network in the hope of a stronger signal, with an Airport Express Terminal remote from him. So far, connected with cable between LAN and WAN, it lights up, but I can't get the Airport ut

  • text in my buttons disappeared!

    Hi, today I work normally then I restarted my computer after installation of silver light and suddenly, all the text on the button has disappeared! I don't know why, but I thought it was clear money I have it removed but it seems nothing :( then I wa

  • error 0xC004E003

    I had to put my computer in the shop. they have had to reinstall windows vista on my system and since I got out of the shop he gives me this error code and it says that this version is not authentic. I have to do to fix this so that I can use it prop

  • No Tech basic question

    Hi, I'm Josh and I wanted to introduce myself, but also to see if someone could help me with a question of mine. First of all I am 26 years old and living in the region of Wide Bay in Queensland, am married and have one a daughter now 3 years. I am a

  • Announcement of name on the join of the Conference

    Hello I don't know if I'm missing just that but is it possible to have ads of name when connecting to a conference.  The client runs 14.3 TMS with VCSC x7.2.2 and a MCU5320.