Can a single button cause multiple targets, based on the value of the point?

I have a button on a form and based on the value of an element, when clicked, pages must be accessible. Is this possible to do? If so, any ideas are greatly appreciated.

Request Express 3.1.2.00.02

It's pretty simple to do using conditional branches. Create a branch to the place of the appropriate branch (for example on submit: after treatment...) for each target page and series PL/SQL Expression condition for each branch:

    :request = ''
and : = 

its replacement by < button_name >, < nom_element > and < item_value > with the values appropriate to your application (and change the '=' in the expression of the agenda if some other condition is used). The integrated attribute REQUEST contains the name of the button that submits the page.

Tags: Database

Similar Questions

  • Can a VPN 3005 cause multiple IP addresses on the external interface?

    Nice day

    Can a VPN 3005 cause several IPS on an external interface?

    I expect to use it in an environment that has 2 ADSL connections to an internet service provider. For the sake of the exercise, we could call them ROUTER1 and ROUTER2.

    We have a few VPN we always want to spend by ROUTER1 and some VPN we always want going through ROUTER2.

    Is this possible?

    Thank you very much

    No, not possible, sorry.

  • "Single source to multiple targets in the Oracle XSLT Mapper"?

    Can someone provide examples for the single source to multiple targets in Oracle XSLT Mapper scenario

    You can have several sources, but target the single node in an XSLT mapping.

  • can perform us two actions with a single button in two clicks, one after the other?

    Mr President.

    can perform us two actions with a single button in two clicks, one after the other?

    I want that when I click on the button Add once it add data to the database and when I click again on this button it clears the form data to the empty fields.

    Concerning

    Tanvir

    In the code, it should be easy.

    The following code adds that a button called butman with text 'ADD '.
    It then registers a listener that will be called if the user clicks the button.

    This listener then calls the runAddData method if you clicked butman while it contained the text of "ADD" and it calls the runClearData method otherwise.
    That's why he will swap the functionality of the button between ADD and CLEAR on each click.

    final Button butman = new Button("ADD");
    butman.setOnAction(new EventHandler() {
              @Override
              public void handle(ActionEvent t) {
                        if (butman.getText().equals("ADD")) {
                                  butman.setText("CLEAR");
                                  runAddData();
                        } else {
                                  butman.setText("ADD");
                                  runClearData();
                        } // END IF-THEN
              }});
    

    I hope that's what you wanted.

    Further reflection.
    You might want to run the ADD and CLEAR methods in their own son so that it can run in the background without slowing down your user interface.

    I also reuse rather a single button for several features instead of to apply with hundreds of nodes used only rarely with masses of code to show and hide as needed.

  • Change the navigation target based on the value of the coast

    Hi, strange requirement. I have a report of responses which shows groupings level high information costs (labor, fringe, travel, etc.). I want to allow users to navigate to reports of transactions detailed illustrating each transaction striking a cost group. However, the fields I want to show to 'work' (employee ID, name, jobcodes) transactions are different then what I want to show for 'travel' transactions (destination, etc.).

    So I created operations detailed for each types of group cost - no worries.

    Now, what I would really like to do is this: I want to change the property "interation of value" to access the reports detailed transactions. But I want to change the target based on the group. For example, if no one clicks on the 'work' - I don't want which they then select to navigate to work, travel, fringe, reports etc.. I want that it change something the target, so it "knows" to go to the work report.

    Is there a way to do this?

    Thanks in advance!
    Scott

    The first part could give you an idea how to achieve your goal, you should use a conditional drill.
    http://oraclebizint.WordPress.com/2008/03/05/Oracle-BI-EE-101332-conditional-drills-and-dynamic-tool-tips-HTML-formatting-and-go-URL/

    based on your rek... your statement box decided who report to go...

  • Can a vDR device cause multiple backup destinations?

    I tried adding the shares network, adding that a different network share seems to remove the network share previously implemented at which the current backup operation is set.

    I want two shares of different network for a device with two jobs vDR, each backup operation goes to a different network share.

    How can I do this? 1.2.1 using latest version vDR.

    Alternatively, if each camera vDR can talk only to a single network share data store, I can set up another camera vDR.

    Thank you, Tom

    CIFS is not a recommended destination and can be much slower. If you want an accessible destination I would add a couple of NFS shares as network data warehouses. Then add a normal VMDK unit vDR. You can do several (more than 2) virtual machine backups but as I've mentioned before that you will incur the trouble to write the cbt file for each additional backup done.

    I'd do more simple a test you can against 2 or 3 small VMs. run multiple backups. Check the speed of the restoration. Decide if you can live with the speed of the restoration. I'm not sure that this is the most appropriate use of the vDR unit.

  • How to read multiple channels based on the external clock

    Hello

    Normal 0 false false false MicrosoftInternetExplorer4 / * Style Definitions * / table. MsoNormalTable {mso-style-name: "Table Normal" "; mso-knew-rowband-size: 0; mso-knew-colband-size: 0; mso-style - noshow:yes; mso-style-parent:" ";" mso-padding-alt: 0 to 5.4pt 0 to 5.4pt; mso-para-margin: 0; mso-para-margin-bottom: .0001pt; mso-pagination: widow-orphan; do-size: 10.0pt; do-family: "Times New Roman"; mso-ansi-language: #0400; mso-fareast-language: #0400; mso-bidi-language: #0400 ;} "}

    I use 6254 multifunction for playback of tension with VC ++ 6 as the development tool.

    Based on the documentation NOR I created tasks like this.

    DAQmxCreateTask (_T ("Voltagetask"), & taskHandle);

    DAQmxCreateAIVoltageChan(taskHandle,sChannels,,DAQmx_Val_NRSE,0,10,DAQmx_Val_Volts,);

    DAQmxCfgDigEdgeStartTrig (taskHandle, "PFI2", DAQmx_Val_Rising);

    DAQmxCfgSampClkTiming(taskHandle,"PFI2",303000,DAQmx_Val_Falling,DAQmx_Val_FiniteSamps,nSamples);

    DAQmxStartTask (taskHandle);

    After the generation of clock finished thanks to the DAQmxReadAnalogF64 function, I tried to read samples of each channel.

    DAQmxReadAnalogF64 (taskHandle, DAQmx_Val_Auto, 10, DAQmx_Val_GroupByScanNumber, read, m_nStates & sampsPerChanRead, NULL);

    Total number of samples (nSamples) available in the buffer when the task is created with a single channel and several channels are still to come as even. In several modes of channel returns total sample by channel, which is equal to the total number of samples divided by the number of channels at once.

    For example, if a total number of clock 8000

    With single channel, it reads all the 8000 samples (m_nStates = 8000, sampsPerChanRead = 8000)

    When two tracks he read 4000 samples per channel and so on. (m_nStates = 8000, sampsPerChanRead = 4000)

    If any body know, on every clock how to take samples of all of the configured channels.

    Thanks in advance,

    Renjith.

    Renjith,

    Please note that the behavior, I explained is in line with the provisions should only if you use your clock as I convert clock. You can find information about the different types of synchronization of the analog inputs using NOR-DAQmx; the element to search for is "clocks".

    Since you do not set the clock to convert MY (should be DAQmxSetAIConvSrc()), the fact that I mentioned above is only informative for you, but does not apply to your question.  Sorry for responding too quickly without looking in your code between quotes...

    In order to answer your question, we take a look at the approach to programming DAQmx:

    If you configure your task to be "finished", the task will stop running if the number of samples per channel is acquired. In the case of an external clock (not configured as I convert clock), served it in the sampling interval. The sample clock will automatically receive a sample for all channels with a single clock pulse. From this point of view, the installation program you have in your program seems correct.

    If you do not get the number of samples that await, the fault must be somewhere in your playback function. Do you get any error messages?

    DAQmxReadAnalogF64 (taskHandle, DAQmx_Val_Auto, 10, DAQmx_Val_GroupByScanNumber, read, m_nStates & sampsPerChanRead, NULL)

    If you set m_nStates set to 8000, it's here. You say the Read function to retrieve 8000 samples. None. So if you have two channels, DAQmx acquires 2 x 8000 samples, but read you only 8000 samples... Please change m_nStates to

    m_nStates = #channels x #samples by channel

    This should solve your problem.

    hope this helps,

    Norbert

  • How to use a single button to drive another click of the button

    I am trying to find a way to fix a bug in my application.  The simple solution would be to have a single button that animates a mouse on another button click event whenever the PlayBar in my application reaches the end of the screen and go back to its origin.

    How could do?  I made a lot of progress since my last post a question in the forum of the ActionScript 3, which was last night.

    Thanks in advance,

    Markerline

    So just run the function one of the buttons would otherwise be run when you click on it, then just call this function when you need to.  If you set the event to the function null argument, you can call it without havoing of clicking on anything...

    function whateverBtnClicked(evt:MouseEvent=null):void {}

    etc...

    }

    So if you need perform this function without clicking the button you can just use...

    whateverBtnClicked();

  • Automatic filling of multiple selection based on the selection list

    Hello

    I have a problem in filling multiple selection data in the selection list.
    I would like to take an example and explain.
    I have 3 tables: employee, Department and a link table for employee and department.
    The selection list contains employee and the Department is a multiple selection. Employee selection, all departments must be posted and belongs to the Ministry of which employee (which comes from the binding table) must be selected (high-lighted). How can I do this?

    HI 841762 :),.

    Do not use the 'style' to highlight that you would have found out by now that would make the blue text background while the font color remains black and this will make the text unreadable. Plus if there is a button on the page when you submit it to us, I doubt that it will store the State of the selected items in a multiple of P1_DEPT in session state. then try this...

    In the application process, replace, the status of 'style' that you used to highlight as you...

    ....
    If (rec.R=cnt)then
    htp.prn('');
    ELSE
      htp.prn('');
    end if;
    ...
    

    Then in the JS, use

    appendToSelect(list, l_Opt_Xml.getAttribute('value'), l_Opt_Xml.firstChild.nodeValue,l_Opt_Xml.getAttribute('selected'));
    

    and change the function "appendToSelect".

    function appendToSelect(pSelect, pValue, pContent,pIsSelected) {
    
     var l_Opt = document.createElement("option");
     l_Opt.value = pValue;
    
    if(pIsSelected)
    l_Opt.setAttribute('selected','selected');
    
    if(document.all){
      pSelect.options.add(l_Opt);
      l_Opt.innerText = pContent;
     } else {
      l_Opt.appendChild(document.createTextNode(pContent));
      pSelect.appendChild(l_Opt);
     }
    }
    
  • How can I show or hide a picture based on the size of the screen in CS6?

    I have a website created using Dreamweaver CS6. I used the checkerboard to fluid to hold different views for each of the 3 types - phone, Tablet, desktop computer. It works well, resizes properly. I would like to be able to show a picture in the desktop version but not the mobile version. How I do that? I can see in the .css file that the screens of different size can have their own different settings. Y at - it code I could add that could hide/show and image based on the users on the same page window? Let's say I have a div that is named photo. How could I add a parameter to the div photo in the stylesheet that would hide the image if it were mobile?

    Thank you

    Marilyn

    Thanks, I was able to change my code using your example and it works exactly as I wanted!

  • How can I add a new page dynamically based on the non recoverable text field?

    Hi all

    I created a form with subform flow and non-reusable text fields. When the user fills the long content, the shape is cut. Y at - it a way to dynamically add pages based on the content that the user fills the non recoverable text field?

    Thank you

    Check that the parent of the subform also has a fluid layout. If you have the structure below, both page 1 and subform must have a flow layout.

    Page1 (must be the flow)

    subform (must be the flow)

    TextField (let multiple lines and will expand to fit the height)

    If you have done all that, then it should work.

  • Prblem with buttons; Cursor does not turn in the pointer (finger) into the mouseover state

    I'm programming the buttons on board animate, which are just symbols with their own timeline. I gave them actions to clicks, mouseover and mouseout/mouseouthandler(). They just call URL and are working properly, but I noticed that the cursor does not turn in the pointer (the hand with the index pointig) in the mouseover state. This creates a strange feeling, because users are not sure they are before buttons they click on them...

    Is there any solution for this?

    Thanks in advance!

    Hi Gzapiram,

    Click your button and in the properties panel, you will find a slider, with the auto default value section. Simply select the familiar hand cursor

    Gil

  • Can system table space cause multiple data files in several places?

    Hi experts,

    Our current system has a partition to keep the system tablespace data files, but I assumed that the partition is wrongly estimated and the size was maintained only 2 GB. Now the partition's got full and it seems no way to increase the partition from the OS. The only option I have is to create the new data for system tablespace file in another free partition. Is this possible? I have to consider all things important before doing this? Also can I create new data with the regular create command file or need to do something special for system tablespace?

    Thanks in advance

    Yes, you can create two data files for system tablespace into two partitions.

    To reduce the space in the system tablespace - you should check what are segments that occupy the space in the system tablespace.

    To get the examples if you have the Audit DB - then you can move the table to tablespace someother depending on availability.

  • How can I resize an iframe in apex based on the amount of available space on the screen with a button

    Hello.  I have a request to 4.2.2.00.11, llg Server Oracle apex.  The conditions for this application are to hide and display a navigation bar by clicking on the buttons leathers/display on the screen.  The right side of the screen has an iframe that is to fill up whats left of the estate of the web browser.  Search in google, I found a function that works on the laundry.  I need the iframe to resize when the browser hides and shows, but when I tried to create a dynamic action on click to call javascript, hide and show the features of the browser bar break.  The iframe is not also resize.

    Here's the code that I currently use.

    JavaScript in my page header

    <script language="JavaScript">
    <!--
    function autoResize(id){
        var newheight;
        var newwidth;
    
    
        if(document.getElementById){
            newheight=document.getElementById(id).contentWindow.document.body.scrollHeight;
            newwidth=document.getElementById(id).contentWindow.document.body.scrollWidth;
        }
    
    
        document.getElementById(id).height= (newheight) + "px";
        document.getElementById(id).width= (newwidth) + "px";
    }
    //-->
    </script>
    
    

    The source of the IFRAME area.

    < IFRAME SRC = "f? p = & I_FRAME_APEX_APP_ID: & I_FRAME_APEX_PAGE_ID.: & APP_SESSION.

    : NO::ROLE: & ROLE. "width ="100% "height ="200px"id ="iframe1"marginheight ="0"frameborder ="0"onLoad ="autoResize ('iframe1'); "> < / iframe >

    A colleague suggested this, and the width is now set properly.  the height is always not to fit properly in the window.  When I set the height to 100%, the default height for pixels, I put in the iframe.

    
    
    
  • Can a single application cause a different content for different viewers?

    My application needs content customized for 3 types of viewers. Depending on the type of Viewer, the content moves slightly so they can see the type of content that they are intended for.

    Is it possible to create a log in when the application is launched DPS app can determine the type of user and launch content planned for this viewer only?

    Thank you very much for reading and support!

    -Addy

    You can do with a business account. Search for "dps limited distribution."

Maybe you are looking for

  • There is no section on the interface of firefox tools to stop the pop ups. So how can I stop them

    almost all the sites I use I get a message from firefox this site is not approved. It keeps popping up again and again. If I add an exception he continues to appear again and stop using some sites. He says that the site has no license to date, howeve

  • How to get Skype calls to overlay full-screen games in windows 10

    Hi.Here is my problem: in Windows 10, while I'm in a game session full screen, if someone calls me on Skype, instead of a small window centered to answer the call on the current game I get a black screen. In windows 7, it wasn't the case, I could jus

  • M30 keyboard unresponsive

    Salvation; My keybord Satellite M30 works very well until the system restarts. I can't go to setup (F2) or boot options (F8)but once that XP starts loading the keyboard no longer responds.This medication else seems OK.I just do a fresh install and it

  • HARD drive error message appears on my Satellite C

    I received the following message a week ago, it says error on the controller on hardisk1.Any solution please? Your HARD drive is SMART failure to predict who monitors the HARD drive, operating status.Your HARD drive is facing a problem and CHIP contr

  • HP Deskjet 1511 all-in-one: paper size custom unsupported: 1511 HP all-in-one

    HELPPPP! The problem... Personalized my paper size: 10.7 x 13.9 cm (close to 4 x 6, but it is not). I need to create the MS Word template so I can print on these fill-in guest: http://paperprovision.com/product/champagne-hors-doeuvres-invite-set/ Her