Apex 4.2 passage value between one point and another page

I have a page where I accept a start date and date as the end parameter
its source, which I put it as a preference or point of application

Now, in the other page, I have referred to jasper...
so it's the first page... I'm not able to access the start_date tends in another page
start_date and end_date

Start_date shows like null
Am confused on what element of preference and application
Where will we use preference as a source type.

Example again
page 103
p103_start_issue - preferenec
p103_end_issue - preference
A button named other page
The other page
When I call report jasper I pass the value of the parameter as: p103_start_issue and: p103_end_issue
But the real value is zero for fields...
How can I acess the real value...
Do I have to use the point of application. ? I tried the point of application as the source type, but always the same question.

Thank you

Am confused on what element of preference and application
Where will we use preference as a source type.

A Page element is the shortest way duration to store session state variables. Page items are usually (but not always) deleted when entering or exiting a page. They are usually used to store a value that changes most of the time that you enter a page. Page items are also usually mainly by the code on this page. This does not mean that the other pages cannot or will not use, but access from other pages must be controlled so that they are not reference an element of page of a different pages after the page cache has been cleared.

Application parts are data that are changed or are intended to be viewed by several pages. Application parts are not deleted unless an end of session or a specific call to make them disappear.

Preferences are data that are intended to be stored and retrieved to specific users for several sessions. Diary of an app and back in and the data is always available.

That said, from your description of the problem, I suppose that the cache page 103 has been erased and erasing the page element values. I think you should use a part of the application of what you have posted.

Tags: Database

Similar Questions

  • Set the value from one point to another element at run time

    Hello

    I use APEX 4.2

    My question is on the same page, we form another, I create two region region html

    I'm filling out the form and press on create button then the value created by primary key must be in

    page HTML element area (whereas it only displays in editable form mode)

    I want after click on create region html button get refreshed and value should appear displaying the only element of the page

    any idea?

    Thank you

    go

    Hi, go,

    I modified your page, I just created the sub process of PL/SQL after the presents.

    Start

    Select empno in: P3_EMPNO from emp where ename =: P3_ENAME;

    END;

    It assigns the value to point P3_EMPNO and session as well. Initially the P3_EMPNO point value is not inserted into the session.

    Please check and let me know.

    Thank you

    Lacombe

  • Copy the value from one point to another element

    Hi all

    I have a few items of data selector and a check point, now I want to copy the value of the element selector data for other transmissions of data selector by clicking on the chechbox, an example of javascript?


    Thank you

    Deep

    Deep,

    So the objective is to copy a single date field in several date fields? try this out...

    
    

    See you soon,.

    Janet Tyson

    Published by: Tyson Janet on April 20, 2009 14:05

  • Select a number of fields between one area and another

    Hello

    Is it possible to do a SELECT to show a number of fields of one field on the other.
    without writing all the fields one by one?

    For example, I have a table with the fields:

    EMPLOYEE TABLE:

    ID_EMPLOYEE NAME PHONE CAR AGE MARRIED

    and I want to just do a SELECT that shows only the NAME to the AGE fields, but I don't want to
    write to SELECT it all the fields one by one.

    Is this possible?

    Thank you very much.

    Sorry for my English is not very good.

    Selim wrote:
    HI, use the function below to get a list of the names of columns between 2 columns in a table

    Or something similar to SQL...

    SQL> ed
    Wrote file afiedt.buf
    
      1  with t as (select '&table_name' as tn, '&min_col_name' as min_col_name, '&max_col_name' as max_col_name from dual)
      2      ,cid as (select min(column_id) as min_col, max(column_id) as max_col
      3               from  user_tab_columns, t
      4               where upper(table_name)=upper(tn)
      5               and   upper(column_name) in (upper(min_col_name),upper(max_col_name))
      6              )
      7  --
      8  select ltrim(sys_connect_by_path(c, ','),',') as cols
      9  from (
     10        select row_number() over (order by column_id) as i
     11              ,column_name as c
     12        from   user_tab_columns, t, cid
     13        where  upper(table_name)=upper(tn)
     14        and    column_id between min_col and max_col
     15       )
     16  where connect_by_isleaf = 1
     17  connect by i = prior i + 1
     18* start with i = 1
    SQL> /
    Enter value for table_name: emp
    Enter value for min_col_name: job
    Enter value for max_col_name: comm
    old   1: with t as (select '&table_name' as tn, '&min_col_name' as min_col_name, '&max_col_name' as max_col_name from dual)
    new   1: with t as (select 'emp' as tn, 'job' as min_col_name, 'comm' as max_col_name from dual)
    
    COLS
    -------------------------------------------------------------------------------------------------------------------------------
    JOB,MGR,HIREDATE,SAL,COMM
    
    SQL>
    

    which could just as easily be turned into a function.

    Of course, it is usually fast enough just to do a describe on the table statement in SQL * more and use the copy/paste and a quick insertion of «,»

  • How to make the tool pen show a guide of my line from one point to another

    I need help on how to change my tool pen where it will show an overview of my lines from one point to another. When I draw the line I place two points and then the line appears. How I do to where the line will follow my mouse pointer and then I select the second anchor.

    Maybe check your preferences > selection & anchor display > enable the rubber band for: pen tool

  • How to animate an element from one point to another with Create.js?

    Hello

    I want just to animate an element from one point to another.

    But the components are moving and animation, which is not much help.

    I saw this code on the page of create.js - createjs. TweenJS.get (Logo) .to ({x: 500}, 1000)

    But I can't seem to do anything to my instance of Logo.

    Any help would be appreciated!

    Kind regards and thanks in advance.

    This should be:

    createjs. Tween.get (this.) Logo) .to ({x: 500}, 1000)

  • How to get the points of contact between the points and polygons

    Hi ~

    I am
    work based on Oracle 11 g and
    looking for a way to get points of contact between the points and polygons.

    For example, I have two data STORE (point) "and"(polygon) ROAD"and each store must have a contact point or points of contact for the nearest road.

    I know what the closest route is using SDO_NN, but I don't know hot to get the point of contact.

    Please let me know hot to do ~

    Thank you.

    If you have the point and its nearest road, you can find the contact point (ie the store point nearest the road linestring) using SDO_LRS function Project_Pt as follows:

    With route As (
      select SDO_GEOMETRY(3302,NULL,NULL,SDO_ELEM_INFO_ARRAY(1,2,1),SDO_ORDINATE_ARRAY(2.0,2.0,0.0, 2.0,4.0,3.218, 8.0,4.0,12.872, 12.0,4.0,19.308, 12.0,10.0,28.962, 8.0,10.0,35.398, 5.0,14.0,43.443)) as route,
             SDO_GEOMETRY(2001,NULL,sdo_point_type(9,3,NULL),null,null) as store
      from dual
      )
      SELECT SDO_LRS.PROJECT_PT(route, store) as store_on_route
      FROM route ;
    -- Result
    --
    STORE_ON_ROUTE
    --------------------------------------------------------------------------------------------------------
    MDSYS.SDO_GEOMETRY(3301,NULL,NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1,1,1),MDSYS.SDO_ORDINATE_ARRAY(9,4,14.481))
    

    If you don't have a space licence, try using my LRS for users of Locator at: http://www.spatialdbadvisor.com/source_code/214/linear-package-sdo_lrs-replacement

    If this is correct, please give points. (I work for love IE Points not money!)

    concerning
    Simon

  • What is the difference/relationship between a subject and a page?

    Hi all

    I'm not sure of the relationship between a topic and a new page: it seems that a subject can be made up of pages, but when I look at the HTML of the subject, there is no new section (DIV) for the addition of the page.

    Also, not sure about the relationship between the book and the pages/topics.

    You would be grateful if someone could either point of reference material or provide a few clarifying words on that.

    Thank you, Donna

    In regards to the benefits of the pages pointing to topics:

    Placeholders (table of contents Pages) allow a single topic to appear in several places in the table of contents. If the table of contents used directly the subject, each topic could appear only in one place. For example, maybe help is divided into sections, user and administrator, and administrators and regular users can add coordinates to a person in the application. Using a placeholder allows a single procedure to be created (as the task is the same for both users) and then referenced in the two sections of the table of contents.  If the subjects were used directly, two different subjects will have to be created. You can also organize your subjects in a folder structure that suits you and use a different structure in the table of contents.

    The placeholder allows also a display name different be used, for example, if you have a long topic name but want a shorter name to appear in the table of contents, or if the topic appears in several places in your table of contents and you want to focus slightly different in each place, say for different groups of users.

  • 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

  • Value from one report to another report

    Hi all

    I want to retrieve a value calculated based not formula not in the database from one report to another report.is is possible?

    Thank you and best regards,
    Konrad.

    Do you mean to another grid in the same report, or a totally different report?
    If it is an independent report, I don't think that will be possible.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • 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

  • 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

  • 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 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

  • 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

Maybe you are looking for