Region 2 updates Region 1

APEX 3.0.1 (Oracle hosted), RDBMS 9.2.0.4
So it seems I'm running into an odd problem that is causing updates to region 2 to overwrite sections of region 1 of a survey application I am writing.
Basically, there will be three sections of questions (per type of employee).
I made a copy of the question and answers tables then copied the region where the questions are located, I referenced to the copied tables so that this problem wouldn't happen in the region as well as the new page I created for it.
I looked at all the code I could think of for the new region and the page with everything that reference a lookup or change to the original table, I modified to use the second table. I haven't made the 3rd section because of the problems with the 2nd section. I'm sure I'm over looking something.
Any ideas?

MacTheRipper will save the DVD to your hard disk and delete all region codes at the same time, so that you can view them from your hard disk. As the process is pretty fast (a few minutes, depending on the DVD) it can be used to bypass the region coding. It will create a VIDEO_TS folder that you can open with DVD Player (the app that came with your Mac and is part of OS X). It will take a LOT of HD space (up to 8 GB) so you may have to erase them after viewing.
VLC, on the other hand, will replace DVD Player and decode DVDs from both regions through a software process. DVD Player will still pop-up and ask you to change your drive's region coding, unless you change your Systems Preferences (Hardware > CDs and DVDs > When I insert a video DVD : set to ignore or to open VLC, instead of DVD Player which opens by default). VLC will not save anything to disc.

Similar Messages

  • Multi update region with 5 checkboxes - problem in updating

    Hi,
    I have a multi update region with more 5 checkboxes which 2 tables LO & SCLO. LO ID is the unique id for each row.
    1st checkbox - If we select 1st checkbox, I am adding a record to SCLO with LO ID.
    2nd Checkbox - yes/no attribute in SCLO table.
    3rd - 5th checkboxes - T/F attributes in LO table.
    Everything is working well if there is LO ID, because I will have a hidden item for LO ID and process where I am only updating LO and adding SCLO.
    When I add a new LO, the trouble occurs for updating 3rd - 5th ck boxes because there will be null value for all the columns in the row.
    What I did is, I first insert LO and gets LO ID from OUT parameter, sets 3rd - 5th ckboxs as null. Then get the out parameter (LO ID) and tried to update again the LO table which is causing some problem and the code, loops are getting very tricky.
    Is there any easy way to handle this?

    Try waiting, a lot of people are also interested in updating to iOS 5.1 so it's probably server related.
    Hope I helped,
    Simmm

  • Problem. Update region source

    I want to update region source runtime.
    declare
    src clob;
    begin
    src := 'new content';
    wwv_flow_api.set_plug_source(
    p_id => 1676526383627240, p_plug_source => src);
    end;
    but I get following error: ORA-22922: nonexistent LOB value
    if variable src is null then this code works without errors.

    Hi Tyoma,
    Can you give us some more background why you want to do this?
    Thanks,
    Dimitri
    -- http://dgielis.blogspot.com
    -- http://apex-evangelists.com

  • More than one multi row update region on one page - how ?

    Hi.
    I have a page on which i want to use two multi row update regions ( updateable report with three buttons like new/delete/save ).
    But i do not find a setting for the MRU-Process oder "Add-New-Line" Process that lets me reference this process to a specific region.
    The problemm is, that after adding the second region to the page, the "Add-New-Line" - process only adds the new line to the second region and not to the first region anymore.
    How can i make two processes where one adds a line to region1 and the second adds to region2. Same question is with updates too. How can i say that process on updates the changes in region1 and the other process updates the changes in region2 ?
    Thanks for help.
    greetings
    bernd

    Unfortunately, the builtin MRU process supports only 1 updatable region per page.

  • Not here! Region Tie Regions by Position Change (Logic9)

    I have just upgraded to Logic9 and am looking though the new style instruction manual.
    On the 'Adding or Removing Arrangement Passages' page at the 'remove gaps between regions' part it says Choose Region > Tie Regions by Position Change (or use the Tie Regions by Position Change key command).
    The thing is, that the 'Tie Regions by Position Change' is not under the local menu Region and the KC
    is no where to be found either. Has anybody else seen this at all.
    There is the option 'Trim Regions etc' under Regions though no Tie Regions.
    Thanks
    Message was edited by: ekaton
    Message was edited by: ekaton

    Must be Region > Shuffle Regions left within selection then

  • When I try to change the keyword.url settings in about:config to do a "I'm Felling Lucky" Google search, it just resets to chrome://browser-region/locale/region.properties whenever I restart Firefox.

    I just installed Firefox 4 today. When I try to change the keyword.url settings in about:config to do a "I'm Felling Lucky" Google search, it just resets to chrome://browser-region/locale/region.properties whenever I restart Firefox.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    See also:
    * http://kb.mozillazine.org/Preferences_not_saved

  • A Region of Regions?

    Hi,
    I'm wondering how to go about creating a page which is a region of regions. So, for example, I have X number of regions to report on per project and Y projects. I'd like the page to do this:
    Y1
    X1 X2 X3 X4
    Y2
    X1 X2 X3 X4
    Y3
    X1 X2 X3 X4
    How can I do this in Apex? I've poked around a bit and it doesn't seem all that easy? Thoughts?
    Thanks,
    Jon

    Joh,
    You are right, this kind of thing can be a little tricky at first. Have a look at this post from Carl and let us know if you have questions:
    http://apex.oracle.com/pls/otn/f?p=11933:30
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur

  • Regions within Region

    Hello Everyone,
    Is it possible to create REGIONS WITHIN REGIONS????????.

    Scott,
    Read the login page of my Demo Application.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Query Region Update Operation problem

    Hi All,
    I have one Query region in Oracle seeded page.
    In Query region one table is there.
    My Client Requirement is he wants to add one text input field in table. so that user can enter comments in text input field.
    He also wants Update button as a Table Action and when he clicks on Update, this comments should get store into Database.
    I want to know that Update operation is possible in Query region's table.because when i handle event in controller, it gives me Following Exception.
    Logout
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.po.common.server.PoBaseAMImpl.executeServerCommand(PoBaseAMImpl.java:115)
         at oracle.apps.po.autocreate.server.ReqLinesVOImpl.executeQueryForCollection(ReqLinesVOImpl.java:67)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:742)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:891)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:805)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:799)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3575)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:437)
         at xxadat.oracle.apps.po.autocreate.webui.XXADATAttr15CO.processFormRequest(XXADATAttr15CO.java:73)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:815)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
         at oracle.apps.fnd.framework.webui.beans.layout.OARowLayoutBean.processFormRequest(OARowLayoutBean.java:366)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
         at oracle.apps.fnd.framework.webui.beans.table.OAMultipleSelectionBean.processFormRequest(OAMultipleSelectionBean.java:481)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1042)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
         at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processFormRequest(OAAdvancedTableHelper.java:1671)
    The page which i have cutomized is /oracle/apps/po/autocreate/webui/ReqSearchPG.
    It is on R12.
    Can anybody throw some points on this?
    Regards
    Hitesh

    Hi,
    I got the problem,
    It is a standard functionality of oracle that we can not update Requisitions which are approved.
    My client requirement is that after approval of Requisition, he wants to update the Requisition.
    I said that it is not possible in Forms as well as OAF.
    The system will not allow to update Requisition once it is approved.
    Regards
    Hitesh

  • Spry:region - Update

    Hi,
    I'm a beginner in programming with Adobe Spry so I don't know
    if I already understood the Spry concept correctly or if my
    question has already been answered in this forum before.
    I have got an XML file on my web server which contains the
    address data of a single user in the following way:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <adressbook>
    <contact id='1'>
    <name>Person 1</name>
    <company>his company</company>
    </contact>
    </adressbook>
    The xml file is dynamically generated and can be called with
    a GET-parameter "contact" which represents the contact id of the
    contact whose address data should be delivered in the response.
    Now I read something about the Adobe Spry data set concept.
    So I wanted to implement a small address book widget by fetching
    the data of a chosen contact from the server in the following way:
    <script type="text/javascript">
    var contactinfo = null;
    function getcontactinfo(contactid) {
    contactinfo = new
    Spry.Data.XMLDataSet("data.xml.php?contact=" + contactid,
    "/adressbook/contact", { useCache: false });
    </script>
    <div id='names'>
    <a href='javascript:getcontactinfo(1)'>Person
    1</a><br>
    <a href='javascript:getcontactinfo(2)'>Person
    2</a><br>
    </div>
    <div id='info' spry:region="contactinfo">
    <table spry:repeatchildren="contactinfo">
    <tr><td>name:</td><td>{name}</td></tr>
    <tr><td>company:</td><td>{company}</td></tr>
    </table>
    </div>
    My problem is that the spry:region won't be updated after
    requesting new data via Spry.Data.XMLDataSet(). If I leave out the
    getcontactinfo()-function and simply write something like
    var contactinfo = new
    Spry.Data.XMLDataSet("data.xml.php?contact=1",
    "/adressbook/contact", { useCache: false });
    everything works fine. Can anybody help me and could give me
    a hint what I might do wrong.
    Thanks a lot
    André Langer
    P.S.: btw. does anybody know if there's an option in the
    spry:repeatchildren part to implement a similar behaviour like in
    XSL where I could find out the tag names (in Spry the column
    names), see
    <xsl:for-each select="/adressbook/contact/*">
    <tr><td><xsl:value-of
    select="name()"/>:</td><td><xsl:value-of
    select="."/></td></tr>
    </xsl:for-each>

    Hi Ala,
    Look into the setURL and loadData functions.
    http://labs.adobe.com/technologies/spry/articles/data_set_overview/
    You can so something like
    <a onClick="
    contactinfo.setURL('data.xml.php?contact={contactid}');
    contactinfo.loadData();")
    http://labs.adobe.com/technologies/spry/samples/data_region/SetURL.html
    Hope this helps.
    Don

  • Updating regions with setDataFromArray()

    Hey people,
    I have a Spry Region "players" that has a Spry.Data.DataSet "dsPlayers"  that is EMPTY onload
    on an unrelated  event I "add" rows to the dataset by first acquring any array of rows currently in the dataset and adding a new row on to it.
    I then setDataFromArray(rows) with the new array of rows. My problem is that the spry:region DOES NOT update and list out the data.
    here is the code
    var dsPlayers = new Spry.Data.DataSet();
    //........ on event function { ...
         var rows = dsPlayers.getData();
         var player = {ds_RowID: rows.length, fbid: row['id'], passes:0, defense:0, scored:0, shots:0,  played:0 };
         rows.push(player);
    dsPlayers.setDataFromArray(rows);
    inside a div spry:region="dsPlayers" .................
    <table spry:state="ready" class="fbgreybox">
          <thead>
            <tr>
              <!--<th>Jersey No</th>-->
              <th>Player Name</th>
              <th>Time Played</th>
              <th>Scored</th>
              <th>Passess</th>
               <th>Passes Intercepted</th>
              <th>Shots at Goal</th>
            </tr>
          </thead>
          <tbody>
            <tr spry:repeat="dsPlayers">
              <!--<td>{ds_RowNumberPlus1}</td>-->
              <td><img src="http://graph.facebook.com/{fbid}/picture?type=small"/> <!--{function::getPlayerNameById}--></td>
              <td align="center" valign="middle">{played}</td>
              <td align="center" valign="middle">{scored}</td>
              <td align="center" valign="middle">{passes}</td>
              <td align="center" valign="middle">{defense}</td>
              <td align="center" valign="middle">{shots}</td>
            </tr>
          </tbody>
        </table>
    Note that in debugging I see the dataset recieving the data and the regions notification events go off.

    the definition for setDataFromArray() is
    Replaces the data inside the data set with the row data in the specified array. If the row data does not have a ds_RowID column defined, it will automatically create one and assign an ID that is the equivalent of the row's index within the array.
    Developers should be aware that the data set takes ownership of the objects within the array that is passed in. That is, it uses those objects as its row object internally. It does not make a copy of the objects.
    By default, this function will trigger a synchronous "onPreLoad" notification, followed by asynchronous "onPostLoad" and "onDataChanged" notifications that are made sometime *after* the function has exited. If developers want these notifications to happen synchronously before the function exits, they can pass a true for the optional 2nd argument to the function. Developers should be aware that synchronous notifications could cause potential notification cycles in complex situations where data sets and regions are used together, so use sync notifications with caution.
    Are you guys NOT suggesting that even though the notifications happen after they DON'T affect the regions?

  • Making DW CS4 Nested Template Head Region Update to Pages

    Using DW CS4...
    So I made a template, called main_template, and obviously it has an editable region named head. Now from main_template I made the nested template locations_template. Now I have code that I put in the head region of locations_template. This code does not propagate out to pages created from locations_template. I can't place an editable region within the head section in the nested template. How do I solve this problem?

    > 1st: "Error accessing file "...here appears the file
    name/path..." bad
    > file
    > path (error code 3) OKAY
    This usually means you have other files open that may belong
    to templates
    not in the current site. Make sure that you have other such
    files closed
    and you won't get this error.
    > 2nd: When I click the OKAY button I get: "There is an
    error at line 5,
    > Column
    > 35 (absolute position 54) of "...here appears the file
    name/path..." :
    > Nested
    > edible regions.
    This usually means you have an error in the template file -
    we would need to
    see its code to diagnose further.
    > When I check the code at line 5 or 54 I find nothing
    relevant to "Nested
    > edible regions".
    It could be referring to code errors like a missing
    </head>, or <body> tag,
    too.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Roy E" <[email protected]> wrote in message
    news:fppie5$ikg$[email protected]..
    >I am using one template in my website. Upon making
    changes it would
    > automatically update associate pages as it should. Then
    it quit and now
    > when I
    > try to do a manual update (Modify > Template . Update
    Pages) I get the
    > following error messages.
    >
    > 1st: "Error accessing file "...here appears the file
    name/path..." bad
    > file
    > path (error code 3) OKAY
    >
    > 2nd: When I click the OKAY button I get: "There is an
    error at line 5,
    > Column
    > 35 (absolute position 54) of "...here appears the file
    name/path..." :
    > Nested
    > edible regions.
    >
    > When I check the code at line 5 or 54 I find nothing
    relevant to "Nested
    > edible regions".
    >
    > Am I reading the error message incorrectly re:
    line/location of the error?
    > (I
    > do not want to have to recreate the template .)
    >
    > Help!
    >
    > Thomas
    >

  • SQL Query Updatable Region ?'s

    Based upon the updatable table on http://htmldb.oracle.com/pls/otn/f?p=36205:5::::RP:P5_EMPNO:7839 I would like to do the following:
    I would like to select a value in the first column (it is based on an LOV query) which is no problem..
    But I would like the second column to also be based on an LOV and of course that LOV is dependant upon the value of the first column.
    1) The second column will need to generate its values based upon the id of the first column selected.
    So for example if someone picks "Location A" I need the returned value from there in order to generate the query for the second column so that I
    can pick from all the all the available departments at that location.
    I can write the functions for the queries but what value do I send to the function/ or simply reference in the function call???
    2) Also is it possible that after a value has been selected in the first drop down that it be disabled? What I am getting at is that I
    do not want someone selecting a value from the first drop down, getting a value from the second and then changing the first, it could cause big problems...

    This is what I did and it works! I got it from Carl's website... I'll post the link when I find it...
    1.) HTML Region - to contain Javascript below.
    <script language="JavaScript1.1" type="text/javascript">
    function f_get_select_list(pthis,pSelect) {
    var l_Return = null;
    var l_Select = html_GetElement(pSelect);
    var get = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=odp_campus_list',0);
    get.add('TEMPORARY_ITEM',pthis.value);
    l_Return = get.get('XML');
    if(l_Return && l_Select){
         var l_Count = l_Return.getElementsByTagName("option").length;
         l_Select.length = 0;
    for(var i=0;i<l_Count;i++){
         var l_Opt_Xml = l_Return.getElementsByTagName("option");
    appendToSelect(l_Select, l_Opt_Xml.getAttribute('value'), l_Opt_Xml.firstChild.nodeValue)
    function appendToSelect(pSelect, pValue, pContent) {
    var l_Opt = document.createElement("option");
    l_Opt.value = pValue;
    if(document.all){
              pSelect.options.add(l_Opt);
              l_Opt.innerText = pContent;
         }else{
              l_Opt.appendChild(document.createTextNode(pContent));
              pSelect.appendChild(l_Opt);
    </script>
    2.) Create Hidden Text Item - TEMPORARY_ITEM
    3.) Create a Application Process
    a. Go to Shared Components
    b. Application Processes
    c. Create a process
    On Demand: Run this application process when requested by a page process.
    Name - dependant on the select
    Ex: odp_campus_list
    Type: PL/SQL Anonomous Block
    No conditions
    declare
         l_counter number := 0;
         l_o_name varchar2(2000);
         encoded varchar2(50);
         begin
         owa_util.mime_header('text/xml', FALSE );
         htp.p('Cache-Control: no-cache');
         htp.p('Pragma: no-cache');
         owa_util.http_header_close;
         --insert into debugtab values ('otn_Select_XML:'||:TEMPORARY_ITEM, sysdate);
         --commit;
         htp.prn('<select>');
         for rec in (
         select "CCC_DDD" as "ID", "DISTRICT_NAME" as "NAME"
         from "LS_DISTRICT" where "REGION_NUMBER" = :TEMPORARY_ITEM) loop
         htp.prn('<option value="' || rec.id || '">' ||F_REPLACE_SPECIAL_CHARS(rec.name)|| '</option>');
         l_counter := l_counter + 1;
         end loop;
         htp.prn('</select>');
         insert into debugtab values ('otn_Select_XML.Count:'||l_counter, sysdate);
         commit;
         end;
    4.) Add "onchange" statement to the first Select List
    onChange="javascript:f_get_select_list(this,'P_DISTRICT');"
    Ex: P_DISTRICT above is to be replaced with your second select list item name.
    BillC :>)

  • Update Region Iframe source via javascript

    I have looked at Carls example on showing an iframe within a table. I have a tree of records on left side of page and html region on right.
    I have the iframe html in the region source.
    How can I update this in javascript.
    I tried
    document.getElementById("test").innerHTML = gReturn
    where gReturn has the iframe source.
    it returns javascript error - I am thinking that I can't use innerhtml for my region (named test).
    Any help or direction would be greatly appreciated.
    Peter

    Any takers on this?
    How to update a region with Iframe from a tree?
    Thanks
    Peter

  • Update region

    In http://www.nokia.com/global/support/software-updat​e/wp8-software-update/availability-in-europe/ know me what a country had the update ... But I want to know which country I belong to u ... The country of the region in the phone or the country which the phone sent to ... I post here and one tell me from the phone setting &gt;&gt; about &gt;&gt; variant ,but I didn't find variant
    Solved!
    Go to Solution.

    see this
    http://r2.reddit.com/r/windowsphone/comments/1kl1a​e/imported_lumia_720_on_tmobile_updates/
    The silence will fall

Maybe you are looking for

  • HP Laserjet Pro 100 Color MFP M175nw Print missing/faded down centre of every page

    HP Laserjet Pro 100 Color MFP M175nw. Operating on Windows 7 from my laptop wirelessly. Just bought this new a few day's ago and each page of print has about 20mm wide streak missing print running down the centre. what can I do to correct this proble

  • What Software do I need???

    Hi folks, I'm new to BO so to start from scratch I'm trying to figure out what desktop Software I have to put on my workstation to unleash the full power of BO, work with our BO server and get the SAP Best Practice for BI up and running. I downloaded

  • Iphone 3g S viewing email pics are showing as blue boxes with question mark

    I am trying to view an e-mail on my iphone 3g S and the pics are not displaying. Instead little blue boxes with question marks are showing. Any ideas on why this is happening?

  • Form Email and Insert to DB

    I'm trying to get a form both - email and insert into a database the form information.  Below, you can see the code I am using. Here is my setup: 1. I have a form where the action is a file called formmail.php 2. This file inserts the data into a dat

  • Downloading from Internal table to Excel

    Hi All, My requirement is download to Excel sheet, but in my internal table i have more than 95,000 record (max limit in Excel sheet is 65535). Please help me out by providing your solutions. note: here i know one solution, by splitting into two file