elements in a tree with checkboxes

Hello

I built a tree relies on Hirarchical data and put it in the region within a report and also adds apex_item.checkbox (...) in the select statement.
so I can check some elements when necessary.
My Question is how to get the values of the element that is checked into the tree

Sorry for my bad English, I'm learning English too :)

Thank you very much

med_med.

Hello med_med,

When a page is sent with the items in the box, ONLY the selected items are returned.
You should be able to make a process page to run when the page is submitted that does something like this:

BECAUSE me in 1... apex_application.g_f01. Count LOOP
If APEX_APPLICATION. (I) G_F01 is NOT Null then

WHERE = to_number (APEX_APPLICATION. G_F01 (i));
End If;
END LOOP;

You would substitute your item ID to place references F01... so, for example,.
If your select statement defines your box as point 4, you would use F04.

Good luck
Don.

You can reward this answer by marking as being useful or correct :)

Tags: Database

Similar Questions

  • Tree with checkboxes to act as a component of the shuttle

    Hi you all experts of the ADF.

    I use Jdev 12.1.3 and would like to know if it is possible to achieve:

    I would like to have a tree "checkboxed" with the hierarchy we will tell departments under rentals, I would like for some employees to give to some departments in several places.

    One of you have a suggestion as to how I should go about my problem? Y at - it a component should I choose to start with?

    Thanks in advance for the answers to this question.

    Best regards.


    Marc

    If you need to change your query ViewObject

    or use two first viewObject is only for the parent node, select the record you want to view as a parent only

    and then bind it with second viewObject with all Archives

    There must be a specific flag for record categories #1 that makes parent

    or filter your viewObject with flag value (I think parent id must be set to null for categories #1 as the top node is)

    so you can write a query to get all the parents and then bind it-

    Select record_id,

    yourTable category_name where

    parent_id is null

    It's totally depends on you how you want to show your tree hierarchy

    Thank you

  • use of AF: Tree with checkbox?

    Hello

    I am trying to create a tree in a page using ADF 11 g. And I can create the tree. But I want to add a check box for each node, each leaf in the tree.

    I saw an example on the jdeveloper demo page, bu it s providing information only on the counting and style.

    Does anyone know how to add a checkbox to a tree and how to use it?

    Thank you



    Ozgur Thomas

    Ozgur,

    You can use af:selectBooleanCheckbox in the nodeStamp the sides of a tree, I think. Haven't tried, but it should be doable.

    John

  • Tree with hierarchical function to check/uncheck the checkbox

    Hello

    I build a tree with checkbox APEX 3.2 feature

    My query tree looks like
    Select "SERVICE_ID' id
    "PARENT_ID" pid
    , The name of 'service_name '.
    connection null
    APEX_ITEM. CheckBox(1,SERVICE_ID) a1
    null a2
    of ' #OWNER # '. " SERVICES_TEST ".
    Start with "SERVICE_ID" =: P9_TREE_ROOT
    connect prior "SERVICE_ID" = "PARENT_ID".

    So far so good. The tree displays correctly

    Now my requirement is check_all_child/uncheck_all_child when the parent is checked/unchecked.

    Let's take an example like

    ROOT
    -SERVICE1
    -SERVICE1_CHILD1
    -SERVICE1_CHILD2
    -SERVICE2
    -SERVICE2_CHILD1
    -SERVICE3

    If SERVICE1 is checked, then SERVICE1_CHILD1 and SERVICE1_CHILD2 must be verified.

    Could someone help me please on how to do it?
    I can write a function onchange against the box, but I need to check/uncheck hierarchically and the hierarchy is dynamic.

    Please let me know if any other information is required.

    Amri,
    Try the following

    $('[name=f01]').click( function() {
      this_checked = this.checked;
      this_row = $(this).parents('tr:first');
      this_level = this_row.children('td').size();
      next_row = this_row.next();
      /* Loop through next rows and use the no: of columns to identify children */
      while ( next_row && ( next_row.children('td').size() > this_level) )
      {
       next_row.find('[name=f01]').attr('checked', this_checked );
       next_row = next_row.next();
      }
    })
    

    I tested it only on the code of html Tree you posted earlier

  • Problem in inserting elements of the tree

    Hi all.

    I encounter the problem by inserting the tree in a recurring way of parent child items. My requirement is that whenever I press the button, a parent must be inserted in the tree with her child. Its output should be like

    Error code: 7400

    Error code: 7400

    Error code: 7401

    Error code: 7401

    and so on.

    I don't get the desired result. What should be the way to do this. Please find the attached draft also.

    Kind regards.

    I have no ICB on this machine to run your project, but in a quick look at the code, I noticed that you always use as the index of the element 0. You mustr save index of the parent element and use it for the children:

    IDX = InsertTreeItem (panelHandle, PANEL_TREE, VAL_SIBLING, 0, VAL_LAST, temp_buffer, "", 0, - 1);
    InsertTreeItem (panelHandle, PANEL_TREE, VAL_CHILD, idx, VAL_LAST, temp_buffer, "", 0, - 1);

    but I do not understand what means the child: the code above will produce the following output (+ here mimics the symbols of the tree):

    Error code: 7400

    + Error code: 7400

    Error code: 7401

    + Error code: 7401

  • Part of the tree with trigger WHEN MOUSE DOUBLECLICK does not work

    Hello

    I have the element of the tree to the form with dynamic data, these data extend to these point and maybe see the rim under this field, if the tree node show in the tree after scrolling element these point relaxation WHEN MOUSE DOUBLECLICK does not work.

    Any suggestion?

    Thank you

    I would use the WHEN-TREE-NODE-SET-trigger

  • multiplying the elements of an array with their index

    How can I multiply the elements of an array with their index values.

    Thanks in advance.

    Hi aksoy,.

    Multiply the elements with their index:

  • I created a form with checkboxes.  A question has two boxes for a 'yes' another being a 'no '.  I just want to be able to select a single box, but currently, I choose both

    I created a form with checkboxes, I have currently two checkboxes in a question that I wish I could only check a box and make it mandatory that should be checked only one box.  Currently, I am able to select the two check boxes.

    Give them the same field name, but export values.

  • Error on creating a node in a tree with the Oracle ADF

    Hello

    I drew a tree with oracle ADf on schema oracle HR and are the layouts of the tree: region, country, location, Department and employee.

    I have a button to create nodes. in the beck of button, I have a class to handle the create action.

    When I want to create a node, the error below is to occur:


    Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:BR
      at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:111)


    What is the error?

    This error means that you are trying to insert a string value into a bigdecimal object

    in order to check your code when you set values after create

    -Thank you

  • Adobe Premiere Elements 12: not compatible with EXECUTE-programm for my monitor detected an update is necessary.

    I got the message during the opening of a new project in Adobe Premiere elements 12: not compatible with EXECUTE-programm for my monitor detected an update is necessary. I tried several updates but windows7 does not detect an update. What can I do?

    Update your graphics driver.

  • Adobe Photoshop elements 10 will work with El captain on a MacBook Air?

    Adobe elements 10 will work with the new El Captin IOS on a MacBook Air?

    Moved to Photoshop Elements

  • My adobe 9 photoshop elements do not work with windows 10. What should I do?

    My adobe photoshop elements do not work with windows 10. What I have to do, that it works?

    You can use compatibility mode to install.

  • Photoshop elements 13 will work with a 32-bit system?

    Photoshop elements 13 will work with a 32-bit system? It shows that it works for the program on the system requirements. I am trying to download and he repeated to me that it can be downloaded on a 64-bit processor.

    If you already have a serial number, you can download the product there and enter your serial number when you use it. If you do not already have a serial number, you can buy items here: Adobe Store - North America

    Guinot

  • 13 elements will not work with the new camera, it will not be updated raw 8.7.1

    13 elements will not work with the new camera, it will not be updated raw 8.7.1. I downloaded the patch, installed, but the old version is it in elements. Thank you, esther

    Try again a little later. Sometimes the Adobe servers are busy. If you get the same answer, you may need to uninstall and reinstall. Try an alternative link, then confirm with your 24-digit serial number - click here to download PES

  • I have a Macbook Pro which is not a hard drive.  How to install Adobe Photoshop elements 11 that came with the Epson scanner, I bought.  I registered S/N, and I can't find the free download anywhere alone trials.

    I have a Macbook Pro which is not a hard drive.  How to install Adobe Photoshop elements 11 that came with the Epson scanner, I bought.  I registered S/N, and I can't find the free download anywhere alone trials.

    Downloads available:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

Maybe you are looking for

  • Yoga 2 pro - how to turn off internal wireless?

    Yes, I would like to know how to disable the built-in wireless adapter. Thank you in advance. Mod edit: additional information added to the line object for the clarity of the question and moved to post to its own thread.

  • Try to reinstall Vista on laptop

    I need to reinstall windows vista on my laptop, all I have is the Vista cd, he'll ask me until then to search for a driver, then he asks for the installation disc. I have no recovery disc only cd of vista, what can I do? * original title - reinstall

  • Target value again Blackberry Messenger SDK

    Hello I'm new to BLackberry Messenger. I download the latest version of the SDK that is available two days ago. as indicated in the RFSO for Blackberry Messenger SDK I create the shortcut for the run.bat file... in the doc told them to add text in th

  • My wireless internet does not work to its maximum.

    Hey, I recently bought a new laptop with Windows 7, and the wireless internet connection seems to work perfectly. But then I found that not quite like the itunes store, Skype and aim. It works only if I wiring. He never seems to be something wrong wi

  • BlackBerry Smartphones New Member - help needed please!

    Hello everyone, am a happy owner of my very first Blackberry - it's a Pearl Flip 8220.  Being owner of Samsung phones for years and thought of something new.  I finally get my head around the menus, but I am really stuck on one thing- Is someone can