Pass the value of the item to another page of link

Dear,

I would like to pass a value of item to another page.
I use:
http://xxxxx:7777/pls/apex/f?p=200:46:80254239052108::NO::P46_TEST,P46_TABLE:#LABEL#,&P56_HW
# is wel #label moves to the next page but no P56_HW.

Could someone help me?

THX.

Celio

Hello

You are missing the point in the end, it should be & P56_HW. (with the full stop), which is part of the syntax of substitution.

See you soon

Ben

Tags: Database

Similar Questions

  • passing the value of the item to another page

    Hello!

    I have a few questions while passing the value of the item to another presentation page and page refreshes.

    I have a page (page n ° 2) with more areas where users can fill data in some articles (text box, popups,...), then I have a region report report and button to enter a new item. When users, click the button is it redirects to another page (page no. 21), where the user enters the values to other elements (popup, text box,...) then I have 3 buttons on this page ('Cancel', "create one", "create an and create another") and now I don't know how to handle the button ' create a. Action for the button "create one" I want is that when button "create one" is clicked in a table (in my DB) should be inserted some values of page 2 and certain values on page 21, then users should be redirected to page 2, where you can see everything that you see before the user has clicked 'enter a new element button' (so all the values in the elements of the page 2 must be visible) + in this report in the region must be updated (so you can see the inserted elements on page 21)

    I hope you understand what I mean and you can help me. And sorry again for my English.

    Kind regards
    Dragan

    You can create a collection and use it in this way:

    IF apex_collection.collection_exists ("YOUR_COLLECTION") = TRUE THEN
    apex_collection.delete_collection (p_collection_name-online 'YOUR_COLLECTION');
    END IF;
                             
    apex_collection.create_collection (p_collection_name-online 'YOUR_COLLECTION');

    -Value added to the collection
    apex_collection.add_member ("p_collection_name-online 'YOUR_COLLECTION', p_c001 => ' value to save");

    -get the value of collection
    Select C001 in apex_collections where collection_name = "YOUR_COLLECTION";

    Go through this link to learn more about the collections http://docs.oracle.com/cd/E17556_01/doc/apirefs.40/e15519/apex_collection.htm

    OR

    as you say if its only id you want to perform, then simply create an item hidden in your page 2 =>: P2_ID_SO, then capture the value in your 2 page deal and use it in page 21.

    -Manu

  • Copy the value of the item to another page of the apex in a field

    I have a main table and adds a new button.

    In my master table, there is a client code.

    If I press this button again, I will be referred to another form on another page where I can create log files.

    For the moment, I have to insert the client code in this form.

    How is it possible to copy the customer ID, if I press the new button in the main table, if this customer code (value) will be copied

    in another article on my other page?

    Hello

    What version of APEX are you using?

    Solution for this should be simple.

    Just edit the button element. Assign it "Action when the button is clicked" "redirect to the page of this application.

    "Then set: Set on these elements ' with the name of the target element and the 'with these values" with the name of the source element.

    The same works also for reports. But instead of the nom_element, you must add the column name as: #COLUMN_NAME # for 'with these values.

    Concerning

    J

  • How can I move these indicator and the control to another page?

    How can I move these indicator and the control to another page? I page Kontrol and those on Installningar page, move!

    Or I want to hide them Kontrol page, how can I do

    Thank you

    Hi q8.

    move: select the controls, move them out of the container tab, drag them into the appropriate page of the tab container

    Hide: Terminal controls (!) right click, select "hide"...

  • Run the report to PL/SQL with the branch to another page

    I have an application which, at various times, I run a PL/SQL procedure to perform an action, and then we must run a report while also navigating away from the current page. The actions are performed on a button click.

    I tried several methods, but for the life of me cannot get the system to do the two things (ie. run the report and the direction to another page). I tried to put in page 0 (to be executed after the treatment on the click of a button) a branch with a request line to print the report, followed by a branch to the other page (also to run after the treatment on the button click) - and only the branch page 0 runs in fact. Also tried a branch to the other page only, with the print in the request parameter request - but only runs the report, do not create a branch to the other page.

    I also tried to put the call to run the report in the PL/SQL code, using utl_http.start_request (url), but that came with a "Bad Request" error. Also tried to use the owa_util.redirect_url call, but also no chance.

    I'm pulling my hair out at this time, especially because I am under pressure to get the system in very short time.

    Any suggestion would be appreciated.

    You can run queries report of their URL (f? p = & APP_ID.: 0: & SESSION.: PRINT_REPORT =)

    So one approach would be to
    The button click, call a JS function which

  • 1 use the Ondemand/recall process in order to perform the processing workflow (file selection box)
  • 2 open the report in a popup (from your IR page)
  • 3 redirect leaves the IR page to another page?
    ------
    Another approach:
  • 1. IR report submits the page
  • 2. in the PLSQL block, you do the treatment
  • 3. the branch redirects to a URL that would point to the report URL.
    OR
  • 3. do you have a JS onload which runs only when demand is demand for BUTTON and opens a page that points to the report.
    ------

    Still another way is to use htp.p in PLSQL block which made the treatment of workflow
    So your code PLSQL

    BEGIN
      --Do the workflow processing here
      --End workflow processing
      htp.p('');
    END;
    
  • An undeclared as global element value can be used in another page?

    4.2.1

    Hello

    If I have an P1_Select element that is a selection list. When the user selects a value, it runs a classic report in the same page that has a hyperlink to another page. When the user clicks on the hyperlink, it opens a new page that has a report and will use the value of P1_Select.

    My question is can I just use this value as a variable binding to Page 2? Or should I pass this value to an item hidden in two page when you set the link on the column of the report?

    The element P1_SELECT maintains state on several pages?

    Thank you
    Ryan

    When you set an item session state value and move to other pages, you can use this value.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • Passing a value of item to another page via the button set to redirect to the page

    Hello

    I'm new to APEX and I develop an application to manage Oracle database user accounts.  I have a (8) page that has text elements for the user name and the database name.  I have a submit button (this works very well) who deliver... the ALTER USER statement to reset his password and unlock the account.  I have another button that if:

    1. get the value of username - P8_USERNAME
    2. assign to an element of application - FIND_USER_IN_DB
    3. redirect the page application - page 11

    The issue is that FIND_USER_IN_DB does not get filled and page 11 which is a simple report with the following query:

    SELECT *.

    OF valid_db

    WHERE username =: FIND_USER_IN_DB;

    How to achieve this?

    Thanks for your help.

    Steve

    A page redirect is actually nothing more than the rendering of an anchor tag or call apex.navigation.redirect. The link provided by these is generated when the page is rendered. Thus, when the page is rendered (in charge) and P8_USERNAME session state is NULL, then the link will be an empty value. There is nothing sad about the fact that when you change the value of the element on a page that session state will not change automatically and it's just about understanding session state.

    Let's say that you will present the session before the redirection if status point. Would it change anything? N ° the link, as I pointed out, has already been made, and no substitution of session state not be made on a redirect.

    You'd better be off by submitting the page via the button instead of a redirect. This will set the session state of your object to the desired value. You can then use a branch to redirect to the correct page setting the value of an element whose state of session of P8_USERNAME. You can even choose to use a process or a calculation to set the value of the application instead of by a link element, so that you can keep the application not manipulable by the user element.

  • Passing the value with coma inside to another page

    Hi all, need your help.

    I have trouble to clarify how to pass value with coma to another page.

    For example, I have a P2_NAME field: with the current value: Test, name

    When I'm passing this on page 3 I get only from Test. I do not understand why, but I do not know how to deceive the APEX?

    var url = ' f? p = & APP_ID.:3: & SESSION.: NO::P2_NAME: "+ $v ('P3_NAME');

    Window.Open (url, "name", "height = 600, width = 800, toolbar = no, directories = no, status = no, menubar = no, scrollbars = no, resizable = no, modal = yes");

    Thank you very much

    Andrei

    Hello

    This might help

    2.5 understanding URL syntax

    List of values of the element used to define the session state in a URL.

    Item values cannot include settlers, but may contain commas with backslashes.

    To change a comma in a value element, place the characters with the backslashes. For example:

    \123,45\

    Kind regards
    Jari

  • Passing parameters from one page to the OFA to another PAge of the OFA

    Hello

    I was wondering, if there is a possibility of passing parameters to the request from one page to another page in EBS (eBusiness Suite).
    I tried to use the following

    (a) PageContext.putParamater ('MyParamater', 'ParamaterValue')
    (b) I have addded above the line of code by extending a controller on the page of OAF and personalized page

    When I retrieve the value of getParameter() on the next page. I am also unable to access the parameter in the following page.

    I tried the above code while trying to create expenses in the module I have costs... I would like the ReportHeaderId from one page to another page for customization purposes. I am not able to get the ReportHeaderId in the ReviewPAge... There is no Business Objects in the review page... try the idea of putParameter.

    Any help will be much appreciated

    Thank you

    Yes, the value will remain unless the root AM is released or remove you it with oapagecontext.removeTransactionTransientValue ("myParam");

    Glad to hear it works for you! Also, please mark your messages as helpful or correct answers as it will help others.

    Thank you
    LC

  • Passing a value of ITEM to another page (java popup)

    I have an interactive form that displays data based on query.

    For example.
    Page 1
    Select a, b, c from test1;

    element of a, b, c values would be P1_a, P1_b and P1_c, respectively.

    I created a link to c field. When I cliicking on the link up a window
    and redirecting to another page.

    I then run a separate application on the new page 2 as follows.

    Select x, y, z with x = test2: P1_a;

    The problem is nothing is displayed and no error no is shown. The pop up successfully
    to get up, but no data is displayed.

    How to pass the: P1_a value of page 1 on page 2 for the query to work?
    I have to explicitly set it elsewhere? I thought that this is already done.

    Thanks in advance for your time,
    ANON

    Published by: Anon on August 17, 2009 19:56

    Try to use a collection. This always works for me... simple and neat.

  • How to manage the attribute date, passing the parameter from one page to another

    Hi friends,

    I want to spend attribute data from one page to another page-

    I'm passing as below, in the log window jdev I get error below.
    String StatusUpdateDate = row.getAttribute ("StatusUpdateDate");
    params.put ("StatusUpdateDate", StatusUpdateDate)
    Error (121.50): incompatible types. found: java.lang.Object, required: java.lang.String


    Suppose that I'm passing as below, while moving from one page to the other, I am getting error in the application below
    String StatusUpdateDate = row.getAttribute("StatusUpdateDate").toString)
    Date of update of State - Houston-25009: failed to create an object of type: oracle.jbo.domain.Date with value: 26-MAR-2009

    Please you can suggest me how to handle this error.


    Thank you and best regards,
    Vandenplas

    Hello

    Vandenplas

    you're right, this method is to launch error, which is why I got, bcz timstamp is also not implmenting Serializable interface, is there he throwing error at run time

    u just go this way

    another page of request-Destination page Controller-Process-

    Add a new line below the following line

    DATE StatusUpdateDate = (DATE) pageContext.getTransactionTransientValue ("StatusUpdateDate");

    String stringStatusUpdateDate = StatusUpdateDate.toString ();

    and also in your AM CODE

    change your method like this

    public void testselection (String Name, String Email, String product, the string, String StatusUpdateDate)

    hope this will solve the problem

    thanx

    Pratap

  • Set the value to the field on another Page

    Hello

    I'm still a little new to this, through forums, that I managed to learn a lot of things. But I met another difficulty. I have

    I created a form in LiveCycle with two pages. On page 1, the fees are calculated by multiplying Field1 * Field2 and by adding the value of another. I managed to accomplish this with the following code:

    This.rawValue = Field3.rawValue + (Field1.rawValue * Field2.rawValue)

    As I said, that seems to work.

    To Page 2, I have a drop down list with five options. In the object > value tab I checked specify point values but has not changed a thing. If the value of the option range from 1 to 5.

    When option 5 is selected I want to set a value for a field that is Page 1. I tried with the following script:

    If (this.rawValue = 5) {}

    Page1.positionedSubform.field3.rawValue = 149;

    } else {}

    Page1.positionedSubform. Field3.rawValue = 0;

    }

    I'm now writer at all, but it seems to work somehow. Not that I want to :-).

    When I saw the PDF that it auto sets the value of Field3 and the drop to 149 field.

    I want to first Field3 on page 1 to 0 by default (entered in the object > field value tab 3) and set it to 149 if you have selected the option with the value of 5 in the drop down list on page 2.

    Any ideas?

    (Sorry for the bad explanation, don't know how to explain it better is if)

    Hello

    Did you use the calculate event in the drop-down list? If so, move the script to the output of the dropdown event.

    Niall

  • To access the APEX_COLLECTIONS on another page

    Use: APEX 5

    One of my app pages (Page 12), I have a dynamic action that calls upon request AJAX callback process.

    The code of the dynamic action has the javascript call:

    var arr_f01 = [];

    () $("input[name='f01']:checked").each

    function() {}

    arr_f01.push ($(this).) Val());

    });

    (apex). Server.Process

    "Lines Checked process."

    {f01: arr_f01},

    {the data type: 'text',}

    Async: false,

    success: {function (pData)}

    $s ("P12_SELECTED", pData);

    }

    });

    The recall AJAX process is:

    Controlled process lines

    declare

    l_f01 varchar2 (2000);

    Start

    APEX_COLLECTION. () CREATE_OR_TRUNCATE_COLLECTION

    p_collection_name = > 'TEST_COLLECTION');

    l_f01: = ";

    delete from lrg_symptoms_select;

    because me in 1.APEX_APPLICATION. Loop G_F01. Count

    insert into lrg_symptoms_select values (APEX_APPLICATION. G_F01 (i));

    l_f01: = l_f01 | APEX_APPLICATION. G_F01 (i) | «, » ;

    end loop;

    APEX_COLLECTION. ADD_MEMBER)

    p_collection_name = > 'SPLIT_SYMPTOMS ',.

    p_c001 = > l_f01);

    Select c001 in: l_f01 of APEX_COLLECTIONS where collection_name = "TEST_COLLECTION";

    HTP.PRN (l_f01);

    commit;

    end;

    I have 2 questions here:

    1. After this process, I call a modal dialog (Page 9) page at the click of a button. The modal dialog box is to have an area of report that is supposed to display the data of this APEX_COLLECTION

    Select c001 in APEX_COLLECTIONS where collection_name = 'TEST_COLLECTION';

    But I get the following error

    Failed to parse the SQL query:

    ORA-00933: SQL not correctly completed command.

    How can I access the collection on the page of the modal dialog box?

    2. the value of the page (P12_SELECTED) in dynamic action element is not visible in the session state.

    The value is displayed on the page but when I check it in the session, it is null. Also when I pass this value to another page, it is delegated to as NULL.

    How to set the value of page element in the session?

    Thanks in advance

    Hina

    844372 wrote:

    Update your forum profile with a recognizable username instead of "844372": Video tutorial how to change username available

    I have 2 questions here:

    1. After this process, I call a modal dialog (Page 9) page at the click of a button. The modal dialog box is to have an area of report that is supposed to display the data of this APEX_COLLECTION

    Select c001 in APEX_COLLECTIONS where collection_name = "TEST_COLLECTION";

    But I get the following error

    Failed to parse the SQL query:

    ORA-00933: SQL not correctly completed command.

    How can I access the collection on the page of the modal dialog box?

    Remove the ';' the query.

    2. the value of the page (P12_SELECTED) in dynamic action element is not visible in the session state.

    The value is displayed on the page but when I check it in the session, it is null. Also when I pass this value to another page, it is delegated to as NULL.

    How to set the value of page element in the session?

    Set the value of the element in the recall process and use it as the return value:

    :p12_selected := ...;

    I can't integrate it in your code because I don't understand. Why the TEST_COLLECTION is created and used in a query, but the data added to the collection of SPLIT_SYMPTOMS?

  • How to pass the variable to bind page ADF view object

    Would appreciate your help on this.
    Set up a view with a variable binding object: param1 in where clause.
    I want to pass the value of the variable to link from a page of the ADF (.jspx)

    I know that one Option using executeWithParams() method binding in the ADF page.
    But, I want to pass a pageFlowScope parameter (which is already set when loading the page) to the variable binding VO, and the VO should also display the results filtered on the page the first time itself.

    Could someone help me understand with a code, how to achieve the same. (Is there a groovy expression to access the param pageflowscope?)

    Thank you

    Published by: user5381160 on August 12, 2010 20:01

    You should also consider dragging operation executeWithParams on your workflow and of wiring to occur before your page instead of in the definition on the page itself - so it is more clear what is happening and is the approach recommended for 11 g applications. When drag-and you - drop operation, you can use the dialog box bind the parameter to your page flow - scope variable by providing the good EL there.

    There is no expression Groovy in the model layer to access the workflow variable scope page (which is in the controller layer) because this would violate the separation of concerns inherent in an MVC application.

    John

  • "Print" key requires a second click to print after changing the presence of another page for visible

    I have trouble getting a "print key" executing the two lines of code.  I need to make the second page in a printable form and then print, it makes page 2 visible but then when the print dialogue box appears only one page is page 1.  Can I get to run one after the other in one click?  I played with the pre-press, and no luck there.  Page2 is set to hidden again on the postPrint which works very well.

    I created a very simple version of this problem, 2 pages, page 2 has the value hidden on initialize.  On page 1 is a button with only this code to the click event:

    event: click

    Pg2.presence = "visible";

    XFA. Host.Print (1, "0", (xfa.host.numPages - 1) m:System.NET.SocketAddress.ToString (), 0, 0, 0, 0, 0);

    And she still only page 1 in the print dialog box, even if on the insight behind this pop-up window, I can see that the document now has 2 pages long!  What I'm missing here?

    Thank you

    Try this:

    Pg2.presence="visible";
    var MyDoc = event.target;
    var pp = MyDoc.getPrintParams();
    var fv = pp.constants.flagValues;
    pp.flags |= (fv.setPageSize);
    pp.pageHandling = pp.constants.handling.none;
    MyDoc.print(pp);
    

    Let me know if all of the settings of your printer still work with that (including printing annotated, as you set it to false and the default value true).

    Kyle

Maybe you are looking for

  • Why icloud is not restoring all my pictures saved on the new iphone 6 s

    I just bought a new iphone 6s, I backed up iphone 5 in the icloud, when I restored it on my new phone, only about 470 on more than 1300 photos restored to my new Iphone 6 s, can someone tell me why this happened?

  • Music and transfer

    You can use transfer with the music so that you can select the devices to listen to the same song?

  • Turner

    My ipad is off, how do I reboot it

  • HP Envy laptop m6-1125dx: no audio device found

    Hello! I just refreshed my phone cause it was slowing down and that it would be properly closed when I press the close button and could restart instead. After the update, my laptop is not any audio device detected when before I refreshed the laptop,

  • a thin blue line

    a thin blue line suddenly appeared in the center of my computer Tips to get rid it please.