A Link with parameters to another page in a report

Hi, I need to pass a link to another page with parameter, all in a report - But I can't use the column link because I already use to another link.
Help!!

Hi, I need to pass a link to another page with
parameter, all in a report - But I can't
use the column link because I already use to
another link.
Help!!Why not read the values from the calling page in the new page? They are there and available.. If you call page 2 from page 1, all the items on page one are available to page 2...
Thank you,
Tony Miller
UTMB/EHN

Similar Messages

  • Can't access adobe from my smart phone to use my form created in formscentral I receive an error message that says "unsupported browser". There is a link to download a supported browser but the link directs me to another page that says "browser no

    When I try to access adobe from my smart phone to use my form created in formscentral I receive an error message that says "unsupported browser". There is a link to download a supported browser but the link directs me to another page that says "browser not supported at this time". This happened to me while using my IPhone 5, a friend that uses an IPhone 6, and another friend that uses a Samsung Galaxy S5. I just need for my employees to be able to access, complete and submit work orders created in formscentral from their phones. I would like to use the data collection feature in formscentral but at this point any suggestions on how to accomplish this are welcomed. Thank you

    Further info - I changed my security settings to allow apps from anywhere, and again tried to install.  I again got an error message
    that the update failed to install, and to contact Customer Support.

  • ADF how can i execute a query with parameters when the page renders

    hi
    i am using ADF web 11g
    i need to execute a query with parameters when the page renders
    thanks

    hello,
    I'm a fan of Java code, I really am.
    But when you use ADF, you decided to move to a more declarative environment.
    So why not do it declarative, the adf way?
    In your pagedef insert a action binding.
    This can be anything, a call to the application module, a call on the iterator(Like executeWithparams, etc.)
    Create an invokeAction in your pagedef and set the condition.
    This example refreshes(Action 2 is execute query) the data.
    First the method binding:
        <action IterBinding="PersoonIterator" id="Execute" InstanceName="LSAppModuleDataControl.Persoon"
                DataControl="LSAppModuleDataControl" RequiresUpdateModel="true" Action="2"/>And the invoke action
        <invokeAction Binds="Execute" id="refreshData"/>This always refreshes the data on page entry, but anything is possible, you can set condictions for the invokeAction.
    -Anton
    PS Yes I know that pagedefs become backing beans in the end and yes that is Java code, but if you wanna play the ADF way, the goal is the reduction of Java code and the increased performance of declarative programming.

  • Download link with parameters.

    I've created a generic download function that takes a couple of parameters. The function works but now I'm trying to find out how to provide a download link that has the parameters filled in based on some page items.
    Page items:
    P38_export_type: The user can select what kind of data to download
    P38_filename: The user can provide a filename
    What I've tried is to create a button: Redirect to URL
    #OWNER#.download_my_file?p_application_id=&APP_ID.&p_filenaam=&P38_FILENAME.&p_functie=Statistiek&p_parameter1=&P38_EXPORT_TYPE.
    Although this creates a link, the parameters are filled on page load. This is to early, I need the values at the time the button is pressed.
    Any ideas how to do this?

    Hi thanks,
    In the meantime I figured out something similar.
    function my_redirect ()
      redirect(html_GetElement('P38_OWNER').value+".download_my_file?p_application_id="+html_GetElement('pFlowId').value+"&p_filenaam="+html_GetElement('P38_BESTAND').value+"&p_functie=Statistiek&p_parameter1="+html_GetElement('P38_SOORT_EXPORT').value);
    } I struggled a bit with the owner value before I decided to put it in a hidden field. Passing it as a variable is a better idea.
    It seems that accessing the item values can be done in several ways.
    redirect or location.href=URL ? any preference?

  • Trying to use form or dynamic link with parameters in a portlet

    I have created a dynamic page and published it as a portlet. The dynamic page is my own customization page for a chart.
    Ont he same page as the portlet I have the chart I want to customize. I have tried defining the form action as the page itself with the extra custom parameters in the url and I have tried just building up a url and callong that url (if we have a link on the chart names that is what happens and it works). However, it doesn't work.
    It should read (and does when I use a javascript alert): http://ogg:7777/servlet/page?_pageid=134,148&_dad=portal30&_schema=PORTAL30&_mode=3&city=Berlin
    but instead using a form it reads:
    http://ogg:7777/servlet/page?city=Berlin
    and using the link building method it reads:
    http://ogg:7777/servlet/
    What is happening to the link in either case? Why is it being altered? I've left the form action blank and also tried hard coding the URL but still get the same response.
    null

    We are doing something similar with our own customization form and the report it affects on the same page. We will also be doing the same thing with charts in the future. It took a great deal of trial and error, but we finally have a technique that works (even if it isn't ideal).
    1. The following is entered in your form in the "On successful submission of a form, execute this PL/SQL block or PL/SQL procedure" (this will retrieve your parameter value from your form and then call the page your form and report (or chart) are on):
    declare
    hv_myvariable varchar2(2000);
    l_store portal30.wwsto_api_session;
    begin
    -- Note that you have to add the 'A_' in front of your form field name!
    hv_myvariable:=p_session.get_value_as_varchar2(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_MYVARIABLE'
    -- call the url of the page
    go ('http://host:node/servlet/page?_pageid=65&_dad=portal30&_schema=PORTAL30&_mode=3&myvariable='&#0124; &#0124;hv_myvariable);
    end;
    2. The following is entered in the report's "Additional pl/sql code- Before displaying page" to retrieve the parameters from the url:
    portal30.wwv_name_value.replace_value(
    l_arg_names, l_arg_values, p_reference_path&#0124; &#0124;'.myvariable',
    portal30.wwv_standard_util.string_to_table2(get_value('myvariable')));
    3. At this point, the process should work, but it will clear out your form fields when you refresh your page. To prevent this, enter the following for the default value of your form field:
    portal30.wwpro_api_parameters.get_value('myvariable','FORM_MY_FORM')
    Let me know if this works for you or if you have found other ways to accomplish some of these things. If anyone else can show us a better way to do this or any other useful techniques, we would greatly appreciate the help!
    null

  • Link to anchor in another page?

    I'm trying to link to an anchor in another page, as opposed
    to the same page. Is this possible? Can I do it using a hotzone
    instead of text?
    I found this but it seems to only want to link to an anchor
    on the same page -
    http://www.uwec.edu/HELP/Dreamweaver8/lnk-target.htm
    Any help much appreciated.

    Yes it is possible.
    In the properties dialog insert the page containing the named
    anchor into the link edit box.
    At the end of the link add #anchor name.
    For example:
    link:
    index.htm#anchorname

  • Link to Anchor on another page DW Mac CS4

    In GoLive when I clicked on the pointer to go to another page, it showed a list of anchors on that page. Is there a way to do this? Alternately I could have two pages open at once and click from the text on one page directly to the anchor on the other with the pointer.
    Problem is that with the tabed pages I cannot open two pages at once. Is there a way to open two pages next to each other instead of tabbed?
    Bob Harris
    [Email address deleted by moderator]

    In GoLive when I clicked on the pointer to go to another page, it showed a list of anchors on that page. Is there a way to do this?
    No. Several GoLive people have asked the same question. You can't do it in Dreamweaver. If you think it's an important feature that you would like to see added to a future version, file a feature request here: http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.
    Alternately I could have two pages open at once and click from the text on one page directly to the anchor on the other with the pointer.
    I doubt if that would work.
    Is there a way to open two pages next to each other instead of tabbed?
    You can turn off the tabbed interface in the Mac version of Dreamweaver by selecting the General category in the Preferences panel. Deselect the checkbox labelled Open documents in tabs.

  • Hyper Link With Parameters

    I have an display item on Page 1, which is a link.
    In the default box of its attributes I have
    @a href="f?p=&APP_ID.:197:&SESSION."@@font color = 'Red'@My Text@/a@
    In the post I have replaced the < and > with a @
    This works perfectly well
    What I would like to do is when the link is clicked, go to Page 197 and set the Search field to equal a value from Page 1.
    ie, where :P197_SEARCH = :P1_TEXT
    Can I put this in the link ?
    Gus

    Hello Gus,
    Yes, you can - http://download-uk.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28550/concept.htm#BEIJCIAG
    Regards,
    Arie.

  • JSF and links with parameters to restore jsf page state

    Hi,
    I've been developing a forum using JSF. It's going to be something similar to the one we are just using.
    If a user, while browsing forum, find something interesting he should have a possiblity to copy URL form his browser and give it to his friend.
    The URL should contain all necesary parameters to restore a same view (a subpage of a forum etc) a first user had. What's best approach to do it ?
    Say, I have a few AJAX components on a forum page, how can I restore their states ? What's even more interesting how can I generate add parameters to URL in a browser ?
    I've found a good solution for my problem:
    [http://ocpsoft.com/prettyfaces/]
    "PrettyFaces is an OpenSource extension with enhanced support for +JavaServer
    Faces+ - JSF 1.1, 1.2 and 2.0 - enabling creation of bookmark-able,
    pretty URLs. PrettyFaces solves the "RESTful URL" problem elegantly,
    including features such as: page-load actions, seamless integration with
    faces navigation, dynamic view-id assignment, managed parameter
    parsing, and configuration-free compatibility with other web frameworks"

    best approach would be http://www.phpbb.com/ :-)
    seems crazy going to all that hassel, phpbb is so simple, infact a lot of jsf forums such as primefaces [http://primefaces.prime.com.tr/forum/] use phpbb, as you can have your fourm up and running in no time
    Edited by: pNev on 3 Meith 2010 00:38

  • Execute ViewObject with Parameters at JSF Page Load?  JSF/ADF/BC 10.1.3

    This 'should' be a simple problem, but I'm not seeing an answer, no doubt because I'm not searching for the right thing.
    I have a page that has a grid populated by a view object that has a couple of named parameters. I have the values stored for the parameters based upon actions the user has already taken before they navigate to this page. I need to pass the parameters to the view object and open the query up without any user intervention, preferable before (or at) page load.
    I see I can drag an 'ExecWithParams' from the data control pallette, but it looks like it would default to having the user enter the parameter values, which is what I'd like to avoid.
    In a previous life I had events available like 'OnCreate' where I'd put code like this, but I'm still learning to think in JSF/Java.

    Ok, now I see how it's supposed to work. Pretty straightforward if you know where to look. It raises another question for me though...
    In my process, I've got the user logging in, at which point a series of user preferences are extracted from the database. My first thought was to store them somehow in the users' session, but I didn't see a way to do that, so I created my own implementation of it with a bunch of getter/setter methods, inside the data model of the project. Unfortunately, I can't see a way to surface them without putting them in the ApplicationModule and adding them to the client interface. In the interim, I came across some utilities methods (written by Steve Muench and Duncan Mills) called ADFJSFUtils and JSFUtils. In the JSFUtils there's this method:
    void storeOnSession(String key, Object object) {
    FacesContext ctx = getFacesContext();
    Map sessionState = ctx.getExternalContext().getSessionMap();
    sessionState.put(key, object);
    I assume it's designed to work in the ViewController project (since I haven't been able to call it from my Model project) .
    This has been a long way to ask: What's the best/recommended way to store variable values for the users' session is a way that I can access them for binding to view objects (as you described above)? I'd love to just implement the storeOnSession right in my appplication module, but it lacks the context, apparently.

  • Problem to create a link with parameters using a PL/SQL function body

    Hi everybody,
    I need some help to create a link on a SELECT statement.
    I have a region report with type "PL/SQL function body return SQL query".
    I would like to use a link using HTML tag <a href>.
    I know how to do the link, but I don't know to pass a parameters in <a href> statement.
    Always I tried it doesn't work well.
    My PL/SQL anonimous block is, (just with link) :
    DECLARE
    q vARCHAR2(4000);
    BEGIN
    q:='select     "INDICADOR"."NRINDICADOR" as "NRINDICADOR",';
    q:=q||'     "INDICADOR"."DSINDICADOR" as "DSINDICADOR",';
    q:=q||'''<span style="font-weight:bold;">';
    q:=q||'''||TO_CHAR("TOTAL_INDICADOR"."VL_INDICADOR", ''999G999G999G990D00'')||''</span>''';
    q:=q||' as "VL_INDICADOR",';
    q:=q||'     "TOTAL_INDICADOR"."VL_META" as "VL_META" ';
    q:=q||' from     "TOTAL_INDICADOR" "TOTAL_INDICADOR",';
    q:=q||'     "INDICADOR" "INDICADOR" ';
    q:=q||' where "INDICADOR"."NRINDICADOR"="TOTAL_INDICADOR"."NR_INDICADOR"';
    RETURN q;
    END;
    Thanks for any help,
    Alessandra

    Your code is in a default value for an item, right?
    You need to make sure :P33_YEAR is not null and handle the error in the PL/SQL if it is.
    How is P33_YEAR populated? do you pass it in? check to see if it is making it there..
    Message was edited by:
    Bill Carlisle

  • For some reason, when ever I click on a link to go to another page in an existing page like facebook or YouTube, I'm taken back to my main startup home page

    I cant navigate inside firefox.... this page here has been the only place that my mouse will take me to any new page... when I try to go to different links inside any of my normal sites, like facebook or youtube, if I click on any link inside them I am taken back to my main home page.... I also can not single click open any of the icons next to the firefox name at the top left of my screen, history, bookmarks, tools, none of those work unless I hold my mouse button down and then scroll down to what I need... I have cleaned my mouse, and it works fine on my husbands comp, and works fine offline on mine... it is only in firefox that I seem to be having a problem... what can I do?

    If it works in Safe Mode and in normal mode with all extensions (Firefox/Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit)
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Javascript to add "Specify Open Preference" dialog when linking with "Go to a page view"

    Hi, all!
    We're needing to file a brief with the Court.  Within our .pdf brief, we link to exhibits and transcripts.
    For the exhibits, we hyperlink using "open a file," because going to the first page of the exhibit is fine.  Here, after selecting our file, we're given the "Specify Open Preference" dialog, where you can either (a) go with the user's setting, (b) mandate opening the link in the same window or (c) mandate opening the link in a new window.  This is perfect -- we always want a new window.
    However, for the transcripts, we need it to go to a particular page, so we use "Go to a page view."  This works fine, except that it ALWAYS and ONLY goes with the user preference.  We want it to ALWAYS and ONLY open in a new window, so the Court can close the destination and be in the same place in the Source doc.  I realize they can set their preference or use "return to previous view," but we can't really communicate that.
    Is there a javascript -- or a plug-in we can purchase -- or anything -- that will somehow allow us to fix "Go to a page view" to open in a new window?
    Thank you so much for your thoughts and help!
    --ak

    After creating a "Go to page view" type link you can go back end edit it and specify how you want the other document to open:
    I realize this is a bit tedious, but that's how it's done.

  • Linking a footer to another page on your Master page?

    I would like to have a Terms and Conditions link, along with some others that are all on the bottom footer of the Master Page. How do I create this and link it? Do I have to creat child sites under each page I make and link to it some how?

    1. In your Master page create the text "Terms and Conditions".
    2. Place the text in your footer area.
    3.Select the text and check the "Footer" radio button to assign the text as a footer. (located on the top tool bar)
    4 Select the text and link it to the Terms and Conditions page you created. (locate the box beside the word "Hyperlinks:" on the top tool bar, select the box and drop down will appear with all the pages you created, select the page and the text will be linked to that page.)

  • Embedding Crystal Reports with parameters in web page

    Hi,
    I have created a sample report file and configured it with a parameter field. On embedding this report file in the web page, as expected I am prompted to enter value for the parameter. After entering value and clicking OK, CrystalReportViewerServlet delegates the call to the custom JDBC connector implementation which is the data provider. However, the web page doesnu2019t show the retrieved resultset but shows a page with some text like this:
    {"update":{"children":[{"children":[
    {"args":{"curPage":1,"numPages":"1"},"cons":"bobj.crv.newSelectPageControl"},{"args":{"searchText":""},"cons":"bobj.crv.newSearchTextControl"}
    ],"cons":"bobj.crv.newToolbar"},{"args":{"displayDrilldownTab":true,"initTabIdx":0},"children":[{"args":{"isMainReport":true,"label":"Main Report","viewStateId":"1"},"children":[{"args":{"content":"\r\n 
    On debugging I could see, that the parameter value from the prompt is correctly passed from the CrystalReportViewerServlet to the custom Connector (i.e., the sql query is updated with the parameter value) and the connector fetches the data also.
    I also tried embedding another .rpt file with few parameter fields configured (where user input values are just passed to the details section of the report for display). However on running this web page also I get the same error.
    Report files with no parameter fields configured are working fine when embedded in web page.
    Any thoughts would be appreciated.
    Regards,
    Ria

    I would take a look at running our simple [sample application |http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/307224d2-3d11-2c10-fe86-d87bab901bee&overridelayout=true]that views reports to see if you have the issue there.

Maybe you are looking for