Item doesn't store value at proper page

Hi, Im using Apex 3.0.1 under XE
An item is not storing the value at point i need.... i'll explain
Got an item on page 1, it stores a value from a sql query. That item named P1 is calculated at a before header computation level on page1. P1 stores its value properly
At page 30 i got an item called P2_X that gets its value from a link column located into a report at page 1. P2X stores its value properly
On same page (30) i got another item called P2_Y. It's value comes form a query where P1 and P2_X are involved. P2_Y is calculated at a before header computation point.
Now, it seems P2_Y doesn't store any value. I wrote a &P2_Y. into a html region of page 30 to check out what value is stored, and there is nothing, it's null.
This is so weird, because i'm recreating an application i've already developed before. At that time i used the exact same logic for calculating those items.
now, is not working.
Do you think i'm missing some step, consideration, mmm... cache issue, calculating point or something?...
so strange...
thanks for your help
fernando

P2_Y needs to have a Source Used value of "Only, ..." if you want the computation-established value to persist on the page.
Scott

Similar Messages

  • Calculated item doesn't show values

    Hi!
    I have created a report in which I'm showing number of vacancies for two different months (depending uopn the values of months selected in the parameter). I have created a calculated item in Desktop that is supposed to give me difference between the values for both months. In other words, this calculated column is supposed to show me if there is any increase or decrease in the number of vacancies.
    The datatype for values for both months is 'number'in the database and I've set it as 'default' in my report...and my report displays them correctly. However, when it comes to the calculated column, no values get displayed. I tried to experiment with the datatype for this column...like set it to 'none', 'default', number etc. But, no success! I tried to experiment with the datatype of the other two columns (values for months) as well...like setting them as 'number', however, this too brings no success!
    I don't think that this has anything to do with the joins as the other sheets in the same workbook display correct data with totals too.
    Can someone help me on this?
    Thanks and regards,
    Aparna
    Message was edited by:
    Aparna

    Hi !
    Let me post my calculations here: I'm giving them here in logical order.
    1) Total = No Female Required SUM+No Male Required SUM+No Mixed Required SUM
    Here 'No Female Required SUM' and the other two are from a table in the database. Puppethead, answer to your question: these three columns are from the same table and thus, form part of the same folder and BA. Their datatype in the db table is specified as 'Number'.
    And this calculation is supposed to give me total of vacancies whether for female candidates or male or for those where no sex is specified.
    Please note that problem persists even if I select 'details' instead of 'sum' as aggregation for all the three columns.
    Please note that I do not directly display this calculation in my report.
    2) Month 1 Vacancies = CASE WHEN ( "Month" = :From month ) THEN Total END
    This is where I reference the Total that I create before. Here I'm also using 'Month' which is created based on a date using Hierarchy functionality in Administrator. From month is a parameter. Thus, the Total that I display should be for the month that the user selects as a parameter value.
    This column 'Month 1 Vacancies' displays correct values.
    3) Month 2 Vacancies = CASE WHEN ( "Month" = :To month ) THEN Total END
    Same logic as calculation no. 2. Please note that this column too displays values correctly. To month is a parameter.
    4) Change = "Month 2 Vacancies"-"Month 1 Vacancies"
    What I would like to see here is the difference (whether positive or negative) between the vacancies for two months. This column is displaying nothing. And that's where the problem lies.
    Please note that all the four calculations are being created in the Desktop while creating the report.
    Could you please advise me?
    Thanks and regards,
    Aparna

  • Redirecting an item value to another page..

    Hi,
    I am trying to auto-populate couple of values on page 2 when I click a button on page 1. Tried setting the item values using the comma separated list and also by re-directing to an url. Hit an issue when the values that need to be set itself contain a comma within itself. Could you let me know if there is any other de-limiter that I can use instead of a comma while setting the item values.
    For instance:
    There is a button on Page 58. When this button is clicked, I should be redirected to page 45 in the application and the values in P58_Name and P58_LocId should be auto-populated in P45_Name and P_45LocId.
    Only when there is NO comma in value of P58_Name, this works fine. But, when there is a comma in P58_Name this is what happens:
    P58_Name = Mickey, Mouse
    P58_LocId = 145
    Once the button is clicked on page 58, the fields in page 45 are auto-populated as below:
    P45_Name = Mickey
    P45_LocId = Mouse
    Will there be a way to use a different de-limiter in the comma separated list? Kindly help.
    Thanks,
    P

    the trouble is that the comma in the item name messes up with Apex URL structure, since it uses a comma separated list of item names and values..
    You can set another item with the escaped value of the item in Javascript using the escape function(builtin)
    escape( $v('ITEM_NAME'))or in PSLQL using APEX_UTIL.URL_ENCODE or HTF.encode functions
    and then refer that new item in the Branch instead of the old one one(with commas)

  • How to retrieve a page item value in another page?

    Hi,
    how to retrieve a page item value in another page?
    say P55_COURSES_TO_EVALUATE is my page item name and it is a select list.Based on the value selected,in the next page i shd show details related to the selected value and for this i need P55_COURSES_TO_EVALUATE value in the next page.How Do I get it?When I try to retrieve the values it simply returns nothing.
    Any pointers would be really helpful.
    Thanks in advance.

    Hi,
    Could you please tell how you try use it ?
    If you set value to item P55_COURSES_TO_EVALUATE and submit page, value is saved to session state.
    Then you can use that item in any page like
    :P55_COURSES_TO_EVALUATEYou can not access page value in javascript/jQuery from other pages like
    $v('P55_COURSES_TO_EVALUATE')
    document.getElementbyID('P55_COURSES_TO_EVALUATE')
    $(#P55_COURSES_TO_EVALUATE)Because item is not in other pages. In javascript from other pages you can use
    var a = '&P55_COURSES_TO_EVALUATE.';Regards,
    Jari

  • Viewer slow while retrieving data while changing value from a page item

    Hi, I am using 9.0.2 to create reports. My end-users are using Viewer to run these reports. Recently, we are experiencing performance problems with Viewer. We have reports with Page Item. Let say a report takes 1 min to run. After running the report if a different value is selected for a page item, it is takes another 1 min to get new data. Whereas, Desktop is not taking any additional time (noticable) for a different value for the page item. Recently, we are experiencing this problem. I thought that it was cache problem in Application server, so we restarted all the pieces in aps server. However, the problem still exists. We are using a materialized for this particular report.
    Any tips would be highly appreciated. Thanks.

    The performance differences can be attributed to the differences in product. Desktop is a client server product. A query executes and ALL data is returned to the desktop. You can manipulate that data in any way and the database is not required. Web (Plus/Viewer) only return the data needed to satisfy the query currently being viewed. If you change a page item, a database call is made to retreive additional/different data.
    In other words this is just how things work. You can alter settings in your prefs.txt file to improve performance in Viewer/Plus. Changing number of rows returned, memory settings, row fetch limits, rows per fetch all can improve/reduce performance.
    As best I know there is not a "magic" setting for these values. It is based on the server/volume of data/workbook content/ workbook layout. etc. Crosstab workbooks are much slower to return data than page -detail.

  • Displaying an application item's value from a page template

    Hello,
    I have an application item 'F50_TEST' and I need to display its value on every page that's using a specific page template. I think I can access data like the APP_USER by using #APP_USER# in the template, but can I access application items that way?
    Thank you,
    Pavel

    Hello,
    In your template, you can use '&F50_TEST.' (notice the trailing dot) to display the value .
    Regards,
    Arie.

  • Application Item doesn't seem to be populated upon page submit

    I have an application item (P_OLO_CODE) which is suppose to be populated by a Page Process (on Submit and Once Per Page Visit) with the given code:
        IF :P27_OLO_CODE != -1 THEN
          :P_OLO_CODE := :P27_OLO_CODE;
        END IF;Once the page process executes, the branch to another page is suppose to execute. The branching page then utilizes the P_OLO_CODE application item in a Computation as part of its Page Rendering. However, it does not seem to be used the first time around. If I go back to the originating page and re-submit the page (after selecting a different value in the LOV to populate P_OLO_CODE), it then seems to work because the page being branched to then displays the report results based on the value that was selected. I'm not sure why it was not used the first time around. Any ideas?
    Edited by: Dishoom on Jan 5, 2010 9:28 AM

    Thank you for the suggestion. It appears that the value is being saved to session state, and the problem seems to be elsewhere. What I'm trying to do is create a dynamic report based on the value selected in the parent page. If the user selects a value, this value populates the Application Item, which is then used in a Computation in Page Rendering on the branched page. The computation takes this value and populates a page item which is used as a lexical parameter in the report region query.
    Example:
    Page Item Name: P63_AND_CONDITION
    Report Region SQL query:
    SELECT UPPER(t1.olo_name) agency_title,
           t1.class_code,
           UPPER(t1.class_title) class_title,
           t1.pay_plan,
           t1.pay_grade_code,
           COUNT(t1.appt_fte) total_employees,
           SUM(t1.appt_fte) filled_fte,
           AVG(DECODE(t2.pay_cycle_code,
                      'UB',((t1.wage_type1_amt_for_pay * 26)/t1.appt_fte),
                      'UM',((t1.wage_type1_amt_for_pay * 12)/t1.appt_fte),
                       0)) avg_annual_rate
       FROM table1 t1,
            table2 t2
      WHERE t1.pos_wk = t2.pos_wk
        AND t2.pos_rate_active_flag = 'Y'
        AND t1.ops_ind = 'N'
        AND t1.employee_type IN ('1','2')
        *&P63_AND_CONDITION.*
      GROUP BY UPPER(t1.olo_name),
               t1.class_code,
               UPPER(t1.class_title),
               t1.pay_plan,
               t1.pay_grade_code   
    ORDER BY t1.class_code ASC, avg_annual_rate)The Computation fires "Before Header" to set the value of P63_AND_CONDITION page item. This page item is used as a "lexical" parameter.
    DECLARE
      v_sql VARCHAR2(2000);
    BEGIN
      IF :P_OLO_CODE IS NOT NULL THEN
        v_sql := ' AND t1.olo_code = '||v('p_olo_code');
      END IF;
      RETURN v_sql;
    END;

  • Item will not fetch values

    Hi all,
    I have a number of fileds on my page that are entered with user-input. Then, I have one hidden-protected field that is composed of 2 concatenated values from another field, so that I can use this field in the automatic row update process.
    However, this composed field does not always (sometimes it does..) fetch the data from the user-input fields, so then month and year are left blank in the composed field and I get an ill formed date (01-- instead of 01-10-2008). A part of the debug shows that the user input fields are filled with data, but the composed field does not fetch the data (see bold parts):
    Debug
    0.01: A C C E P T: Request="CREATE"
    0.01: Metadata: Fetch application definition and shortcuts
    0.01: NLS: wwv_flow.g_flow_language_derived_from=FLOW_PRIMARY_LANGUAGE: wwv_flow.g_browser_language=nl
    0.01: alter session set nls_language="DUTCH"
    0.01: alter session set nls_territory="THE NETHERLANDS"
    0.01: NLS: CSV charset=WE8MSWIN1252
    0.01: ...NLS: Set Decimal separator=","
    0.01: ...NLS: Set NLS Group separator="."
    0.01: ...NLS: Set date format="DD-MM-RR"
    0.01: ...Setting session time_zone to -05:00
    0.01: Fetch session state from database
    0.02: ...Check session 4402719362367456 owner
    0.02: ...Metadata: Fetch Page, Computation, Process, and Branch
    0.02: Session: Fetch session header information
    0.02: ...Metadata: Fetch page attributes for application 21436, page 5
    0.02: ...Validate item page affinity.
    0.02: ...Validate hidden_protected items.
    0.02: ...Check authorization security schemes
    0.02: Session State: Save form items and p_arg_values
    0.02: ...Session State: Save "P5_ID" - saving same value: ""
    0.02: ...Session State: Save "P5_VS_ID" - saving same value: "10"
    0.02: ...Session State: Save "P5_VERBRUIK" - saving same value: "370"
    *0.02: ...Session State: Save "P5_MAAND" - saving same value: "10"*
    *0.02: ...Session State: Save "P5_JAAR" - saving same value: "2008"*
    0.02: ...Session State: Save "P5_USER_ID" - saving same value: "241"
    _0.02: ...Session State: Save "P5_MAAND_OPNAME" - saving same value: "01--"_+
    0.02: Processing point: ON_SUBMIT_BEFORE_COMPUTATION
    0.02: Branch point: BEFORE_COMPUTATION
    0.02: Computation point: AFTER_SUBMIT
    0.02: Tabs: Perform Branching for Tab Requests
    0.02: Branch point: BEFORE_VALIDATION
    0.02: Perform validations:
    0.02: ...Item Not Null Validation: P5_VS_ID
    0.03: ...Item Not Null Validation: P5_VERBRUIK
    0.03: ...Item Not Null Validation: P5_MAAND
    0.03: ...Item Not Null Validation: P5_JAAR
    0.03: Branch point: BEFORE_PROCESSING
    0.03: Processing point: AFTER_SUBMIT
    0.03: ...Process "Process Row of MAANDVERBRUIK": DML_PROCESS_ROW (AFTER_SUBMIT) #OWNER#:MAANDVERBRUIK:P5_ID:ID|IUD
    0.03: Show ERROR page...
    0.03: Performing rollback...
    /Debug
    To compose the P5_MAAND_OPNAME field I do the following:
    Source type: Database column
    Source value or expression: MAAND_OPNAME (name of the db column)
    Default value: '01-'||:P5_MAAND||'-'||:P5_JAAR
    Defaukt value type: PL/SQL expression
    Is this not the right approach? It should work and it does occasionaly, but more often it doesn't...

    Hi Voxie,
    Your approach doesn't work, because you use the Default Property of your item which is evaluated on rendering the page. What you need is a computation which runs right before the insert-process.
    Peter

  • Is there a way to use a shortcut value in the page's header template ?

    Hello everybody,
    we would like to create a page template with centralized information in the database. I tried to use the shortcuts inside the page template, but it doesn't seems it's working, or I'm not using it correctly.
    The only way I was able to use it is by using javascript to instanciate some properties, But I don't like that idea because it means I must edit all the page using that script. I simply want to change the page template and the changes be applied to all the page who are using that template.
    Here is what I want to do :
    <img src="#WORKSPACE#image/logo.png" alt='"MY_SHORTCUT"' />
    IS there a way to have a dynamic substitution variables that I could use in my html object attributes ? (I'm using APEX 3.2)
    Thank you
    Leinad
    Edited by: leinadjan on Oct 2, 2012 8:58 AM

    leinadjan wrote:
    Hello everybody,
    we would like to create a page template with centralized information in the database. I tried to use the shortcuts inside the page template, but it doesn't seems it's working, or I'm not using it correctly.
    Shortcuts are not available for use in page templates. This is something of a pain.
    The only way I was able to use it is by using javascript to instanciate some properties, But I don't like that idea because it means I must edit all the page using that script. I simply want to change the page template and the changes be applied to all the page who are using that template.
    Here is what I want to do :
    <img src="#WORKSPACE#image/logo.png" alt='"MY_SHORTCUT"' />
    IS there a way to have a dynamic substitution variables that I could use in my html object attributes ? (I'm using APEX 3.2)The closest equivalent to shortcuts in this case is probably an application item. Set the value using an application computation or process and reference it in the page template using static substitution syntax:
    <a href="http://myserver.com/htmldb/f?p=100:1:415680519803489:::::" title="&APP_ITEM."> <img src="#WORKSPACE#image/logo.png" alt="&APP_ITEM." /> </a>Not sure that it's necessarily a good idea to use the same value for link <tt>title</tt> and image <tt>alt</tt> text in this case though. What value(s) will be used?

  • Validate an item based on the value of another

    I have two fields on my application, one that determines the type of record I am creating and another that holds the severity. The severity is only required when a certain type of record is created. So a item level validation item doesn't seem to work since the form is not posted yet and it does not know what type of record it is yet.
    Does anyone have any ideas? Ideally I do not want to post the record to the database first.

    Just to put some closure to this, my work around is:
    Put all the Select List (with Redirect) fields first. All the other select lists dependent on them come after obviously, and then all the normal text fields come last. The App can work like that and still present a logical work flow.
    The issue of cleared fields only shows when creating a record, even though all field sources are with Only if Null....I guess they are going back to their original values of NULL when the redirect takes place. Using Select List (with submit) just does not work - too much fooling around with conditional page processing etc. has to be done.
    So to sum up:
    1. Set all field sources to be filled Only when NULL.
    2. Use Select (or radio) "with redirect" for fields which control the LOVs or conditional showing of other fields
    3. Put all user typed entry fields after the Select/Radios with Redirect fields so you don't lose information typed when the Redirect takes place.
    Bill

  • PassBack values from custom page to "Popup Key LOV"

    I'm trying to use a popup page to passback a return value and display value to a "Popup Key LOV (Displays description, returns key value)" Item type (using javascript).
    So I have Page 1 with "Popup Key LOV" Item "P1_CONTACT_ID".
    From a popped up page I'm try to use the following javascript function to pass the values back so P1_CONTACT_ID displays the display value and also stores the "key value" hidden away:
    function passBackToBooking(passitem1,passitem2,passVal1,passVal2)
    opener.document.getElementById(passitem1).value = passVal1;
    opener.document.getElementById(passitem2).value = passVal2;
    opener.document.getElementById(passitem1).focus();
    close();
    I'm calling the function as follows from a column link on a report on the popped up page:
    javascript:passBackToBooking('P1_CONTACT_ID','P1_CONTACT_ID_HIDDENVALUE','#FULL_NAME#','#ID#');
    However the function seems to do nothing (does not even close the window).
    I can get the intended result by copying and using the javascript from the "real" popup window (using the standard popped up window) (see following javascript) - but this is hard coded and inflexible. Everytime I change the order of items on P1 the function has to be amended to suit the apex created item names (e.g. p_t13, p_t12) (uses "name" rather than "id")
    function passBack(x,y){
    if (opener.document.forms["wwv_flow"].p_t13.length > 1){
    var l_field = opener.document.forms["wwv_flow"].p_t13[8];
    l_field.value = x;
    opener.document.forms["wwv_flow"].p_t12[8].value = y;
    }else{
    var l_field = opener.document.forms["wwv_flow"].p_t13;
    l_field.value = x;
    opener.document.forms["wwv_flow"].p_t12.value = y;
    if(l_field.getAttribute('onchange') || l_field.onchange){l_field.onchange()}
    window.close();
    if(!(l_field.disabled || l_field.type == 'HIDDEN')){l_field.focus();}
    Apologies if this is longwinded, I've spent alot of time on this and can't resolve.
    Any suggestions much appreciated.
    Thanks
    jacr

    Yes Sumit, It is a formvalue(created using personalization). Since in the existing page these values are not available as formValues, I created 2 formvalues using personalization and set the VO attributes accordingly.
    Thanks!

  • The latest version of Firefox loads with the Ask page and doesn't retain the selected home page. How do I change this?

    I downloaded the latest Firefox version. Upon loading it it doesn't retain the previous Home Page setting and always reverts to the Ask page, which is always indicated as the Home Page. This is annoying. How do I overcome this problem?

    #Remove Ask Toolbar (if you have it installed):
    #*http://support.mozilla.org/en-US/kb/Uninstalling+add-ons
    #*http://support.mozilla.org/en-US/kb/Cannot%20uninstall%20an%20add-on
    #*http://kb.mozillazine.org/Uninstalling_toolbars
    #Reset your home page (if the Ask search page is displayed when starting Firefox): http://support.mozilla.org/en-US/kb/How+to+set+the+home+page
    #*You can reset to the default by clicking "Restore to default" on Options > General > Startup > Home page. Be sure to set "When Firefox starts" to "Show my home page" on that same panel.
    #Reset your Location Bar search engine (if typing a few words in the URL/Location Bar takes you to Ask search):
    #*type '''''about:config''''' in your Location Bar, like typing a web site address, and press the Enter key
    #*ignore warning and choose to continue
    #*in Filter, type '''''keyword.URL'''''
    #*in lower part of screen, if it is '''bold''' and shows "'''user set'''", right-click keyword.URL and choose "Reset"
    #*in Filter, type '''''Ask'''''
    #*any items in lower part of screen in '''bold''' and showing "'''user set'''", right-click and choose "Reset"
    #*close about:config tab
    #*See:
    #**http://kb.mozillazine.org/About:config
    #**http://kb.mozillazine.org/Location_Bar_search#Location_Bar_search_.28external_-_search_engine.29
    #**http://kb.mozillazine.org/Keyword.url
    #**http://www.techrena.net/computers/address-bar-search-provider-firefox/
    #If Ask is shown in your Search Bar and you want to remove it:
    #*https://support.mozilla.org/en-US/kb/Search%20bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *'''''Adobe PDF Plug-In For Firefox and Netscape''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • How do I create rotating news stories on a web page?

    I need to create rotating news stories on a Home page -- where there is an image with text that users can click to access the story they want to read. I have been using Dreamweaver MX for years and was forced to switch to Dreamweaver CS4 when I started a new job. I am NOT a developer and am having a hard time getting used to CS4 - which is designed (in my humble opinion) for developers. Can you create rotating news stories functionality in MX? A link to a tutorial would help. Or a book that gives very straightforward, step by step instructions using MX (preferred) or CS4.
    Thank so much for any light you can shed on this, for me, perplexing topic.
    All the best,
    Carolyn

    Simple method: Put your news items on seperate pages.  Add links from parent page to the respective article pages.
    MX is too old to support Spry widgets, but CS4 does.
    Look at Spry Data Sets:
    http://labs.adobe.com/technologies/spry/samples/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Focus on an Item (based on button click)  in OAF page

    Hi,
    I am new to OAF. I face an issue in a OAF page. The page has got 'message input text fields', 'Apply' and 'cancel' button. Once the page is rendered , there is no initial focus on any item. If i click on the page or use tab to navigate to a text field , the focus moves to the 'Apply' button (by default). The real problem is, even before entering the details , if i accidentally press the *'ENTER'* key , the apply action is triggered(where the focus relies).
    1. I just need to find out why the focus moves to the particular button item , when i click on text box or anywhere in the region.
    2. Is there any mouse event mapped to the page or that item ?
    3. I don't want that focus to be on any button (when i click in the page region or place the cursor in text box to enter values).
    How to achieve this?
    Is this can be done using personalization or its has to be looked up in the CO of that page.
    Please help me on this.
    Thanks and Regards,
    Raghav

    Hi Gaurav,
    Thank you so much for your quick response.That page has got a custom CO which got extended from another main CO . I need to add this code in the processRequest() of the main CO for that particular PG or in this custom CO. Correct me if i am wrong.
    Thanks and Regards,
    Raghav

  • Passing a Value from one page to Another is not working

    Hi friends,
    I have a table called country in which i build a Form in page1 with a report in page2 based on the table. So iif i clicked the edit icon in the page 2 report means then it can fetch the corresponding record in the page 1 form as well(so that i can update the record in the form).
    My scenario is i have one more search page  in page 3 which has one page item like Country_id(text item) with a Region button "Find".
    If i typed any country id in the text item and pressed Find, means then it should redirect to the form page 1 inorder to fetch those correponding country id details that i entered in the search page page 3.
    For that i followed the below steps like in the search page 3
    created a Find button in the page 3 with below options
    Button Style: Template Based Button
    Button Template: Button
    Button Type: Normal
    Action: Submit Page
    Button Style: Template Based ButtonThen under the after Processing i created a branch condition:
    On submit: After processing(After Computation, Validation and Processing)
    Target Type: page in this Appliction
    page           : 1
    Set these items P1_COUNTRY_ID
    with these values: &P3_COUNTRY_ID.
    (when button Find is pressed)
    But the id is not passing to the page 1 from the page 3(search region) that i entered inorder to query my form in page 1 according to the value that i entered in  search region in page3
    kindly help me friends with this.. Hope u understand my scenario..
    Brgds,
    Mini

    Hi,
    Source setting for that form page item P1_COUNTRY is
    Source Used:"Only when current value in the session state is null"
    Source Type: Static Assignment.Since i build this form along with report.
    Is im missing something.
    Regards,
    Mini

Maybe you are looking for

  • About parameter mapping

    Hi experts can anybode tell me where the variable is defined when i use parameter mapping? thanks a million!

  • Current running SQL stms execution plan?

    Hi, Is it any ways to findout the current running SQL stms execution plan? without using Explain plan & autotrace. Thanks in advance, Thomas.

  • Brother dcp 9040 cn not printing over airport wifi

    i am unsure if this is a 10.6.3 upgrade issue i have a brother dcp 9040 cn which i have been using for the past year very happily over the wifi airport network. it has stopped printing over the wifi it works fine with the usb connection it appears fi

  • ITunes corrupt and can't install a new versions

    Out of the blue, I clicked on iTunes to use it and got the following error message:   "The program can't start because MSVCR80 is missing from your computer.     Try reinstalling the program to fix the problem." I uninstalled the corrupt iTunes and d

  • Can't add network devices in NI MAX

    Hello everyone, I am very new to LabVIEW and I am having a problem I can't solve on my own. I am trying to connect to a device via TCP/IP. Right now, it is just a printer hooked up the company network to test how this works (we'll get an upgrade for