Links and PopUp Links in a Report

Hello:
I am trying to use Denes Kubicek's example of how to add a link to a SQL statement used to create a report and by doing so have the link call a Popup.
[http://apex.oracle.com/pls/otn/f?p=31517:24]
The example that I have is:
SELECT return_link_fn (2133, 'P2133_TIME_PERIOD_ID, P2133_MANAGER_PERSON_ID', TIME_PERIOD_ID||','||L1_MGR_PERSON_ID) LINK,
TO_CHAR(T2."FIRST_DATE" ,'DD-MON') "FIRST_DATE",
T1."TIME_PERIOD_ID" "TIME_PERIOD_ID"......
When I click on the GO! link on the calling page, I get this error
Unexpected error, unable to find item name at application or page level.
Error      ERR-1002 Unable to find item ID for item " P2133_MANAGER_PERSON_ID" in application "140".
However when if I turn on DEBUG then it works! If I turn off DEBUG I see the popup page, with the data for the two parameters.
I have also tried the return_link with just either one of the parameters P2133_TIME_PERIOD_ID or P2133_MANAGER_PERSON_ID and each works fine each time.
So, I must be doing something wrong in trying to run the "return_link" part of the statement with two parameters - any ideas as to what to do?
Thanks,
John

Yes, the larger the number of rows the more processing overhead. In this case:
http://htmldb.oracle.com/pls/otn/f?p=31517:27
of 40.000 rows it doubles the processing time. I tried adding a function based
index on the column but it doesn't seem to help - I get the same results.
Denes Kubicek

Similar Messages

  • Linking and de-linking of Oracle tables

    Hi,
    Does anyone know how to link and de-link Oracle database from MS Access please? (programmatically)
    I have made a form in MS access. For example. say there is a button when user click on in, it will insert the data from access into Oracle table.
    In a simple way, the button just for transfer data from table 'A' (in Access) or records into table 'B' (in Oracle).
    Therefore, how do you connect a table in Oracle from ms access programmatically. It means in vb code and how do you de-link it so it will reduce the lag time.
    At the moment, I can connect link tables from Oracle into ms Acces using the link tables and setup the ODBC connection. However, I want to use this setup the connection & calling the table with codes in ms access (vb).
    For Example: (however, this code doesnt work but maybe I am getting there)
    So if someone can help me, it would be great.
    Dim strCon
    strCon = "Driver={Microsoft ODBC for Oracle}; " & _
    "CONNECTSTRING=(DESCRIPTION=" & _
    "(ADDRESS=(PROTOCOL=TCP)" & _
    "(HOST=MYCOMP)(PORT=9876))" & _
    "(CONNECT_DATA=(SERVICE_NAME=testing))); uid=user;pwd=password;"
    Dim oCon As Database
    Set oCon = WSCript.CreateObject("ADODB.Connection")
    Dim oRs As Recordset
    Set oRs = WSCript.CreateObject("ADODB.Recordset")
    oCon.OpenRecordset strCon
    Set oRs = oCon.Execute("SELECT * FROM employee")
    cheers

    I think I am in the right forum, the only thing is that I don't know in which category that I belong to. Is there a topic about access & Oracle in this forum?
    Basically, I can connect link tables from Oracle into ms Acces using the link tables and setup the ODBC connection. However, I want to use this setup the connection & calling the table with codes in ms access (vb).
    For Example: (however, this code doesnt work but maybe I am getting there)
    So if someone can help me, it would be great.
    Dim strCon
    strCon = "Driver={Microsoft ODBC for Oracle}; " & _
    "CONNECTSTRING=(DESCRIPTION=" & _
    "(ADDRESS=(PROTOCOL=TCP)" & _
    "(HOST=MYCOMP)(PORT=9876))" & _
    "(CONNECT_DATA=(SERVICE_NAME=testing))); uid=user;pwd=password;"
    Dim oCon As Database
    Set oCon = WSCript.CreateObject("ADODB.Connection")
    Dim oRs As Recordset
    Set oRs = WSCript.CreateObject("ADODB.Recordset")
    oCon.OpenRecordset strCon
    Set oRs = oCon.Execute("SELECT * FROM employee")

  • Output Link and Command link problem

    I have this command link that I want to redirect to a certain url, a complete one with the Http://www.webpage.com.. and its value is Goto This Page..
    lets say I want it to pass through a certain backing bean before redirecting how am i supposed to do it...?
    before it was this simple:
                   <h:outputLink  value="http://www.wepbage.com">
                        <h:outputText value="Go to this page"/>
                   </h:outputLink> but this could says that the action attribute is not valid for an outputLink..
    thanks in advance.. :)

    Here's the stack trace but i can't seem to find which particular thing is causing this..
    16:30:33,921 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet
    threw exception
    java.lang.IllegalStateException: Cannot forward after response has been committe
    d
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationD
    ispatcher.java:313)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDis
    patcher.java:301)
    at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatc
    h(ServletExternalContextImpl.java:415)
    at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspV
    iewHandlerImpl.java:234)
    at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:
    352)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
    at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(Exte
    nsionsFilter.java:92)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
    at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(Exte
    nsionsFilter.java:92)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
    at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(Exte
    nsionsFilter.java:122)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
    lter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:178)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
    yAssociationValve.java:175)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
    torBase.java:432)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
    e.java:74)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:664)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:527)
    at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWor
    kerThread.java:112)
    at java.lang.Thread.run(Thread.java:595)
    here's the bean
    public void link(){
             HttpServletResponse response = (HttpServletResponse) FacesContext.getCurrentInstance().getExternalContext().getResponse();
             try {
                  searchController.setNewSearch(true);
                  response.sendRedirect("http://www.shipserv.com");
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
         }

  • I installed FoxTabs and it seems to have removed all of my Links and Organized Link pages I had set up with FastDial. How can I get my FastDial back?

    FoxTabs looked pretty cool and I was interested in using it, but I didn't expect it would remove all of my FastDial information that I have built up over the past 5 years!
    I would still like to do this, but I really need the FastDial pages restored, I have links I do not even remember and would be hard pressed to even come close to restoring what seems to be lost. It still shows FastDial as an installed add on, but it doesn't open to it. Please help!

    is it compatible with Firefox 5.0 ??

  • Link and De link of the two incident tickets.

    Hi Experts,
    Issue as below.
    Example we have two incident tickets as 1001 and 1002 . We can navigate from one ticket to another ticket by Document flow enabling.
    We have done the requirement but the problem is this is working fine only when we come out of the crmd_order and re enter the incident and assaign or delete the document flow functionality.
    Suppose we linked  incident 1001 to 1002 and it navigates to incident 1002 . in the same session while de linking , it is not de link to the incident 1001. When we come out of the incident 1002 and re enter in crmd_order then if we perform the de link, it's working fine.
    Regards,
    Lakshma.

    ans not found.

  • FireFox 4.0 won't access some PDF links and Flash Links

    When going to this web site I just see the URL at the top "Go to this web site", and the content field below is white page which never populates. When I go to the website http://deuxave.com/menus and click on one of the Flash button links for one of the menu type selections, nothing happens.

    Thanks for your response, the thing is I don't want the end user to have to go through these steps in order to be able to see my pdf file as it renders in older versions of Firefox.
    What I've noticed is the use of buttons and interactivity is not been rendered, so it doesn't even show up in the page. The drop shadows applied within InDesign are also not been properly render by the browser, making the background of the image surrounded by dark background.
    I have temporarily fixed the problem by getting rid of my drop shadows and using regular hyperlinks on text instead of interactive buttons.
    Hope this issue gets fixed, since interactive pdfs is widely used today.
    Thanks

  • Adding email links and web links????

    I am looking to make a wdding invitation on DVD using Final Cut or IDVD or I Movie? can anyone tell me how to add an email link or a way to add embedded web links that if someone inserts this dvd into their computer they can click and it will open their default email software and automatically RSVP via email, or perhaps get directions to the church, hall etc on Mapquest? can someone help or can anyone come up with an alternative idea?
    thanks Jeff

    Feff:
    Wellcome to the forums !
    Search (it's working again!) for DVD@ccess feature in DVDSP forum and in DVDSP USer Manual.
    http://discussions.apple.com/search.jspa?objID=f952&search=Go&q=dvd%40ccess
    As you'll find in the forum, it's quite limitated.
    Hope that helps !
      Alberto

  • My Links and External Links wont work on my page. Using Dreamweaver CS4

    I have followed all the instructions for adding external links to my website using Dreamweaver CS 4.  I cannot click on any of the links in the body of my pages, even on my sitemap page my internal links dont work.  Any suggestions would be greatly appreciated as I have looked online for a resolution to this problem and not finding any new information.
    Thanks,
    diamndlady

    Hi,
    please copy my source code from my for you made test side, where I offered my solution wiht both options:
    http://www.goldschmiede-blumberg.de/li.html
    ... or better, I'll do it for you,here it is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Inserted Links</title>
    </head>
    <body>
    <ul type="disc">
      <li><a href="http://www.50states.com/" target="_blank">50 States and Capitals page:</a></li>
      <li><a href="http://www.thisnation.com/ " target="_blank"> An online History of the United States:</a></li>
      <li><a href="http://www.besthistorysites.net/"> Best history sites: a comprehensive listing of a variety of history subjects from ancient times to current history:</a></li>
    </ul>
    <p>or:</p>
    <ul>
      <li>50 States and Capitals page: <a href="http://www.50states.com/ ">http://www.50states.com/</a> </li>
      <li> American Government and Politics online: <a href="http://www.thisnation.com/">http://www.thisnation.com/</a></li>
      <li>
        An online History of the United States: <a href="http://www.smplanet.com/imperialism/toc.html">http://www.smplanet.com/imperialism/toc.html </a></li>
    </ul>
    <p> </p>
    </body>
    </html>

  • Form report with both edit and column link

    hi experts,
    How can we create form report with both edit and column link. Ie, the form should have both the Edit link and column link. When we click on the edit link(in page1) it should go for the page2 and the page2 should display the corresponding row fields which should be editable. but when i click the column link it should bring me to the next page but the corresponding values of the column should not be editable.
    Regars,
    KK

    hi,
    Here i have achieved this by making the column link and page navigation.

  • How to remove connect and workbook link after pressing Save as,Print,Export

    I have to remove the connect link and workbook link which appear AFTER pressing Save as,Printable Page,Export in a discoverer viewer report. I had already removed the link in the report itself with changing the uix files, but after pushing the link for export, save as or print the link Connect and Workbook still appear.
    I know that I have to change something in UIX Files, but which one and what I have to change...? Have anyone an idea? Thanx for fast reply, it´s a urgent problem.
    in addition: In metalink,otn and google were no solution...

    If the tone really is a single (or at least narrow band) frequency like the picture shows, I'd try the Notch Filter on the Audition/Effects/Filter and EQ menu.  It might take some playing around to get the exact frequency and tweak the amount of cut you apply vs. the effect it will have on surrounding frequencies--but if you can get the right balance, you can then easily apply this to the whole of every file.
    Sorry, can't help on the Premiere Pro question since I only use Audition.

  • I used to open, bbc radio 2, with a left click on the 'listen' tab? this now longer responds, I have to now right click the mouse button and open link in a new tab? whats wrong

    I used to be able to open BBc Radio 2 via the 'Listen' link with a left click of the mouse button, this nolonger works, I now have to right click the link and 'open link in a new tab'
    I must have disabled something?
    If you can help then please make it easy for me to understand.
    Thanks
    Regards
    Rj

    2 Solutions found in [http://support.mozilla.com/en-US/questions/791244]
    the user cor-el has a method that does not require any add-ons. He States
    This code in userChrome.css will move "Open Link in New Window" to the top of the context menu.
    <pre>@namespace url("<a href="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul</a>"); /* only needed once */
    #contentAreaContextMenu &gt; * { -moz-box-ordinal-group: 2; }
    #context-openlink { -moz-box-ordinal-group: 1 !important; }</pre>
    the user jay_ff shows how to do it using the Menu Editor Add-on
    1. Install the Menu Editor add-on from https://addons.mozilla.org/en-US/firefox/addon/menu-editor/ .
    2. After the installation, go to Firefox> add-ons (or simply use Ctrl+Shift+A)
    3. Go to the Menu Editor "Options"
    4. In the "Main context menu," simply grab the "Open link in New Tab" and place it below the "Open Link in New Window"
    5. and Voila! You may also change other menu options if you want to!
    I tried jay_ff method first and found that indeed changing the Main Context Menu did cause the hotlink context menu to change as well.

  • How to Hide Catalog and New link fron BI

    Hi,
    I want to Hide Catalog Link and New Link Option form the navigation bar that appear in top right corner of BI. How would i achieve this
    The purpose of doing this restrict users from creating new analysis and also not able to view folders inside shared folders

    Check in Administration->Manage previleges->Home and Header
    ~ http://cool-bi,com

  • Logoff and personalise link on custom portal home page

    Hi,
    I have created a PAR file in NWDS for Portal home page. In that i have created a header and a hover dropdown menu.
    I want to add a logoff link and personalise link on it. i have tried to add the link using tag library <frm:logOffAnchor/>. bt this doesnt help.
    please help.
    Regards,
    Rahul Doshi

    did you reference html tags library for this? If no look at portal masthead par file to get information.

  • Luakit and magnet links - "Unable to load page"

    Hi,
    I've got luakit with working magnet links handling, but there's one annoying issue. Everytime I open magnet link luakit opens transmission and goes to  "Unable to load page" page. Is there any chance to disable this behaviour? It also spawns new tab to execute transmission. It would be nice to make it "more in the background".
    webview.init_funcs.magnet_hook = function (view, w)
    view:add_signal("navigation-request", function (v, uri)
    if string.match(uri, "^magnet:") then
    local cmd = string.format("%s %q", "transmission-gtk", uri)
    luakit.spawn(cmd)
    return false
    end
    end)
    end
    Thanks in advance.

    Also try changing your code to the following and it'll open magnet links and mailto links using xdg-open. * Note I haven't really tested this, as I have been modifying the webview.lua file.
    webview.init_funcs.navigation_request_decision = function (view, w)
    view:add_signal("navigation-request", function (v, uri)
    if string.match(string.lower(uri), "^magnet:") then
    luakit.spawn(string.format("%s %q", "xdg-open", uri))
    return false
    elseif string.match(string.lower(uri), "^mailto:") then
    luakit.spawn(string.format("%s %q", "xdg-open", uri))
    return false
    end
    end)
    end
    Edit: Any queries about luakit should probably be directed to its main thread in Community Contributions. The project isn't particularly active but occasionally the devs check there.
    Last edited by zoqaeski (2014-06-03 17:00:44)

  • Displaying active and inactive links in a table.

    Hi all,
    I'm trying to display active links and inactive links in a table.  The problem that I have is that the inactive links are grey, I would like them to appear like normal text in a textview.  From what I understand, I can't have two different celleditor types in the same column, so there goes that idea.
    Does any one have any suggestions on how I may be able to display this intermixing?

    Hi Michael,
    you're right, as for now there is only one cell editor assotiated with one column, probably in near future that won't change.
    Maybe you should try to change the stylesheet of your application?
    Best reagrds,
    Christian

Maybe you are looking for

  • ABAP HR - New status/sub-status update in Appraisal forms

    Hi Abapers, As of now the program is generating status/sub-status using FM's: HRHAP_C_NAME_READ_D_STAT and HRHAP_C_NAME_READ_D_STAT_SUB. and generating appraisal forms in tcode: PHAP_ADMIN_PA. Now I have added status/sub-status and date fields in sel

  • Can't Open iTunes Booklets

    Hi, I just purchased a cd that has an interactive booklet (Ry Cooder's My Name is Buddy) I can't open it. I've followed the iTunes "Help" and enable Flash. I've tried Preview and Adobe Reader to open what is labeled as a PDF. Preview just says it can

  • Format changes from one computer to another.....how come?

    Just bought a new laptop.......I have been doing all my editing on the computer at home without a problem......all clips are saved in MPEG and everything works fine.....(ultimately posting them all on YouTube).  As I needed to get a new laptop anyway

  • Upload File Callable Object (GP)

    Hello, I want to create a process where a user: 1 - Fills in a form 2 - Uploads a file using the "Upload file" callable object 3 - Another user receives a workitem with the data from the form, and the file. I know I can use attachments, but I want to

  • How can I connect Iphone 6 to mac book pro?

    Hi, I am trying to connect my iPhone 6 to Mac book pro (I want to download some music from my computer) but it does not work, I can not synchronize it... Could you help? Thanks