Problem (IE) with document.wwv_flow.f01.length after upgrade 4.1.1.00.23.

In case anyone has had this issue (or is about to), there is a new bug after the upgrade to 4.1.1.00.23 with tabular forms and using document.wwv_flow.f01.length during onload. Seems to happen with Internet Explorer 7 or 8. Doesn't happen with the versions of Firefox nor Chrome that I have and also didn't happen with IE prior to the upgrade.
Check it out here (simple example uploaded to apex.oracle.com):
http://apex.oracle.com/pls/apex/f?p=36869
First try it with Firefox or Chrome.
1. Go into the page.
2. You should get a popup telling you the number of rows.
3. Hit 'add rows'. You should get a popup telling you the number of the nth row that you just added.
Now try it with IE and see what happens. #2 doesn't work anymore. Instead it's some alert box with junk in it for some function declaration not even on my page! Probably coming from the Apex library somewhere.
Why do we care? Well most of us probably don't, but in my case in my real app I evaluate document.wwv_flow.f01.length in order to do some conditional javascript processing and that gobbledygook messes it all up.

Hi,
You need to pass the array length into the onload call, so just amend the onload call like this
if (window.addEventListener) // W3C standard, for Firefox, Chrome, etc.
  addLoadEvent(InitDetailItems(document.wwv_flow.f01.length));
else if (window.attachEvent) // Internet Explorer
  addLoadEvent(InitDetailItems(document.wwv_flow.f01.length));Thanks

Similar Messages

  • Document.wwv_flow.f07.length

    Hi
    I am facing problem in a JavaScript validation. In my tabular form (manual) i have put the following JavaScript code which fires on a button press.
    The problem I am facing is when the tabular form has just 1 row document.wwv_flow.f07.length return "undefined" whereas it should return 1 but if it has more than 1 rows it returns correct number of rows.
    Please help me in fixing this problem.
    function checkAmountAll()
    if ( $v("P46_STD_PREPAY") == "S"  )
      alert( document.wwv_flow.f07.length );
      for (var i = 0; i<document.wwv_flow.f07.length; i++) {
       if ( parseFloat(document.getElementsByName('f07').value) > parseFloat(document.getElementsByName('f04')[i].value) )
    {      alert( "Invalid receipt amount at Row " + (i + 1) );
    return false; }
    return true;
    Habib

    Hi Habib,
    getElementsByName will always return an array, document.wwv_flow.f07 will only do so if there is more than one record, otherwise it will return a single object (so, "length" does not apply).
    You should use getElementsByName throughout - or check for (document.wwv_flow.f07.length != "undefined")
    Andy

  • Problem with connecting to free wifi after upgrading to Windows 8.1 from Windows 8

    Hi
    I had problems with connecting to free Wifi after upgrading my PC(Notebook) to Windows 8.1 from Windows 8. As I travel a lot within europe, I am used to being able to connect to Free Wifi(those that dont need a key or password to enter) but soon after downloading
    Windows 8.1 I almost never was able to do this. I'd always get «LIMITED» even though the signal was strong.This was so fustrating,so much so that I reset my PC to clear it of Windows 8.1 and am now back to Windows 8.This is a shame because I was really liking
    using Windows 8.1 and if not for this problem(which is a big one) I'd still be using it. If I download Windows 8.1 again from the Windows store what is the probability that I'll have the same problems?
    Thanks Portozzygirl

    More often than not when a device isn't working it is because the driver has become corrupted. Re-installing a fresh copy should help
    http://windows.microsoft.com/en-us/windows7/Update-a-driver-for-hardware-that-isnt-working-properly?SignedIn=1
    http://captaindbg.com/how-to-update-drivers-on-windows-7/   (works on win 8 too)
    Wanikiya and Dyami--Team Zigzag

  • Problem with WCS Audit status missmatch after upgrade

    We had problem with wcs Audit status missmatch after upgrade to 7.0.164.3  WLC : 6.0.188.0.
    how I can fix the problem?

    Hi,
    Try pinging the WCS from the WLC and vice versa and then try again to refresh config from controllers.. then follow the below if its still not happening..
    Please forwrd the trace level logs from the WCS (Specifically WCS0.0.TXT logs) while recreating the issue!!
    Regards
    Surendra

  • Are you having problems with the Lacie external drive after upgrading to the new operating system

    Are you having problems with the Lacie external drive after upgrading to OS X Mavericks?

    See here for everyone discussing the issue you are having:
    https://discussions.apple.com/thread/5475136?tstart=0

  • Lync for mac (lync_14.0.7_131205) crashes with EXC_BAD_ACCESS at start up after upgrade to 10.9.2 (13C64)

    Lync for mac (lync_14.0.7_131205) crashes with EXC_BAD_ACCESS at start up after upgrade to 10.9.2 (13C64)
    I have removed and clean installed, including certs (http://technet.microsoft.com/en-us/library/jj945448%28v=office.14%29.aspx).  There is no "unknown" cert either.
    This is what I get:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2014-02-25 21:24:24 +0000
    Application Name: Microsoft Lync
    Application Bundle ID: com.microsoft.Lync
    Application Signature: UCCP
    Application Version: 14.0.7.131205
    Crashed Module Name: CoreFoundation
    Crashed Module Version: 855.14
    Crashed Module Offset: 0x00012192
    Blame Module Name: Microsoft Lync
    Blame Module Version: 14.0.7.131205
    Blame Module Offset: 0x00f02d02
    Application LCID: 1033
    Extra app info: Reg=English Loc=0x0409
    Crashed thread: 0 

    Please check if Lync for Mac 14.0.6 works correctly.
    The following is a similar thread you can refer to:
    http://social.technet.microsoft.com/Forums/lync/en-US/1ea7487f-5ded-4713-93c8-1abd594aea74/lync-for-mac-2011-crashing-since-update-to-1407?forum=ocsclients
    Lisa Zheng
    TechNet Community Support

  • Problem with PO text in ME22 after upgrade

    Hi,
    I face an issue in Purchase Order Text. We have recently done the upgrade from SAP 4.6 C to SAP ECC 6.0. Before upgrade, the users were entering required texts in ME22 transaction for each item and select the check button available. All the text types ticked here are carried forward and printed on the Delivery output.
    After upgrade, this tick is removed from all the existing documents and also for the new POu2019s users select this button and save it. But, when they come back and see it in change mode ME22, the tick is not available. Because of this issue, these texts are not printed in delivery outputs now.
    I have checked this problem in SAP. No relevant notes are available. Has anyone faced this issue before? Can you please throw some light on the same?
    Thanks and Regards
    Vijayakrishna

    Hi
    Please, see these notes
    Note 751441 - Consulting: Settings for texts from purchase order
    Note 53593 - Q&A - Delivery text from stock transfer order
    Note 417883 - Texts from purchase order
    and related notes. They talk about how to copy text from PO to delivery (for instance, in SC, STO and so on). It's related with some customizing steps in VOTXN and some VOFM subroutines that perhaps they are lost after the upgrade.
    I hope this help you
    Regards
    Eduardo
    Edited by: E_Hinojosa on Aug 24, 2011 10:22 AM

  • Problem with scanning in Photoshop CS6 after upgrading to Mountain Lion

    After upgrading to latest version of Mountain Lion i've got a problem with scanning directly into Photoshop CS6.
    on the previous Lion version when I wanted to scan something, i just opened Photoshop -> File -> Import -> images from device
    then a new window opened up the ImageCapture app where I could choose the device I wanted to use, and then I selected the scanner (Canon CanoScan 8400F) and I could scan directly into photoshop.
    Now with Mountain Lion when I do the exact same thing, it opens a window, but it's impossible to select any device, as the new window is just a plain white window, with 2 buttons on top to rotate something that isn't there. (text is in dutch, cause I'm from the Netherlands)
    hope someone can help me out.
    I can scan with the use of the ImageCapture app without problems and then save that picture and open it in Photoshop, but it has worked before, so am I doing something wrong? or is this just a little bug
    thnx in advance for the help

    I’m having the same problem with my Epson Perfection 3200 Photo scanner and Adobe Photoshop CS6. It does the initial overview scan then I get the same blank window as BigNoud shows above. I've done a Software Update and have also updated OSX to 10.8.1.
    I know for the Epson you can get a Mountain Lion compatible scan software from SilverFast for about $35.00 as an upgrade here.
    I haven't gone that route yet as I don't want to give up any more money for my Apple/Adobe experience.
    Any help would be appreciated.

  • Problems with result area in workbooks after upgrade to BW 3.5

    Hi,
    we are experiencing some problems with our <b>workbooks</b> after the upgrade to BW 3.5. When refreshing all queries in a workbook (that was there before 3.5) without selecting a specific query we get the message <b>'Result area</b> cannot be found, specify a new one'. After selecting, the message appears again in an infinite loop.
    Has anybody had similar problems and has found a solution for this?
    Thanks,
    EMS

    Hi,
    I am having that message, always if I delete a Sheet which contains an embeded query.
    Even the sheet is deleted, the SAPBEX has information of all the embeded queries, and tries to find the Result area to put the data.
    To find out if this is your case as well,
    select an empty cell in a Sheet and continue like that, until all the embeded queries are been displayed.
    Regards
    Vasso
    Message was edited by: VASSILIKI SIAGRI

  • I have a big problem with Lion and PGP. After upgrading from snow leopard to lion I cannot access my PGP drive which was generated under snow leopard. PGP does not start but gives a notion that lion cannot work with my PGP version. Solution?

    After upgrading from Snow Leopard to Lion I cannot access a PGP drive which was generated under snow leopard. PGP does not start. When I try to start I just receive a message that Lion cannot work with PGP. How can I now access important and confifential informatio which I have stored in PGP (snow leopard). Do I have to move back to snow leopard. If so, how can I do this? 

    If you have this product,
    http://www.symantec.com/business/support/index?page=content&id=TECH165159
    you have to go back to Snow Leopard.
    To re-install SL, back up your home directory, format and re-install.

  • Problems with Camera Raw 6.7 after upgrading to OS 10.8

    I've been using Photoshop CS 5 with Camera Raw 6.7 on my MacBook Pro with no issues until I recently upgraded to OS 10.8. Now my Canon CR2 files (shot with a Canon G15) won't open.  Does anyone know of a solution or work-around for this problem? 

    thanks for the prompt response...i appreciate it.  according to the link you listed, that's correct.  the strange thing is that prior to the upgrad to mac os 10.8.4, photoshop CS5 was working just fine and i was able to open my canon raw files with my current camera raw plug-in version 6.7 which adobe has indicated is the last camera raw update they'll be offering for cs 5
    so it's clearly an issue related to the "upgrade" of the os.  seems like every solution creates 6 new problems...further evidence for the notion that if it ain't broke don't fix it!  thanks again.

  • Trying to run programs with java 1.4.2_07 after upgrading Eclipse

    Hi All,
    I'm using Eclipse version 3.1.0 and java 5.0 (1.5.0_03). I changed the JRE of a program back to 1.4.2_07, but when i try to run it i get this:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: controller/Controller (Unsupported major.minor version 49.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)What the %^#@ ? Will appreciate any help.
    Regards,
    snayit

    Also, another thing people may want to try. A coworker was having a problem where she kept getting the unsupported major minor version error from eclipse after upgrading to the latest version of java.
    All the configuration settings were correct, pointing to the latest vm. I tried starting eclipse with the parameter
    -vm "C:\Program Files\Java\jdk1.5.0_04\jre\bin\javaw.exe"
    and it worked just fine. Without this, it was apparently finding some conflict between jdk1.5 and the older jdk1.4.
    IDE's are nice, but I find configuring them after an upgrade to be exremely painful.

  • HT201365 Why I cannot log on to my company (working email) with the same pass word after upgrade to ISO 7

    After upgrade to IOS 7.0.2 I am unable to log on to my company server! Any one know how to solve?

    cor=el,
    First link. https://support.mozilla.com/en-US/kb/Web%20sites%20or%20add-ons%20incorrectly%20report%20incompatible%20browser
    Did not work.
    ◦general.useragent.override was the only one that had a "reset" option that wasn't greyed out.
    After following as much of the proceedure as I could the problem was still there.
    Of course, I never got an "incompatible browser" report. I got a missing USER AGENT report.
    However the second link: http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default
    was more interesting. I reset the about:config file.
    I then deleted my history and watched the useragent files in config RESET themselves to where they were before I reset them. I connected to a website successfully, then checked WHAT'S MY USER AGENT and it showed no User Agent again. I tried again to connect to the website and got the error.
    I returned to About:Config and again reset the general.useragent files. After a while they went back to their pre-reset state on their own. Something is resetting them.
    I disabled USERAGENTSWITCHER in FF (which had been installed in an attempt to deal with this problem) I rebooted FF and returned to About:Config where I realized any click after resetting the general.useragent list undid the reset exactly.
    I reset the About:Config and immediately closed FF. I then rebooted FF. It was as if I had never reset the general.useragent list.
    Something unknown is resetting the general.useragent to pre-reset conditions on my next action. I think the links SHOULD have worked except they are not, so the problem lies elsewhere
    The "default" user agent is correct....it just keeps disappearing.

  • Can't see Numbers 2.3 documents on the cloud after upgrading to Yosemite

    Hello all,
    Just upgraded to Yosemite on a machine I was using Numbers 2.3 (yes, the new 3.X design is not working for me) with documents on the cloud. Now when I open a doc, the only "cloud" option is iCloud Drive.
    Is the 2.3-on the cloud functionality now broken? Do I have to upgrade to iCloud Drive (and, subsequently, to the latest Numbers)?
    Help!
    Thanks

    Yes I did that, as I stated above - by hitting F3 and looking at the different desktop spaces.  I'm wondering if it is just hidden below some border of the screen ?  How would I determine that?

  • Intermittent sound problems (circle with slash) since 10.9.1 upgrade.

    My 27" iMac (mid-2011, 2.7 i5, 16g RAM) has had intermittent sound problems (circle with slash) since I upgraded to 10.9.1.  I've reset the PRAM, used Disk Utility on the file permissions, tried Audio Midi, and sound prefs steadfastly refuses to use the internal speakers.

    Did you install the latest driver set for the device?  there is a new release on motu.com for mavericks.
    rachel

Maybe you are looking for

  • Macbook multiple times a day

    Hoping someone can help. My Macbook Pro has in the last 3 or so months has been shutting down. At first is was more random but now it can be happen several times a day and then the next, not at all. Below is the latest info from the problem report. R

  • Help: How to use Case statement in Interface ODI11g?

    Hi From my Source base i am getting 'Year' Values and i want translate these values into a code in interface and after translate want to push to Target system. Example: From source Database i am getting value for Year 2010 2011 2012 When i get Year 2

  • Support "notifications"?

    I have been getting a surprisiing volume of junk emails that purport to be from some "support" service.  Some are labeled "Apple Support" , some seem to come from Facebook and some are labeled "Gmail support."  Thankfully they are diverted to my junk

  • No camera accessible!

    am experiencing the problem, that when I execute the code from the documentation in my iAd, it says that 'undefined' is not an object, evaluating window.ad.camera... Maybe, I am using a newer version of iAd Producer than that code was made for (i am

  • Designer 9i - nested DDL structure not executable for XML

    To support an XML data transfer, we need to define types,collections, and tables. When we define a table that references types and collections, we do not get adequate DDL from Designer 9i that identifies all of the nested structures, and the DDL that