CHANGE RADIO GROUP VALUE

Hi all

I have a group of radio buttons
RADIO_SUMM_DET

and 2 radio buttons in the Group
1 SUMMARY
2 DETAIL

I have 3 blocks
1 CONTROL
2 SUMMARY
3 RETAIL

I put the default RADIO_SUMM_DET 'Detail '.
I have my radio on the block of control buttons

When a new instance of the form opens
by default, the selected option button is 'DETAIL '.

When I change the option to 'SUMMARY' button and click on the search button (depending on the selected radio button, the button has the code to go to the respective block and query the records on the block) on the control block
my control goes to the block summary and displays the corresponding items in this

After having dealt with the cases I press search
in this case the control goes back to the control block
but the selected radio button is "DETAIL."
I want the 'Summary' button to be selected when I return to the control block after goingfrom the summary block

I hope you understand my problem

Thank you

Edited by: abcdxyz November 18, 2010 21:06

Move the two lines in your code:

.
.
.

   :control.RADIO_DET_SUMM :='SUMMARY';
    Clear_Block(No_Validate);

ELSIF ...
.
.

TO

    Clear_Block(No_Validate);
   :control.RADIO_DET_SUMM :='SUMMARY';

ELSIF ..
.
.

You navigate to the drive and then block by setting the radio to the contents and then clear the block that erases the block around, including the radio to the Group and it allows you to return without detail.

Tags: Oracle Development

Similar Questions

  • mathematical functions on radio group values

    I have a form with 8 groups of radio. Each group has 6 options, each with a value between 0-6.

    I need to preform the following after a selection has been made on each group.

    [Sum of all selected reports / (# of sections with a selected statement x 5)] x 100

    and I want the number that results should appear in a box at the bottom of the page.

    Please, any help would be nice!

    Here's a sample of what I think you want... .the code is located on the calculation of the Total field at the bottom.

    Paul

  • How Radio group change of field of text using JavaScript?

    I am trying to let radio group changes the value of a text field by adding a prefix 't' or remove it from the text written in a database field.
    P23_TYPE is the Group of radio buttons.
    P_23_PROJECT_ID is the text field I want to change.

    I write this JavaScript function in the HTML header

    function set_project_id
    *{*
    String proj_id = $x('P23_PROJECT_ID').value;

    If ($x('P23_TYPE_0').checked)
    *{*
    If (proj_id [0] == 't')
    *{*
    PROJ_ID = proj_id.substring (1);
    * $x('P23_PROJECT_ID') .value = proj_id; *
    *}*
    *};*

    If ($x('P23_TYPE_1').checked)
    *{*
    If (proj_id [0]! = 't')
    *{*
    * $x('P23_PROJECT_ID') .value = ' you .concat (proj_id); *
    *}*
    *}*
    *}*

    and I add the following to the HTML form element attributes

    onclick = "set_project_id ()" "

    but when I run the page, it does nothing.
    What Miss me to achieve this change in dynamic text when I select a group of radio element?

    Hello

    I found still some bugs I know to make mistakes

    As I tried to say, use Firefox and Firebug. Firebug console, you can clearly see the javascript errors.

    You can try this code I've tried difficult

    
    

    BR, Jari

  • APEX 4.2 Radio Group NULL value behaves differently than on APEX 4.1.1

    DB version: 11.2.0.3 Linux
    APEX: 4.2
    APEX listener 1.1.4 on tomcat6
    Firefox 16.0.2

    Values NULL Radio Group behave differently than on APEX 4.1.1.
    4.2 creating radio group and selecting:
    Display Null value = Yes
    NULL, Display value = no value (or any string)
    NULL Return Value = (leave blank, for the NULL value returned)

    When the user selects that option 'No value', then APEX point value is set on "on", but on APEX 4.1, the element has the value NULL as expected.

    When you look at the Web page source code, the reason seems to be that APEX does not generate an attribute value for the NULL value (if the browser returns the default "on"):
    <input type="radio" id="P1_X_0" name="p_t01"  ><label for="P1_X_0">No value</label>

    Hi Ilmar,

    same thing here. The best solution I could come up with is to create a process to request again (before the calculation / validation)

    BEGIN
      FOR x IN (
           SELECT *
           FROM (
             SELECT item_name
             FROM apex_application_page_items aapi
             WHERE aapi.application_id = :app_id
             AND aapi.page_id = :app_page_id
             AND LOWER (aapi.lov_display_null) = 'yes'
             AND aapi.display_as_code='NATIVE_RADIOGROUP'
             AND aapi.lov_definition IS NOT NULL
             AND aapi.lov_null_value IS NULL
             AND ROWNUM > 0
        ) x
              WHERE LOWER (v (x.item_name)) = 'on'
      ) LOOP
        apex_util.set_session_state (x.item_name, NULL);
      END LOOP;
    END;
    

    Jens

  • Display radio group-Format values

    Hi all

    I use the Application Express 4.2.3.

    I have a group of buttons with the LOV query as follows:

    SELECT option1 | » '|| details as display, option1 AS return FROM my_table

    'details' are a hardcoded text in the table "my_table" enriched in the entry screen and stored as html text field

    When viewing in the radio group, details field appears in the html code.

    for example:

    Apple < p > < em > < strong > red in color. < facilities > < you /i > < / p >

    But I need the information should appear in the text formatted only.

    Any suggestions?

    Thanks in advance!

    Kind regards

    Archana

    For this radio group set "Escape special characters" no in the Security section of the element definition.

  • Problem with the Radio Group

    Apex 4.2

    Theme 21

    Firefox

    I created my group of radio as follows

    My LOV only has values of Y and N, but on my page, the radio group is displayed as

    I expected to see all three in a line

    Gus

    fac586 wrote:

    Workarounds would be to include the option zero in the definition of LOV, or use a dynamic action of jQuery to move the first cell of the second row and delete the first.

    A circumvention of jQuery to change the layout of the radio group table is:

    $('fieldset#P3_X tbody tr:first-child td')
      .prependTo('fieldset#P3_X tbody tr:last-child')
      .parent()
      .prev()
      .remove();
    

    where P3_X is the name of the group element.

  • You cannot change the chart value axis when there are several types of graphics in a single diagram

    Illustrator can do graphics with bars and lines / columns, for example in the docs:

    http://help.adobe.com/en_US/illustrator/cs/using/images/gr_15.png

    http://help.Adobe.com/en_US/Illustrator/CS/using/WS3f28b00cc50711d9fc86fa8133b3ce158e-8000 .html

    However, when I create a chart like this, I seem to lose the ability to manually set the y-axis using 'override calculated values.

    To reproduce this problem:

    1. Create a chart as in the example, with bars and an axis on the left, lines and an axis on the right. Unlike the example, don't fix the numbers as well as the lines align perfectly - have a go until just less than 20, a up to a little less than 250, therefore it do not markers and the number of divisions on each side.
    2. Try to make the markers and numbers of divisions to the height, so in fact, the side that is going up 20 going up to 25 and has the same number of divisions on the other side.

    Everything I have tried does not work:

    • If I select the entire chart and go to the "Chart Type", I can not set the options for the value axis. In earlier versions, it's gray, in CS6 I can access, but clicking on 'OK' does nothing.
    • If I select the entire chart and chose the type of a chart, I can set options for the axis value, but that the selected chart type, and then applies the entire table.
    • If I use the direct Selection tool to select one of the series and open the "Chart Type" options, changing the options of the y-axis has no effect
    • If I use the direct Selection tool to select all series that share an axis and open the "Chart Type" options, changing the options of the y-axis always has no effect
    • If I use the direct Selection tool to select the Group of ticks axis itself, or the axis line and groups of ticks axis themselves, of axis labels, axis and graduations of the axis line, or axis labels, axis line, graduations of the axis and series of related data, etc., by changing the options of the axis also has no effect

    It seems that this feature is broken and it seems that the example in the manual has been carefully chosen to use a rare combination of numbers where it would actually look right.

    I thought about it. Like everything to do with the horrible ancient neglected graphic Illustrator tool, it is ridiculously clumsy and involves the caution around what is shamefully bad programming for a professional expensive product.

    It is timing - to do things in a sequence of rigid counterintuitive that seems not to work then meets at the end:

    1. Create the chart but, for now, keep all the same chart type. If you've already set to have different graphics types, put the same thing for now.
    2. Select the entire chart and in the main window of Chart Types, set the value to "Both sides" axis
    3. In the drop-down menu, there should be a left and right axis (or top and bottom...). Set the parameters of the value axis for these now. It will look like it does for a single axis, because it will not change the other axis - naked with her...
    4. Select the data series you want to use the other axis using group selection. Go to graph Type and the value of the y-axis to the other and set the chart type that you want. All of a sudden all be put in place.
    5. If you need to change the settings for the value axis, select the entire chart, set the whole chart type to a chart, change the appropriate value axis by choosing it from the menu drop down and the re - apply types of graph as above.

    (the bug is - it should not necessary to set the graphic object to only have only one chart of type in order to access the axis options of value for two different y-axis)

  • Exclusion group values export not worksheet "merge data."

    Hello world

    I noticed that most of my radio button values are not displayed on the worksheet (and yet some do inexplicable).  Has anyone else encountered this problem?

    For anyone else struggling with this, here's how I went wrong:

    I named the individual radio buttons on the palette of the hierarchy. For reasons unknown to me, let them as "(case d'option sans titre)". "  I had designated names such as 'yes', 'no', and meets a few multiple choice questions.   RawValues export only for these if we let them with their default unititled name.  The Group of the exclusion itself can be renamed of course - who seems to have no effect on the question.

    Just an example of some disconcerting shows in LiveCycle.

  • How can I change the group that is assigned to a contact?

    I synchronize contacts on my 2 iPhones, 2 iPads, MacBook Pro and iMac. I would like to change some of my current designations of the group for some of my contacts. How can I change the group that is assigned to a contact?

    Mark,

    First of all, make sure that you deal with iCloud contacts.

    With the help of your MacBook Pro or iMac Contacts open and remove unwanted contacts outside the group. You will be asked "do you want to remove the card for 'XXX' or delete Group 'YYY'.» Choose "remove group.»

    Then go to "All Contacts" and drag the name of the new group.

    If you want to see what the contact belongs to groups, click on the contact and press 'option '. All groups with this name will be highlighted.

  • Structure of the event run only on first change of the value

    Hi all

    I would like to a structure of the event to run only on the first change of value. I currently put to run on the change in the value of a Boolean value. I'm only interested in what happens the first time that the Boolean value changes; However, he changes several times during a single run of my vi. Is it possible to limit the structure of the event so that it runs only on the first change of value? I have attached the relevant part of my VI. Thank you in advance for any help, you will be able to provide.

    Thank you

    yp21


  • How the change in the value of the slider once out of the mouse in response

    Hi all

    When I used the slide bar to control my device, I answer the value change of slide bar and set the new value on my device. But it will generate the answer constantly when I use the mouse to drag the pointer, which is not my. I just need answer only after the mouse exit. How can I implement this feature?

    Hope your suggestion, thanks a lot.

    Use 2 separate controls instead of the digital screen on the slider.

    For a mouse event on the cursor, update the value of the digital control and do whatever it is you need to do.

    For a change in the value of the digital control, update the value of the slider and do whatever it is that you need to do.

  • How to change the constant value for the property node "Disabled"?

    Hi all

    I enclose one vi example of what I'm willing to do. It happens during the event for "left selectorrogrammed 1: changing values.»

    Basically, I created a property to a Boolean LED control node. Once clicked, I'm eager to turn it off so that the user cannot change the value (I have a reset all button for use on that).

    I created the node property for this control for disabled people.  When I'm in the block diagram, I change to write mode.

    I rt clicked on it and said: ' create constant ", he does.  However, the constant comes each time as "Enabled". I tried clicking on this constant and looking through all of that property, but I can't find a way to scroll the values or set the value of this constant to "Enabled" to "disabled."

    I see where you can change the elements of this constant... but I guess there is a way to switch this constant to the value you want... any suggestions?

    Thanks in advance,

    Cayenne

    To change a constant value, your cursor must be in the mode 'finger '.

    You can select this option in holding down the SHIFT key and right-click on the diagram - then select the finger.

    Another way is to put the automatic selection of tools:

    Tools > Options > environment > lock automatic selection of tools

    With this option, LabVIEW will choose the tools for you.

    Play with him a bit to see how it works.

    Steve

  • change the default values of a secondary vi

    I want to initialize multiple devices connected via gpib using several secondary school (one for each device). Each type of device (temperature monitor, meter) has its own sub - VI (or better a vi model) for the configuration. The Subvi takes an address gpib only as a parameter. The vi is loaded in the secondary, the user is able to change the configuration via the controls on the front panel. Then he pulls the "init" button and the vi is executed (which writes the data to the front of the device).

    Currently, these config vi charge their default values for the file vi itself (current brand of default values). Is it possible to change this default value before running the Subvi, without losing flexibility?


  • Made a change in Group Policy: how to disable: "this operation has been cancelled due to restrictions in effect on this computer" notification?

    "This operation has been cancelled due to restrictions in effect on this computer"

    There seems to be a lot of people who get this notification.  Too bad Microsoft chose not to tell us why its happening!

    Is it possible to disable this notification?  I've made a few changes in group policy limit some startup programs.  Now, I suppose that this appears when the program tries to start.  Really irritating.  Maybe there's something in group policy to restrict the notification?  Then there will be another notification telling me that this notification applies?  Laughing out loud!

    Hello

    I suggest you to ask your question in the Forum Pro Windows XP IT for assistance. We have a dedicated team to help you with such questions.

    Hope the information is useful.

  • Permanently change the default value of the police and the size in hotmail

    I know how to change the size of police and style in hotmail for each email but not how to change the default value.

    Hotmail forums:

    http://www.windowslivehelp.com/forums.aspx?ProductID=1

    They will help you when repost you your question in the Forums above for Hotmail.

    See you soon.

    Mick Murphy - Microsoft partner

Maybe you are looking for

  • Transfer Photos from an SD card

    I know 'how' to transfer photos from your computer to an SD card, but why aren't the pictures that have been transferred to the SD card displayed in the order that they were transferred? I've transferred the photos to the SD card in a specific order,

  • Z10 ATT BBZ10 10.3.2.440 blackBerry software does not work well: screen distorted, keyboard. How downgrade?

    ATT sent a software relaease 10.3.2.440 which was downloaded on my BBZ10 and does not work well: screen distorted, difficult of keys and numbers located on the edges of the keyboard, etc, etc. How downgrade to previous realease of software which work

  • Alignment to the left of the lists drop-down/dates

    Is it possible to align the drop-down list or a date picker (assume that without label) to the left as opposed to the default is good? Thanks in advance!

  • No sound running on windows 7

    Hi all, I have a problem with my sound. I have a basic PC and dual boot Windows 7 and Ubuntu 9. They both are advantages but randomly one day all the soun has stopped working under windows. If I boot Ubuntu sound is very good and works but start in w

  • numbering of VMK

    Hey guys,.I built three identical servers to an ISO of 5.1 ESXi identical.On two of them, the physical NETWORK card numbering from 1 to 4 is reflected in the opposite direction by the operating system. For example, port 1 is assigned vmk3, 2 port is