Show and hide regions / buttons by changing the item values

Hello

is it possible to change a value of an element (LOV) that in the dependence of the selected a region of value / button see the STI or hide?

I try this with the conditions of the region / button, but it does not work...

Workspace: TEST_OA5
Username: [email protected]

password: Hund123

Page: 2


THX for the help,


concerning

René

Hello

I've added a new dynamic action called ANIMAL SELECT and changed the terms on your reports using P2_TIER_AUSWAHL

Gus

Tags: Database

Similar Questions

  • Show and hide content on stage with the action of the button

    Hello...

    I created a button to show and hide certain content on stage. The button works fine, but there is a problem... when I click on the button to display the content and I move to another section of the timeline, hides the content again, and I just want that it to hide when the button is clicked again :-(

    Here is my code:

    Quote:
    Posted by: kglad
    and your a real button or movieclip button? If it's a button movieclip instead of btAcess use _root.btAcess and see if that solves your problem.

    Forget it! you were right, and it's really simple after all...
    just need to add _root variable btAcess: s

    Thanks once again kglad for the patience and most importantly, help ;-)

  • Dynamically change the item values

    Hello

    I defined a form based on a table with the following values.

    consultant_name - popup LOV based on a sql query
    month popup LOV based on a sql query
    year popup LOV based on a sql query

    Bill rate - screen only
    our cost-screen only

    I want to display bill rates and our dynamilly cost whenever I change the values of the 3 LOVs.

    To do this, I defined a dynamic action
    When event: change
    elements: consultant_name, month, year
    no condition
    real action: run pl/sql

    DECLARE
    B_R NUMBER (4.2);
    O_C NUMBER (4.2);
    BEGIN
    SELECT BILL_RATE, OUR_COST IN B_R O_C OF STAFFING WHERE THE CONSULTANT_NAME = V('P3_CONSULTANT_NAME) AND
    YEAR = V('P3_YEAR') AND MONTH = V ('P3_MONTH');
    : P3_BILL_RATE: = B_R;
    : P3_OUR_COST: = O_C;
    END;

    But during execution, it does not all values of bill_rate and our_cost also do not show any error message as data not found.
    What mistake I made?

    Thank you
    Kouadio

    Published by: user10470431 on August 11, 2010 17:43

    Hi Steve,.

    have you written p3_year or P3_YEAR? Because it is case-sensitive. It is the same of the selected item.

    You use Firefox and you have installed the Firebug add-on? If so, you can take a look if it is in fact the AJAX call when you view the Console tab.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Lov popup when select change the item values

    Hello

    I have a Lov Popup to select cities, once I've selected one city, he must find the departmental and national names to display on the fields "view only".

    I tried to create dynamic Action that fires on 'change' to my Popup Lov and run this code:
    DECLARE
      V_UF UF_ATM.SIGLA%TYPE;
      V_PAIS PAIS_ATM.DESCRICAO%TYPE;
      CURSOR C_CIDADE IS
        SELECT U.SIGLA UF_SIGLA,
               P.DESCRICAO PAIS_DESCRICAO
          FROM PAIS_ATM P,
            UF_ATM U,
            CIDADE_ATM C
         WHERE U.ID(+) = C.UF_ID
           AND P.ID(+) = U.PAIS_ID
           AND C.ID = :P9_CIDADE;  
    BEGIN
      OPEN C_CIDADE;
      FETCH C_CIDADE INTO V_UF, V_PAIS;
      APEX_UTIL.SET_SESSION_STATE(':P9_UF', V_UF); -- I already tried :P9_UF := V_UF
      APEX_UTIL.SET_SESSION_STATE(':P9_PAIS', V_PAIS);
      CLOSE C_CIDADE;
    END;
    Is there a "correct" way to do it? What Miss me?

    Thank you
    Alan.

    Hello

    OK - I added another page to my sample application: http://apex.oracle.com/pls/apex/f?p=56976:13

    Dynamic action would not work because the value that changes is in a hidden item - P13_EMPNO * _HIDDENVALUE * and you can not target it in Action.  I used jQuery to attach an onChange function instead.

    Andy

  • Show and hide a button

    Hi, I have a doubt. I created a page with a large image. I need to put a subtitle, but I want to show the subtitle just at the time when I click on a button. And when I click once again I want to hide the subtitle. How can I do this? I use an Indesign CS5.5.

    Thanks to you all

    Alysson

    Hi Alysson,

    What you build is best done with a slideshow or multi-state-object, often referred to as a MSO.

    Create an MSO with two States, one for the image without subtitle and one for the image with the subtitle.

    Your show/hide button is then set to display the status 'next' your MSO.  Whenever the user clicks the button, the DSO will switch from one State to the other.

    Good luck!

    Steven

  • How can I add a right click Menu mouse to click 'CANCEL' * and * "REDO" button to change the text in Firefox?

    How can I add a Menu with the right mouse button to display a "UNDO" AND "REDO" button to change the text back in Firefox without losing or forgetting the changes as I can under Google Chrome? -OMG I told dinnt - SORRY!

    Glad you stuck with this issue cuz I pulled a real boner trying to fix. I was totally distraught on the main menu of * two * UNDO and REDO. If you remember that I tried to install the menu shortcut for UNDO them and REDO and totally rejected the idea that they might be under Edit on the crazy Main Menu which of course, they have been and worked like a charm. THANKS again man, you are a true hero!

  • I created show and hide features in InDesign I want to export to interactive PDF format. These functions work when seen in Acrobat on the desktop, but not on iPad/Tablet - why?

    I created show and hide features in InDesign I want to export to interactive PDF format. These functions work when seen in Acrobat on the desktop, but not on iPad/Tablet - why?

    Why? Most likely because the PDF Viewer on the Tablet is too stupid to deal with show/hide functionality.

    You could try PDF Expert of Readdle on qpdf Notes Pro on Android and iOS devices.

    Depending on how the show/hide was created during the export of InDesign, it can work in viewers. Otherwise, you will need to open PDF files in Acrobat and edit features show/hide something more digests of PDF device viewers.

    BTW, you will encounter the same issues with the PDF display components in web browsers.

    I hope this can help.

  • Show and hide the scroll bar

    Hello!

    How could I show and hide the scroll bar attached to a dynamic text field depending on the size of the text?
    I tried different solutions based on bottomScroll and maxcroll, but nothing works...

    Thank you very much in advance for your help.

    Best regards
    Gerry

    If you use a text field, you can do a simple test:

    If (textInstance.textHeight > textInstance._height) {}
    show the ScrollBar
    }

    --
    Dave-
    Developer leader
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.Adobe.com/communities/experts/

  • Dynamic action on upper and lower region button

    I have a dynamic action where when I click on my first button (add a LINE) I want a 2nd button to be disabled (DELETE).  My second button as the button position "Up and down the region", so that the button is displayed above and below my report.

    After you create the dynamic action, when I click on my first button (add a line), the top of the page button DELETE is disabled, but it does not neutralize my button at the bottom.  When I set up my action dynamic and he say what button to assign, it only shows a button in the list of the button (MULTI-RANG-DEL).  In other words when I set up the button like "Up and down the region" it does not show 2 as the selection in dynamic action buttons, one button.

    So how can access this button down in my dynamic action?

    Using APEX 4.2.4

    Thanks in advance!

    John

    jfosteroracle wrote:

    I have a dynamic action where when I click on my first button (add a LINE) I want a 2nd button to be disabled (DELETE).  My second button as the button position "Up and down the region", so that the button is displayed above and below my report.

    After you create the dynamic action, when I click on my first button (add a line), the top of the page button DELETE is disabled, but it does not neutralize my button at the bottom.  When I set up my action dynamic and he say what button to assign, it only shows a button in the list of the button (MULTI-RANG-DEL).  In other words when I set up the button as "The top and bottom of the region", it shows 2 buttons as choices in dynamic action, a single button.

    So how can access this button down in my dynamic action?

    Use the property Class CSS button button to add a class name (for example delete ) for the button. Change the DA Sélection Type selector to jQueryand jQuery Selector to something like button.delete (the exact required selector will depend on the template theme and used button).

  • Show and hide sticky

    Hi Aannjjaa

    Take a copy of your model of "Hide and show region" and name it "Hide and Show Region default". Change the style = "" display: none; "style =" display: * block *; »

    You will also need to change the default image so change the collapse_plus.gif of collapse_less.gif

    depends on your theme, you'll have something like this...

    <th class="t18RegionHeader">
    <img src="#IMAGE_PREFIX#themes/theme_18/collapse_minus.gif"
    onclick="$r_ToggleAndSave(this,'#REGION_ID#')"
    id="#REGION_ID#img" class="pb" alt="" />#TITLE#</th></tr>
    </tbody>
    <tbody id="#REGION_ID#body" style="display:block;" class="hideshowcontent">
    

    Make reference to this template on your page.

    as for the code similar to the above, add the [code] tags to insert your code here [/ code]
    will look like

    put your code here
    

    and for the html code (the probable reason your first post was absent), put in the unicode & gt; for > and & lt; for <

    Gus...
    AWARDS: Don't forget to mark messages USEFUL or CORRECT on the forum, not only for my answers, but for everyone!
    ;-)

    Published by: Gussay on November 18, 2009 22:03

  • Impossible to use the Central ball on the mouse button to change the distance in plan spot view in FS9

    Fs9 views

    I'm unable to use the Central ball on the mouse button to change the distance in plan spot view in FS9. I've never had this problem before! can anyone help?

    Hello

    1. what operating system do you use?

    2 did you change on your computer?

    I suggest you to follow the links and check out them.

    How to solve the pointer display problems mouse in Microsoft games

    http://support.Microsoft.com/kb/309703

    I also suggest you check if the middle mouse button works with other applications

  • Press the button to change the text content

    Is there an easy way to get a button to change the content of a text field?

    A bit like this:

    [Press]

    "To get this text."

    If it's anything... I wish the different buttons to change the same text field for different numbers (in this case).

    So it would be "what do you speak?", then a couple of buttons with alternatives. When you press a button, it will display a phone number to call, and if you press another button it will display a different number of phone etc etc...

    This is possible? Thank you!

    This can be done using a widget of composition. Use two triggers and targets. The target contains the phone numbers. You need fill the background so that they are able to be placed on top of the other. Create buttons in the triggers. See the image below:

    David

    Creative muse

  • How to enable and disable a button depending on the value of a field

    Hello experts,

    I enable and disable a button depending on the value of a field.

    I did the following:

    in a trigger of on_new_form_instrance I put the following
    begin
         
    go_block('OE_HEADER');
    execute_query;
    IF :oe_header.status = 'BOOKED' THEN        
          SET_ITEM_PROPERTY('CONTROL.ACTION',ENABLED,PROPERTY_FALSE);
    else
         SET_ITEM_PROPERTY('CONTROL.ACTION',ENABLED,PROPERTY_TRUE);
    end if;
    
    
    end;
    the problem is that it works but does not change when my header_status value is changed.

    You have to put the same code in when-validate-item trigger of: oe_header.status...

    and I think that this code should be trigger after query

    IF: oe_header.status = 'RESERVED' THEN
    SET_ITEM_PROPERTY('CONTROL.) ACTION', ENABLED, PROPERTY_FALSE);
    on the other
    SET_ITEM_PROPERTY('CONTROL.) ACTION', ENABLED, PROPERTY_TRUE);
    end if;

  • Calendar view-only and users are unable to change the time.

    We use Windows Server 2003 R2 active directory and group policy.

    Group Policy, we blocked sytem time change but after this timetable can also test block user cannt read calander also

    pls sugget me to resolve this issure

    Calendar view-only and users are unable to change the time.

    Hi sunil77,

    Your question about changes in UAC using Group Policy on Windows Server 2003, it will be better answered by the experts in the Group Policy Forum. Please repost your question to the address provided.

  • 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

  • iOS 10 wheel black screen

    Been using iOS 10.0.1 for about a week on an iPhone 6 and it is buggy. The questions below are only occurred since the upgrade to iOS 10. Please fix in the next version or offer a solution. 1 random black screen with the spinning wheel. The upgrade w

  • Conditional formatting

    Is there a way to make a cell use the style formatting of a precedent? I have this table where the cells are colored using the rule (if > than previous, then green; if < the previous, then red). The problem is that "2.55" cell - I want to apply the r

  • Satellite Pro A200/PSAE7 - turn volume change without end, not smooth Volume control

    Hello On my newly purchased Pro A200/PSAE7 control (hardware) volume - front, as soon as speaker - turns without end and when you use the volume does not change "smooth" - more "brutal". For this reason, there is no possible to 'fine tuning '. Q: is

  • Determine the only original installed OS

    We have approximately 31 HP notebook computers that are running Windows XP. I know that many of them have been downgraded from Windows 7 purchase. I am trying to determine which machines are licensed for Windows 7 to upgade the OS on them. The proble

  • FPGA code slows down suddenly

    I have the following code in the FPGA (didn't integrate the png because it is too big. You will have to click on the attachment below) and I noticed a bottleneck in the FIFO, when both running on the FPGA and jusing simulating values in the Dev Envir