How to use Combobox to direct link

Hi all, how can i use combobox to direct link in adf. For example: I have a list of value with combobox, when i selected "Page A" ---> go to Page A, selected "Page B" ----> go to Page B
Thanks

Hi,
How about using a menu model instead of a combo box? Check out this example : Oracle JDeveloper 11g Release 2 Tutorials - Creating ADF Menus for Page Navigation
-Arun

Similar Messages

  • How do I create a direct link to a page in the secure zone?

    How do I create a direct link to a page in the secure zone? Right now I have a menu link to the "member-news" page, which is secure. When clicked, the link goes to the member login screen. Upon login, it drops the user onto the default login page.
    I want the "member-news" link to allow the user to log in and continue onto the "member-news" page without stopping at the default login page.
    Is this possible?

    What program are you using?

  • How to use RFBIBL00 as direct input in LSMW

    Can any one Please help how to use RFBIBL00 as direct input in LSMW ? How should be structure Same level or subordinate level as I will be having single text file ?
    I have around 15 fields with me
    BKPF
    STYPE     C     1
    BLDAT     C     10
    BLART     C     2
    BUKRS     C     4
    BUDAT     C     10
    XBLNR     C     10
    WAERS     C     3
    XPRFG     C     1
    XMWST     C     1
    BSEG
    STYPE     C     1
    NEWBS     C     2
    DMBTR     C     10
    KOSTL     C     10
    SGTXT     C     10
    PRCTR     C     10
    NEWKO     C     10
    MWSKZ     C     2
    Thanks and Regards
    Guru

    Hi,
    look testabap RFBIBLT0, which creates testfile
    A.

  • How to use Remote key for linking two repository

    Hi,
    I have a challenge like not to repeate common tables like Company_code,Currency,Vendor name,customer name across all repositories.
    Is there any way I can use 'Remote key' to link different repository.
    I can create a Main table with all common attributes required across the repository but want to know how I can connect it to different repository.
    For example to get company-code in Vendor table , how can I link Company-code main table(customized) in another repository may be thru 'Remote key'.
    Going thru java api route is not prefffered for the sake of simple solution.
    Appreciate your help in providing any idea and detail steps for the process.
    -regards, Reo

    could you confirm the name and the existence of this file "IOMM_20121213_060736.csv" ?
    same error like:
    http://www.oracle-base.com/articles/9i/external-tables-9i.php
    if the load files have not been saved in the appropriate directory the following result will be displayed.
    SQL> SELECT *
      2  FROM   countries_ext
      3  ORDER BY country_name;
    SELECT *
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file Countries1.txt in EXT_TABLES not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1Edited by: Fran on 10-ene-2013 23:32

  • Poor Speedgrade performance using premiere's Direct Link

    I am having a problem grading my project in Speedgrade using Direct Link from Premiere.
    My project is in total 7min 30sec long consisting of MP4 video from my Canon T5i/700D. Video had a slightly higher bitrate (CBR) than usual (1.4 maybe?). In premiere I have done a bit of stabilizing using after effects (warp stabilizer) and denoising (magic bullet denoiser II) . All of these I used the 'replace with after effects composition' option. These shots make up about 1/6th of the total sequence. All my project files are located on my SSD (I thought moving them there would help. It doesn't). worth noting I am also using a custom LUT designed for CineStyle which I'm using on my canon.
    My problem is the speed. It's not even a little slow. It's unusable. Let's say I select midtones and want to up the offset a tiny bit. I click the slider and slowly move my hand up. I then have to wait around 10 - 15 seconds for speedgrade to even start recognising the change. If I let go the mouse it means I have to wait again a long time to change it once again. It's the same for all the other sliders (color temp etc.)
    I've grown to like using Speedgrade for color correction but now it's taking far too long. What should take around 20 seconds per clip is taking around 5 - 10 minutes. Also as a result my correction and grading is gotten pretty bad (it wasn't that good to start off with). Restarting it doesn't help as it's just as slow when it starts as an hour later.
    Is anyone else experiencing this problem? Any ideas?
    As I'm in a bit of a rush with this project I'm going to try just do the grading in Premiere. I've never done grading in the CC version of premiere, so is there any new color tools someone could recommend?
    Thanks.
    Creative cloud: up-to-date as of 13/01/2015
    OS: Win7 pro
    CPU: i7 930 OC'd
    GPU: Nvidia GTX660 x 2 (SLI) Enabled for adobe's engine
    RAM: 32GB 1800DDR4
    SSD: Samsung 840 Pro 512 GB

    Looking through your gear for a quick idea ... it appears you're running twin (separate) video cards? You might try a quick disable of one card, and see if Sg runs better. I suggest this because 1) some computers at some times have had trouble running paired vid cards in Sg and 2) it's a quick & easy thing to test.
    As another thought, I did some denoising on a 2:39 clip in Ae just using its own built-in denoiser, and it ran  s   l   o  w  after that until I did a complete render of it. Even then, any change I made and it was back to   s   l   o   w  motion. When I commented here, I had a couple responses to the effect that denoising is so hardware-intensive that most of the time they left that to the final set of things before exporting.
    Hope there's other responses ...
    Neil

  • How to use object collection with linked objects

    <p>Hi,</p><p>I&#39;m using VS2005 Crystal reports in a c# client app (server has database, but client does not have!). So the use of the objects transfered to the client seemed to me a good solution for showing reports on the client. The objects mostly link to several other objects (properties of type <type> or properties of type [] <type>) and the links are correctly configured in database assistant.</p><p>But: Whenever using one of the linked fields, all of the main fields will never show up in the report.</p><p>So, what is the correct way of showing a master / detail report using linked object collections???</p><p> (A small test sample app can be provided upon request)</p><p> TIA</p><p>BP</p>

    What database and connection type are you using? Are you connecting the report directly to the database, or trying to assign the datasource to object data?
    It sounds like you might be trying to use a linked list, collection or other C# construct to pass your data in. This currently isn't supported by the Crystal Reports SDK. You can use a DataSet or a DataTable, and possibly also an IDataReader depending on which version of Crystal Reports you're referencing in your project. Of course you can also connect directly to the database, even if the database isn't on the same machine as the application.
    The way to show master records with detail information is through the use of subreports and linked subreport parameters. Linked subreports take their parameter value from a record in the main report, so that only the data appropriate to that master record is displayed. The guys over in the [report design|SAP Crystal Reports; forum can help you out with this if you have questions on the specifics.

  • How to use PDF files with links to other PDF Files

    How to use a PDF file with links to other PDF files that have been transferred to the same folder

    Are you using a mouse, or a trackpad on a laptop? Either way, your cursor is usually an arrow, right? And presumably it's working/moving MOST of the time, otherwise you wouldn't be able to do anything?
    For example, can you move the cursor arrow to the "Annotate" tool to click on it and go into Annotate mode? If so, can you click on the text tool? If so, does the cursor change to a crosshairs? At what point can you NOT move the cursor around the screen?
    Matt

  • How to use combobox to filter datagrid in Flash Builder 4?

    Hi,
    I've been working through the TestDrive application with Flash Builder 4 and I would like to learn how to filter a datagrid using a combobox.  I've googled the subject and results for many different versions of Flash, some which look like they will take a considerable amount of time to implement.  I'm hoping with Flash Builder 4 there is a straight-forward way to do this without writing pages of code.
    I think I may be close to getting this working by passing the combobox value into a PHP script which queries the database with a WHERE clause.
    Thakns,
    David

    I was able to get the data returned from a PHP call into an array by placing the following in the service result handler:
       public var myEmployeesArray : Array;
       [Bindable]
       public var myEmployeesDataProvider : ArrayCollection;
        myEmployeesArray = mx.utils.ArrayUtil.toArray(event.result);
        myEmployeesDataProvider = myEmployeesArray[0];   //data provider for the datagrid
    Not certain how to use filterfunction yet though.  I started to read this page but need to work on it more: http://cookbooks.adobe.com/post_Using_the_to_ArrayCollection_s_filterFunction-5441.html
    I'd like to filter only one field in the ArrayCollection.
    Also, for anyone else who may be learning while reading this, I found the following page helpful in figuring out how to load the PHP service return data into an array:
    http://www.cflex.net/showFileDetails.cfm?ObjectID=415
    David

  • How to use preprocess​or directives (#define) in C++ header file with LabVIEW 8.2

    I have a C++ header file that contains around 2000 preprocessor directives:
    #define MEM_1   0xC
    #define MEM_2   0xD
    #define MEM_3   0x18
    I want to be able to "access" these memory offsets by identifier name (MEM_1) in my LabVIEW program like I would in a C++ program.  I do not want the overhead of parsing through the header file and storing all the offsets into an array or similar structure. 
    I've written a simple Win32 console program to return the memory offset given the identifier (see code below), and created a DLL to use with my LabVIEW program.  In the console program, you notice that I can call a function and pass in the identifer name, and get the offset back correctly:
    getOffset(MEM_1);
    In LabVIEW, I was hoping to be able to pass in the identifier (MEM_1) but was unsure what datatype to use.  In my C++ code, I defined the parameter as an int.  But in LabVIEW, I can't enter in MEM_1 as an int.   Can someone advise on how to do this?  Or if there is an alternate way to use #define's from external code inside LabVIEW?
    #include "stdafx.h"
    #include "scrmem.h"
    #include "stdio.h"
    void getOffset (int var);
    int _tmain(int argc, _TCHAR* argv[])
     getOffset(MEM_1);
    canf("%d");
     return 0;
    void getOffset (int var)
     printf("The address of MEM_1 is %x", var); 

    kaycea114 wrote:
    Hi,
    Where do you think I should use the string? 
    The way that getOffset is currently defined in the DLL, I have to connect an integer input into the LabVIEW function.  This prevents me from entering in: MEM_1 as the input to the LabVIEW function.
    Are you suggesting that I change getOffset to receive a String parameter ("MEM_1")?  Does that mean I need to do a string compare (line by line) through the header file to get the offset?  It seems like doing this search through the header file would degrade performance, but if that's the only work around, then I'll do it.
    Please advise.
    Well, what you want to do is indeed entering a string and getting back the assigned integer. That is what the C preprocessor is doing too although there it is done only once at the preprocessor stage of course and not at runtime anymore. But LabVIEW is not a C preprocessor.
    What you did so far seems to be to define getOffset() that accepts an enum that needs to be created from the C source code to then return the assigned constant. That's of course not very helpful.
    And writing a VI that could parse the C header file and create a name/constant array is really a lot easier than doing the same in C. You don't even need to parse the file each time again, but can instead cache them in an uninitialized shift register (LV2 style global).
    Even more easy would be to create from that data a ring control using property nodes and save it as custom control and voila you have the most direct lookup you can get in LabVIEW and it works just as comfortable as using the define in C code. It would mean that you need to seperate your header file possibly into several different files to only get related constants into the same ring control, but that is easily done.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How to use Spry validation with link styled submit buttons..??

    I'm working with a theme package that comes with a bunch of button styles that work with basic links.  For example:
    <a href='page.html' class='small-button smallblue'><span>Button Label</span></a>
    I've got a basic form setup with Spry validation, but the submit button needs some styling to make it look nice with the site.  Since there are already styles ready for me to turn links into buttons I figured I'd use the same thing for my submit buttons.
    To accomplish that, I'm using the following javascript...
    <script type="text/javascript">
    function submitForm() {
        document.getElementById("form_name").submit();   
    </script>
    And then I'm updating my submit button to something like this...
    <a href='javascript: submitForm()' class='small-button smallblue'><span>Button Label</span></a>
    When I do this, the form submits as expected, but the Spry validation doesn't work.  Is there a way I can make the Spry stuff work with these types of buttons?  I know I could create separate styles for the submit buttons themselves, or I could use an image type button, but I'd really like to figure out how to get these existing styles to work for me since the theme already has so many of them done for me.
    Any information on this would be greatly appreciated.  Thanks!

    Save yourself a lot of trouble and style the normal submit button as per
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css">
    <style>
    .Standout {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 16px;
        background-color: #CC0000;
        font-weight: bold;
        border-style: none;
        padding-top: 6px;
        padding-bottom: 5px;
        padding-right: 64px;
        padding-left: 64px;
        letter-spacing: 1px;
    .Standout:hover {
        background-color: #000000;
    </style>
    </head>
    <body>
    <form action="" method="get" name="myform">
      <span id="sprytextfield1">
      <label for="text1"></label>
      <input type="text" name="text1" id="text1">
      <span class="textfieldRequiredMsg">A value is required.</span></span>
      <input name="input" type="submit" class="Standout">
    </form>
    <script>
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["blur"]});
    </script>
    </body>
    </html>
    Gramps

  • How to use a Global database link

    i try to create a global database link through two databases MZFB et MZF14952.
    the MZFB database is installed under the machine MZFXPDESK
    the MZF14952 database is installed under another machine SUPPORT1
    i execute this code
    CREATE DATABASE LINK dbl_14952_5
    CONNECT TO BELGA_5          
    IDENTIFIED BY mypwd
    USING 'MZFB'
    select * from dba_db_links
    OWNER      DB_LINK      USERNAME      HOST      CREATED
    MZF14952     DBL_14952_5.CORP.MYCOMPANY.COM     BELGA_5          MZFB                    02/14/2007 14:17:21:000
    select * from global_name
    DBL_14952_1.CORP.MYCOMPANY.COM
    select * from [email protected]
    => ORA-02019: connection description for remote database not found

    zafadm,
    as Leonardo pointed out you should refer to the db link by it's name - '@dbl_14952_5'. The USING clause expects a full address or an alias that refer's to your tnsnames.ora file on the local server (SUPPORT1) where an entry would exist with that alias. You can bypass the tnsnames.ora file by supplying the full address in your create database link statement, ie;
    create database link dbl_14952_5
    connect to  BELGA_5
    identified by "password"
    using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=host_ip)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=MZFB)))';Update the statement with the ip of the remote (MZFXPDESK) server.

  • How to use saprk textArea TextEvent.link

      Hello
      I had a question . I used Saprk textArea   .
    I want to catch TextEvent.link ..but is not work...Please help me....
       private function init():void
       // Util.showAlert("TalkMsgPage","dd");
        textArea.addEventListener(TextEvent.LINK , onhandleLink,true);
        textArea.textFlow.addEventListener("yourSelfEvent",clickAHander);
        textArea.selectable = true;
       private function clickAHander(event:FlowElementMouseEvent):void{
        Util.showAlert("TalkMsgPage","ddd");
       private function onhandleLink(e:TextEvent):void
        Util.showAlert("TalkMsgPage","dd");

    zafadm,
    as Leonardo pointed out you should refer to the db link by it's name - '@dbl_14952_5'. The USING clause expects a full address or an alias that refer's to your tnsnames.ora file on the local server (SUPPORT1) where an entry would exist with that alias. You can bypass the tnsnames.ora file by supplying the full address in your create database link statement, ie;
    create database link dbl_14952_5
    connect to  BELGA_5
    identified by "password"
    using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=host_ip)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=MZFB)))';Update the statement with the ip of the remote (MZFXPDESK) server.

  • How to use html pages as links on portal

    Hi,
    I have uploaded some html files in KM.
    Now i want to create an iview and add these uploaded html files as hyperlinks in that iview.
    Can i know the solution for these?
    Awaiting for your respose.
    Regards,
    Raju

    Hi buddy,
    from your initial question, i guess you need to display a page which has multiple links to various pages which you have uploaded in KM.
    So what you can do is, create another html file which link in it.
    <a href = "some_html_file.html">Page1</a>
    <a href = "some_html_file.html">Page2</a>
    <a href = "some_html_file.html">Page3</a>
    <a href = "some_html_file.html">Page4</a>
    Some_html_file.html should point to the corrrect file(s) in the KM directory. Now save the new file which you have created (the one with links) in the KM directory and create a KM Document iView for this page and assign it to a role, and assign the role to the user and test.
    Thanks,
    GLM

  • Using xml or direct link servlet

    If customers >1000 access the datas in the same time.
    Using GRPS OR CDMA network,
    we should choose xml transactions data or servlet ?
    thanks
    [email protected]

    I think, you are confusing the techniques a bit (or didn't I get the point?).
    You can use Servlet and XML technology at the same time. XML transaction means that you are sending and receiving data in XML format (which is a self describing format). A servlet is a server add-on (like a PERL script), which allows you to receive, process and send data.
    But with J2ME try to use WBXML (WAP Binary XML) instead of plain XML. It will reduce the size of the data streams and possibly the size of the MIDlet.

  • How to use pdk-struts-html:link

    i have a portlet,
         <pdk-html:link href="/StartEhrpHrj.do?targetGroup=Hrj1030MInfDtlGroup">
                   xyz
    </pdk-html:link> </td>
    but no link,why

    Hi,
    It is not an issue with the tag. Look at the docs for the struts html:link tag; the pdk-html:link tag is intended to replace this tag and not the regular HTML anchor tag.
    Good luck,
    Hernando
    hjbconsulting at comcast dot net

Maybe you are looking for

  • Mini display to VGA weirdness - need help connecting to CRT

    Hello, I am new here and recently purchased a Mac Mini (2011, 2.3 Mhz i5 model). I am probably in the vast minority as far as monitor choices go, as I am using a NEC FE2111SB CRT monitor. 20" viewable, looks good or better than most LCDs, so I see no

  • Crashing on minimize or close

    InDesign crashes every time I minimize or close. So I can't open more than one file at a time : (

  • Mysql query not getting all the results, works fine in php

    Hi All, I have a slightly big query which works fine in php getting 400 results but in java I get only 14 results when I traverse through resultset. Here is the query (select t1.to_uri as inv_to_uri, t1.sip_to as inv_sip_to, t1.sip_callid as inv_call

  • Not delivered error when sending photos via messages-photos being received

    When using messages on iPhone 5 to send photos, I receive a not delivered error but the recipient tells me it has been received. I have tried turning phone off/on, signing out of messages on all devices then signing back in. Still occurring. Any idea

  • EQUALIZER APP! Causing Possible Issues..

    I have Used EQ for Quite some time Now But there have been allot of People Complaining about how the App is Going Down the Hill Even though the Developer has tried to Update it to solve the Bugs in it.. This is an app as i said i Really Like for one