JavaScript CloneRow stopped working in Apex 4.2

we ran a javascript Clone Row on our Tabular Forms in Apex 4.0
after upgrading to 4.2 we get
ERROR:
Current version of data in database has changed since user initiated update process. current row version identifier = "719C601E3911F88E9AD268A7EF06331F" application row version identifier = "Z"
column attribute: HTML EXPRESSION:
<a href="#" onclick="javascript:cloneRow(this)"><img src="#IMAGE_PREFIX#FNDADD11.gif"></a>Page Header:
<script type="text/javascript">
function fn_delete(t)
  var l_tr=$x_UpTill(t,'TR');
  l_tr.parentNode.removeChild(l_tr);
function pad(n)
var s = '0000' + n;
return s.substr(s.length-4);
function updateFields(f)
  var fields = document.getElementsByName(f);
  var j;
  if (fields.length > 0)
    for (j = 0; j < fields.length; j++)
      fields[j].id = f + "_" + pad(j+1);
function cloneRow(y)
$(y).parent().parent().clone(true,false).insertAfter($(y).parent().parent());
        //CREATE NEW ROW
        newRow = $(y).parent().parent().next();
        //BLANK N_PK AND ANY OTHER HIDDEN FIELDS
        newRow.find('[name=f02]').val('');
        //DONT KNOW WHAT THIS DOES
        newRow.find('[name=fcs]').val('Z');
        //REMOVE CHECKBOX SINCE IT WONT WORK ON THE NEW ROW
        newRow.find('[type=checkbox]').remove();  
        //HIGHLIGHT NEW ROW
        html_RowHighlight($(newRow).get(0),"#9E0200");
        //CHANGE CLONE ICON TO A DELETE ICON
        newLink = $(newRow).find('img')[0];
        newLink.src = '#IMAGE_PREFIX#FNDERROR.gif';
        $(newLink).parent().removeAttr('onclick');
        $(newLink).parent().get(0).onclick = function()
        {fn_delete(this)};
        //Remove Datepicker
        if ($(newRow).find('img').length > 0)
              for (dt = 1; dt < $(newRow).find('img').length; dt++)
              remDate = $(newRow).find('img')[dt];
              remDate.width = '0';
              remDate.hieght = '0';
        //UPDATE NEW FIELD IDs
        $(newRow).find('INPUT').each(function(index)
        var x = '0' + index;
        x = x.substr(x.length-2);
        updateFields('f'+x);
</script>

I set up an example on apex.oracle.com
WORKSPACE: merlin128
User: testing
pass: testing
run the app
click green + sign
if you type a new EMPNO and click submit
the row disappears (its not inserted)
however..
if you click the green + sign
click submit
the null validation will do something to the row that allows it to now insert..
enter the EMPNO and click submit..
so what is the validation doing, how can I get the clonerow javascript to do that so it will insert the record..

Similar Messages

  • Web page embedded Javascript has stopped working

    Hi,
    Since updating somewhere around v5 or so, some embedded Javascript no longer works, despite ticking the "Allow Javascript" box.
    Was hoping that v9 would have fixed this problem, but no.
    Thanks

    Thanks cor-el, but not being computer literate I do not understand what you mean; neither do I understand any of the responses posted under http://kb.mozillazine.org/Resizing_oversize_window
    What annoys me intensely is that there is an existing option to tick the box to a) "Enable JavaScript" and within that to b) "Move or resize existing windows".
    What is the point of those tick boxes?
    Do not mean to waste your or anyone else's time, but am ready to leave FF for just that simple problem. The way in which I open FF is such that I use an internal own-design web page with positions itself exactly where I want it on my large screen. This option has now been removed by FF; it works fine in IE.
    Thanks to all for trying to sort this out, it is a FF problem that can surely be sorted?

  • Javascript suddenly stopped working

    Macbook Pro w/ Retina, Mid-2014, OS X Mavericks 10.9.5, Safari 7.1.3.
    Safari security settings:  enable Javascript checked, allow plug-ins checked, under manage website settings, Java set to allow.
    Security software:  Kaspersky* (recently removed - see below)
    The day before yesterday I was watching a show on Hulu.  The settings were set as above, along with the security software.  Everything worked fine.  When I was done, I closed Safari and shut down the computer.  Neither I nor anyone else turned on or used the computer in any way until today.  I turned it on, logged on, and opened Safari.  When I went to Hulu, however, it said that Javascript was not being allowed to run.  I checked my settings, and they were (and still are) set as listed above.  I removed the Kaspersky software, to see if that was the problem.  It then began to load Hulu, but froze in the middle of loading.  It did this also with Netflix, Crunchyroll, and Vudu.  I decided to check other, non-video sites.  Some of those (such as Amazon and my local library website) either never loaded or loaded very slowly with errors (no graphics, etc), while others (such as my school website) loaded just fine.
    It isn't the internet connection at my location.  I have tried those sites with 2 other devices: an ethernet-connected desktop Windows computer (chrome) and a wireless connection through my iPhone (safari).  Both display all sites just fine.  So I know it's a problem with Safari on my Macbook.
    Any help would be very much appreciated.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Form with Javascript has stopped working

    This form was working before, but it no longer responds in any way when I click the "Send Request" button (which is basically an email submit button).
    https://acrobat.com/#d=lELFS*MPtZixEHObM2nkNA
    I have added some new functions, but I don't know how or why they would be preventing the script attached to the button's click event from running.
    Changing the Action on the form changes which text blocks and buttons are visible.
    There are additional validation steps in the click event.
    I was expecting to see pop-up messages when clicking the "Send Request" button, since I had not completed fields required in the validation process, but nothing happens at all. The dynamic changes that occur when selecting an Action radio button seem to be working fine.
    Ideas?

    Hi,
    you used a wrong operator ! several time in the submit button script.
    Like this line:
    if (form1.TCMIS_ShortForm.Action.ActionType.rawValue!1) // Not a New User
    If you want to check if something is not equal the use != or !== but not only !.
    Change the operator and your script should work again.
    if (form1.TCMIS_ShortForm.Action.ActionType.rawValue != 1) // Not a New User
    if (form1.TCMIS_ShortForm.Table1.Row3.Name.rawValue !== "" || form1.TCMIS_ShortForm.Table1.Row3.Name.rawValue !== null) {

  • Javascript stopped working

    Javascript just stopped working. I've tried toggling it on and off but this didn't help. this has affected every site that I know uses Javascript. The only thing I've done recently that I could imaging affected it was to install Vidalia (in order to use Tor), but I am not running it at the moment.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Javascript in batch sequence stopped working

    The following javascript used in a batch sequence is causing Acrobat to stop working. It was working fine, this problem has happened sometime in the last 2 weeks. This has affected all of our PCs regardless of Acrobat update version. We are running Acrobat 8 (8.15, 8.17, 8.21, 8.25). The only update common to all PCs is Windows Update.
    /* Extract single pages to c:/Adobe */
    // Regular expression used to acquire the base name of file
    var re = /\.pdf$/i;
    // filename is the base name of the file Acrobat is working on
    var filename = this.documentFileName.replace(re,"");
    try {for (var i = 0; i < this.numPages; i++)
    this.extractPages({
    nStart: i,
    cPath: "C:\\Adobe\\"+filename+"_" + i +".pdf"
    } catch (e) { console.println("Aborted: " + e) }
    Any Clues?

    Thanks for the speedy response. I tried this and the problem is still there.
    I did some further testing and the original script, and the new one modified to include your correction, both work if the PDF only has one page.
    With more than one page Acrobat 'has stopped working'

  • Two days ago two of the forum I use stopped working as they did. Google Chrome can open these sites without problem. I have checked that Javascript is working. What can I do to get the sites back to the way they were?

    Two days ago two forums I regularly use stopped working properly. One of them is www.mobileread.com, and the main problem is with marking the forums read. The staff there suggested that I check that Javascript is enabled. It is, but the problem remains.
    The other site just looks as though there is no styling on the index page; it just shows a list of links.
    I can use both sites with Google Chrome just as I did before, so it has to be a problem with Firefox.
    There are many other sites I visit, and I have not had the same problem there.

    For the one with a styling problem, see what you have for View > Page Style
    the normal style is default and "No Style" would wipe out styling but in this area it would apply to all pages.
    I don't know of an extension that would selectively turn page styling or off, but look at your extensions.
    Both problems could be caused by filters added to "Adblock Plus" extension.
    Bring up "Open blockable items [Ctrl+Shift+V]" in ADP by right-clicking on the toolbar/addons bar icon or in the add-on's options. See what is being blocked and the filter that is blocking it. You can easily test filters there and turn them on/off and retest. You can see the filter that is blocking an item, you can use the mouse to see where that filter came from. Choices of what columns to display can be made with the little icon to the right of the column headings in the list.
    Attached is a picture of blockable items I see for the www.mobileread.com page. To view a page that you need to view or use, you can try modifying your filters or toggling the "State" column (preferred). You can disable Adblock Plus from the extensions options but that defeats the protection it offers.
    If seems that the problem would be an extension, or a style, or theme.

  • APEX in Oracle XE stopped working

    Im using Oracle XE on Linux (Fedora Core4, selinux disabled, static ip), and I've used the apex utility for different purposes.
    Usually i use the url http://machine.domain:8080/apex and the web
    interface starts but now I get
    Not found
    The requested URL /apex/apex was not found on this server
    The url http://localhost:8080/apex (http://localhost:8080/apex/) and does the same thing. Without the /apex on the end I get the Oracle License Agreement page. The URL http://localhost:8080/i shows a huge list of gifs, css files and directories.
    I found a similar thead in Re: APEX in Oracle XE stopped working altogether , the symptoms are quite similar, but the solution found there doesn't work in my case.
    If I try to get out more information about errors via sqlplus, it creates the following output (as sys):
    SQL> exec dbms_epg.set_dad_attribute('APEX', 'error-style', 'DebugStyle')
    BEGIN dbms_epg.set_dad_attribute('APEX', 'error-style', 'DebugStyle'); END;
    FEHLER in Zeile 1:
    ORA-00604: Fehler auf rekursiver SQL-Ebene 1
    ORA-01652: Temp-Segment kann nicht um 128 in Tablespace TEMP erweitert werden
    ORA-06512: in "SYS.XMLTYPE", Zeile 345
    ORA-06512: in "XDB.XDBCONFIG_VALIDATE", Zeile 5
    ORA-04088: Fehler bei der Ausführung von Trigger 'XDB.XDBCONFIG_VALIDATE'
    ORA-06512: in "XDB.DBMS_XDB", Zeile 382
    ORA-06512: in "SYS.DBMS_EPG", Zeile 229
    ORA-06512: in Zeile 1
    I hope someone can help me....
    Forgott something important: The last thing I've done where creating a new table and filling it with a huge amount of data.
    Message was edited by:
    jbk

    Hi jbk,
    What does it say in the Apache log files? ..\Apache\Apache\logs
    The ORA-01652 indicates that your TEMP tablespace if filled up:
    ORA-01652: unable to extend temp segment by %s in tablespace %s
         Cause: Failed to allocate an extent for temp segment in tablespace.
        Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more
                files to the tablespace indicated or create the object in other
                tablespace.Regards Pete
    Message was edited by:
    Peter Lorenzen
    Message was edited by:
    Peter Lorenzen

  • Javascript stopped working -- Firefox Ver.28

    This is an FYI --
    - My Firefox installation was updated to version 28 on March 18th.
    - Early this morning while working on a web site javascript stopped working on my home computer.
    - I finally realized that it was working on my office computer (also running version 28) but not my home computer.
    - JavaScript was "enabled" on my home computer according to the about:config information.
    - I tried many of the posted suggestions for this issue; running in safe mode, checking prefrences, etc. but nothing I tried had any effect.
    - I reset my home comptuer's Firefox app. and javascript started working again.
    I'm not sure what got modified after the reset but all is well again. If any information from my configuration can be helpful just ask.
    Mike

    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    If you would like to file a bug report for the developers, please file one on [http://bugzilla.mozilla.org/ Bugzilla].

  • JAVAscript MM_goToURL iframe function has stopped working

    I've been using a piece of javascript generated as part of an old version of Dreamweaver for a few years now with no problems. However, I visited my site the other day and discovered that one of the functions for 'MM_goToURL' has stopped working. I use this function to travel between pages in the site as well as changing iframes located within certain pages. While the code still works for moving between pages, it no longer works for iframes (or at least not on this site).
    Could I ask for someone to look over my simplified code below and note any errors that may have crept in? Thanks.
    JAVAscript code: (file location: javascript/design.js)
    function MM_goToURL() { //v3.0
       var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
       for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    HTML:
    <!DOCTYPE HTML>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link  rel="stylesheet" type="text/css" href="css/food.css" />
        <script type="text/javascript" src="javascript/design.js" >
            </script>
    </head>
    <body>
    <div class="button" onClick="MM_goToURL('iframe','text2.html');return document.MM_returnValue" >Text</div>
    <iframe id="iframe" src="text1.html" frameborder="no" scrolling="no" ></iframe>
    </body>
    </html>

    I've now solved the problem by adding the criteria of 'name="iframe"' to the iframe code.
    All fixed! :-)

  • Apex Plug-in OrgChart stopped working....!

    Hi all.
    I followed instructions to create a region with apex plug-in to show the results of a hierarchical query as documented on this link: http://www.oracle.com/technetwork/issue-archive/2011/11-jan/o11browser-195100.html.
    It worked intially, but now, for an unknown reason, stopped working... Now it hangs on the loading phase, an the chart never gets displayed.
    I have tested with these queries with similar results:
    select emp.empno as primary_key
    , emp.mgr as parent_key
    , emp.ename
    ||'<div style=''font-size:75%''>'
    ||emp.empno
    ||'</div>'
    ||'<div style=''color:red; font-style:italic''>'
    ||initcap(job)
    ||'</div>' as display_value
    , initcap(dept.dname)||' ('||initcap(dept.loc)||')' as tooltip
    , job
    , dept.dname as department
    , dept.loc as location
    from emp
    , dept
    WHERE emp.deptno = dept.deptno
    AND ALSO:
    select emp.empno as primary_key
    , emp.mgr as parent_key
    , emp.ename
    , job
    , dept.dname as department
    , dept.loc as location
    from emp
    , dept
    WHERE emp.deptno = dept.deptno
    start with emp.mgr is null
    connect by prior emp.empno = emp.mgr
    Both queries worked from sqlplus....
    Any idea why it stopped working or how to find out what's wrong ...!
    Best regards, Luis ...!

    Hi Luis,
    I created a newer version of the OrgChart plugin (http://apex-plugin.com/oracle-apex-plugins/region-plugin/google-visualizations-orgchart_187.html) because it stopped working indeed. Whether the upgrade to 4.1.1 was the cause or Google made some changes is unclear.
    You have to use the newer version and change the query so all columns are defined as varchar (so to_char(emp.emno) and to_char(emp.mgr)).
    Then it works again - as you can see in the example : http://apex.oracle.com/pls/apex/f?p=24122:3
    Regards
    Roel

  • JavaScript code frequently stops working in Firefox 2.0.0

    == Issue
    ==
    Firefox is having problems with certain web sites
    == Description
    ==
    I have the following code in my JSP page. Based on some certain business logic I need to hide some toolbar buttons.
    <code>function displayToolbar()
    var oPageHeader = parent.window.frames[0];
    var aTDItems = oPageHeader.document.getElementsByTagName("td");
    for (i = 0; i < aTDItems.length; i++)
    if ("Loading view..." == aTDItems[i].getAttribute("title"))
    if(aTDItems[i].style.display == "none")
    aTDItems[i].style.display = "block";
    }</code>
    This works fine in Firefox 3.6.3.
    When it comes to FF2.0 it works for some time and then stops working. If I manually clear the browser cache, again it starts working.
    I can upgrade the browser to latest FF to fix it, but some of our customers use FF2.0.
    Any help or suggestion will be well appreciated.
    <br/> <br/>''(Edited by Moderator: placed code in a CODE block - c)''<br/> <br/>
    Thanks
    == URL of affected sites
    ==
    http://
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
    == Plugins installed
    ==
    *-Cooliris embedded in a tab
    *Version 1.2.0.0
    *Default Plug-in
    *Google Update
    *Shockwave Flash 10.0 r32
    *iTunes Detector Plug-in
    *DivX Web Player version 1.5.0.52
    *npdivxplayerplugin
    *Picasa plugin
    *Yahoo Application State Plugin version 1.0.0.7
    *6.0.12.46
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *RealJukebox Netscape Plugin
    *Rhapsody Player Engine Plugin
    *Version 0.8.6c, copyright 1996-2006 The VideoLAN Teamhttp://www.videolan.org/
    *Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *DRM Netscape Network Object
    *DRM Store Netscape Plugin
    *Npdsplay dll

    Which extensions do you have installed?
    Are you using the default theme or a custom theme?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Hide/Show Dynamic Action Stopped Working

    Good Morning,
    Once I upgraded my application to Apex 4.2.2, my dynamic action stopped working. It worked fine in 4.1.
    I also used javascript to hide/show my fields.
    code below
    <script language="JavaScript" type="text/javascript">
    function onPgLoad()
    //hides reporting select, unless certain utcs are selected they are selected
      var ForceGenUTCSrch = $v('P310_FORCE_GEN_UTC_SRCH');
      var RptMenu         = $v('P310_REPORT_MENU');
    if  (RptMenu == '1'&&(ForceGenUTCSrch == '0GTAA' || ForceGenUTCSrch == '8MMUB' || ForceGenUTCSrch == 'CCMAR' || ForceGenUTCSrch == '0GQGC' || ForceGenUTCSrch == '0GQGB' || ForceGenUTCSrch =='3NNNA' || ForceGenUTCSrch == '3PQAA' || ForceGenUTCSrch == 'XMCAS' || ForceGenUTCSrch == '8NJAA' || ForceGenUTCSrch == 'XMMCB' || ForceGenUTCSrch == '9VCBH' || ForceGenUTCSrch == '3PNAA' || ForceGenUTCSrch == '3PLFA' || ForceGenUTCSrch == '3PMAA' || ForceGenUTCSrch == '3NSAA' || ForceGenUTCSrch == '8NHAA' || ForceGenUTCSrch == 'CBSAD' || ForceGenUTCSrch == 'CCVAA' || ForceGenUTCSrch == '9VDLB' || ForceGenUTCSrch == '3NHAA' || ForceGenUTCSrch=='1HDAA' || ForceGenUTCSrch=='0EZ99' || ForceGenUTCSrch=='0JZ99' || ForceGenUTCSrch=='1AZ99'|| ForceGenUTCSrch=='9YZ99' || ForceGenUTCSrch=='CUZ99'))
        var get = new htmldb_Get(null,null,'APPLICATION_PROCESS=PROC_UTC_RPRTG_ORG',0);
       gReturn=get.get();
        $x_ShowItemRow('P310_FORCE_GEN_RPRTG_ORGN');
       else
         $x_HideItemRow('P310_FORCE_GEN_RPRTG_ORGN');
    </script>
    <script language="JavaScript" type="text/javascript">
    function FunSelUTC()
    //hides reporting select, unless certain utcs are selected they are selected
      var ForceGenUTCSrch = $v('P310_FORCE_GEN_UTC_SRCH');
      var RptMenu         = $v('P310_REPORT_MENU');
    alert(RptMenu);
    if  (RptMenu == '1'&&(ForceGenUTCSrch == '0GTAA' || ForceGenUTCSrch == '8MMUB'|| ForceGenUTCSrch == 'CCMAR' || ForceGenUTCSrch == '0GQGC' || ForceGenUTCSrch == '0GQGB' || ForceGenUTCSrch =='3NNNA' || ForceGenUTCSrch == '3PQAA' || ForceGenUTCSrch == 'XMCAS' || ForceGenUTCSrch == '8NJAA' || ForceGenUTCSrch == 'XMMCB' || ForceGenUTCSrch == '9VCBH' || ForceGenUTCSrch == '3PNAA' || ForceGenUTCSrch == '3PLFA' || ForceGenUTCSrch == '3PMAA' || ForceGenUTCSrch == '3NSAA' || ForceGenUTCSrch == '8NHAA' || ForceGenUTCSrch == 'CBSAD' || ForceGenUTCSrch == 'CCVAA' || ForceGenUTCSrch == '9VDLB' || ForceGenUTCSrch == '3NHAA' || ForceGenUTCSrch=='1HDAA' || ForceGenUTCSrch=='0EZ99' || ForceGenUTCSrch=='0JZ99' || ForceGenUTCSrch=='1AZ99' || ForceGenUTCSrch=='9YZ99' || ForceGenUTCSrch=='CUZ99'))
         //alert(ForceGenUTCSrch);
        var get = new htmldb_Get(null,null,'APPLICATION_PROCESS=PROC_UTC_RPRTG_ORG',0);
       gReturn=get.get();
         $x_ShowItemRow('P310_FORCE_GEN_RPRTG_ORGN');
       //  $('#FORCE_GEN_REPORT1#').show();
       else
         //alert(ForceGenUTCSrch);
         $x_HideItemRow('P310_FORCE_GEN_RPRTG_ORGN');
        // $('#FORCE_GEN_REPORT1#').hide();
    </script>
    javascript: onload="onPgLoad();"I kept the code just in case I needed it @ a later time.
    My Dynamic Action
    Event: on change
    item --> :p310_force_gen_utc_srch (this is a select list that submits)
    conditon --> in list
    value --> '0GTAA', '8MMUB', 'CCMAR', '0GQGC', '0GQGB', '3NNNA', '3PQAA', 'XMCAS', '8NJAA', 'XMMCB', '9VCBH', '3PNAA'
    True Action --> show :p310_force_gen_rprtg_orgn
    False Action --> hide :p310_force_gen_rprtg_orgn
    They both fire on page load.
    The :p319_utc_srch has submits the page because the :p310_force_gen_rprtg_orgn lov runs a query to pull back that units reporting orgs only.
    Please help me figure this out.
    Thanks,
    Mary
    Edited by: MaryM on May 10, 2013 10:52 AM

    Hi Mary,
    So you changed from the code presented to a DA ? I'm not clear as to exactly happens or doesn't happen.
    Do you know if your AJAX calls are failing?
    If you use a Console like the one on Firebug or Chrome you can inspect what's being send and what's being returned.
    I mention this because your htmldb_Get calls looks suspicious.
    var get = new htmldb_Get(null,null,'APPLICATION_PROCESS=PROC_UTC_RPRTG_ORG',0);I would change it to
    var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=PROC_UTC_RPRTG_ORG',$v('pFlowStepId'));That would pass the app_id and the page_id that is calling. Although this is probably not your current issue.
    See if you can find some javascript error. It's possible that this is a timing problem as to when the code is defined and when it's loaded.
    Thanks
    -Jorge

  • Pagination - JavaScipt in "Execute when Page Loads" stop working

    I'm using APEX 4.0.
    I have a standard report region on a page. In the page's JavaScript - Execute When Page Loads area, I put some javascript code there to initialize hover event handlers for dropdown menus inside the report. It works fine when the report is genarated.
    But it stop working when a pagination performed. For example, after clicked 'next" or any number form the pagination dropdown list.
    Please advice how to fix it. Thanks.
    Shiofan

    Hi, Peter:
    Thanks for the quick reply. That is appreciated.
    My code involves only CSS and JQuery.
    I have found out the reason. It is because "Enable Partial Page Refresh" was set to Yes. ( that is the default by APEX, isn't it? ). After I reset it to No, the dropdown menu does work fine after pagination.
    I don't know how APEX pagination work together with report attribute "Enable Partial Page Refresh". To me, no matter what, the style sheet, the JavaScript put in page template/page header should always be included since they are common to the page. Can we say this is an APEX bug need to be fixed?
    Thanks again.
    Shiofan

  • Need help with Photoshop and "Licensing for this product has stopped working" message. Adobe fix isn't working.

    I am still using CS3. A while back I received an error: "Licensing for this product has stopped working" for my CS3 programs. I used the recovery program suggested by Adobe and was able to get Illustrator, Flash and Dreamweaver to work, but I still can't open Photoshop or In Design. I went back to the Adobe site and did every other trick they suggested to fix the error, but nothing has worked.
    I then tried to uninstall photoshop from my CS3 suite (so I could reinstall) but got a JavaScript Alert: "Critical errors were found in set up. Please see set up log for file details." Seeing as I am not the best with the behind the scenes technical stuff, I have no idea what this means or where the set up log even is. Any help anyone can provide?
    I have had CS3 installed on my computer for over a year. I started having problems about 4 months ago.

    I am having similar problem.  Can't open any of CS3 programs after trying to download Dreamweaver Trial, which wouldn't work because "couldn't remove DLM extention" error message.  So now I can not run Illustrator, Photoshop, or even Adobe Reader.  These are properly licensed for about a year. I get "License for product has stopped working".  Have 2 pending cases open with Adobe support (one for Dreamweaver trial, one for license problem) since 8/3 with NO ANSWERS - It says answers within 1-3 business days.  Was on phone support hold today for over 3 hours before line went dead with no help.  What is up with adobe support?  Can anyone help?

Maybe you are looking for