Field on manual tabular appears using Firefox but does not appear using IE

Hello,
A field in a manual tabular form appears correctly using Firefox but does not appear or appears in another field when IE is used. Javascript is used to hide certain columns on the tabular form. Does anyone know how to solve this problem?
Thanks pany

Prabodh,
The select for the report and the javascript that is used to hide the columns are displayed below. The data for Apex_item.select_list_from_lov(12,null,'LOV_METHOD_OF_ACQ') is shown in the previous column, Date Acquired, and the column for Method Acquired is blank. It appears correctly in Firefox. Please let me know if this is sufficient.
Thanks,
pany
SELECT
apex_item.hidden(1, c011) status
,apex_item.checkbox(2,seq_id) checkbox
,apex_item.hidden(3, seq_id) seq_id
,apex_item.hidden(4,c001) Owner_Firm_Id
,apex_item.hidden(5,c002) Owner_Id
,apex_item.hidden(6,c003,10) First_Name
,apex_item.hidden(7,c004,10) Last_Name
,apex_item.text(8,c005,10) Number_Shares
,apex_item.text(9,c006,10) Percentage
,apex_item.text(10,c007,10) Class
,apex_item.date_popup(11,rownum, c008, 'MM/DD/YYYY',15) Date_Acquired
,apex_item.select_list_from_lov(12,c009,'LOV_METHOD_OF_ACQ') Method_Acquired
,apex_item.hidden(13,c010,10) Primary_Key
FROM apex_collections
WHERE collection_name= 'INTEREST_STOCK_COLL'
AND c011 IN ('O','N','U')
union all
select
apex_item.hidden (1,null) status
,apex_item.checkbox(2, null) checkbox
,apex_item.hidden(3, null) seqid
,apex_item.hidden(4,null,10) Owner_Firm_Id
,apex_item.hidden(5,null,10) Owner_Id
,apex_item.hidden(6,null,10) First_Name
,apex_item.hidden(7,null,10) Last_Name
,apex_item.text(8,null,10) Number_Shares
,apex_item.text(9,null,10) Percentage
,apex_item.text(10,null,10) Class
,apex_item.date_popup(11,1, null,'MM/DD/YYYY',15) Date_Acquired
,apex_item.select_list_from_lov(12,null,'LOV_METHOD_OF_ACQ') Method_Acquired
,apex_item.hidden(13,null,10) Primary_Key
FROM dual
Javascript
function hideCols(p_startOfTable, p_pageList, p_debug)
          alert("in function");
          var outStr = "Blanking Script:\n";
var debug = p_debug;
var offCols = p_pageList.split(":"); //string comes in colon delimited, split it
into array
var tbl = document.getElementById(p_startOfTable); //get the table from the page
html source
var rows = tbl.getElementsByTagName('tr'); //get the first row
var tds = tbl.getElementsByTagName('td');
var testStr;
outStr = outStr + "START tds length is " + tds.length + "\n";
if (debug)
alert(outStr);
          //START Clear Headers
var i, j, cells;
cells = rows[0].getElementsByTagName('th'); //get the headers
for (j = 0; j < offCols.length; j++)
cells[j].className = "hidden";
outStr = outStr + "i is " + i + " HEADER rows.length is " + rows.length +
"\n";
if (debug)
alert(outStr);
//END Clear Headers
          //START Clear TDs
          for (i = 0; i < tds.length; i++)
var attrib = tds.innerHTML;
var gNum = attrib.indexOf(" name=") + 7;
var colNum = attrib.substr(gNum, 2);
colNum = parseFloat(colNum);
for (j = 0; j < offCols.length; j++)
if (debug)
testStr = testStr + "\n" + "colNum is: " + colNum + " className is: " +
tds[i].className + " i is: " + i + " j is: " + j + "\n";
if (colNum == offCols[j])
if (debug)
alert("colNum is " + colNum);
if (tds[i].className == "datepicker")
if (debug)
alert("caught condition with i= " + i);
tds[i - 1].className = "hidden";
tds[i].className = "hidden";
tds[i + 1].className = "hidden";
//add popupLOV functionality here
//add radio button functionality here
// add other items that may have multiple <td>
else
//regular hideCol
tds[i].className = "hidden";
          //END Clear TDs
if (debug)
alert(testStr);
//document.write(testStr);
Edited by: PANY on Aug 12, 2010 8:25 AM

Similar Messages

  • Flash Player 10 ActiveX, installed perfectly on FireFox but does not want to install on IE8

    I tried to install Flash Player 10 ActiveX but no luck
    operating system VISTA 32bit
    web browser and version IE8 32bit
    Flash Player version WIN 10,1,82,76
    is there anything in the security needs to be adjusted?
    It was running perfect before I do the latest upgrade
    It is running perfect on Fire Fox
    It is just not working on IE8
    Flash Player 10 ActiveX, installed perfectly on FireFox but does not want to install on IE8

    Hi, You might want to review the Troubleshooting Guide as it has been updated and a lot of new information is now included. If you prefer you can use the Manual Installer for IE which you'll see there. A lot of the questions that I would ask are listed also.
    http://kb2.adobe.com/cps/191/tn_19166.html
    Hope this is helpful for you.
    Thanks,
    eidnolb

  • Clicking links in apple mail opens firefox, but does not go to the actual link.

    Clicking on links in Apple Mail opens/switches to Firefox, but does not go to the page of the actual link. It just loads the homepage or stays on whatever page I was on before. Links work fine when I switch my default browser to Safari, so I think the problem is with Firefox, not Mail. Downloading the latest version of Adobe Flash seemed to temporarily fix the problem, but it stopped working within a day or two.

    Here's a link to a thread that solved the problem for me:
    http://discussions.apple.com/thread.jspa?messageID=12552345&#12552345
    The culprit was that the Flash plugin needed updating for FF. That was it.
    Go to Firefox; Preferences; General (tab); Add-ons; Manage Add-ons; Plugins.
    I clicked on Find Updates and immediately updated the Flash plugin.
    Hope this helps others.

  • I am getting a memory leak that sometimes leads to an unresponsive Firefox, but does not crash per se.

    Hello, For the last couple of months, I am having issues with one of my tabs or the program itself causing a memory leak. I was hoping that subsequent releases would fix the problem, but when I downloaded V.11 it did not help.
    I use tab mix plus and at any time, usually have about 25 tabs open. Everything functioned okay for 8 or so months up until recently.
    I am wondering if there is a way to try to track down what is causing the leak. If it is one of my open pages, i will get rid of it. I tried opening one page at a time from scratch, but could not find the issue. .
    I always have flash block enabled to cut down on the website junk.
    using OSX firefox v11.

    Now, I'm not going to say it's an Add-On problem because from the research I've been doing on this problem for the last half hour shows that everyone has DIFFERENT add-ons, but everyone's having the SAME problem....
    So I went through my add-ons and disabled them one by one, and the single add-on that has been giving me grief is the latest WOT add-on. So, I have Firefox 11 (so does my wife) and we both have the WOT add-on. But that's where the similarity ends... I have Windows 7 x64, she has Windows XP x86.... but she doesn't have the memory leak problem.
    What I see is a sawtooth pattern over time. Memory goes up a little over 30+ seconds, then drops down. But over half an hour, the peaks of the sawtooth are larger, and it doesn't drop back down to the same level again - always a little more than before. And before you know it, FF is peaking at 1.5+GB, dropping down to 1.2GB... and FF is running very, very slowly.... excessive disk accesses (paging probably, though I apparently I still have 1.5 to 2.0 GB of free RAM). Killing FF frees it all up, and if I open FF again, it's back to using 250MB of RAM.
    So, it's not the add-ons per se, but how they're interacting with FF (or the other way round).... most likely, it's this plug-in container they created to stop add-ons from taking FF with them when they crashed. Seems to have created more problems than it has solved..... would be great if you could choose not to use it....

  • Help! My DW site displays in FireFox, but does not work in IE

    Help! My DW site displays fine in FireFox, but only the background loads in Internet Explorer and I get an error message that the site cannot open. The site is www.bransonareagolfcouncil.com

    You've got lots of validation errors:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.bransonareagolfcouncil.com%2F
    Also, this forum is for DW application development. In the future try posting to the Dreamweaver forum.

  • RichEditableText: Control+z for undo works in firefox but does not work in internet explorer (ie)

    Hi,
    I was doing some testing with RichEditableText and realized that the undo and redo when called by keyboard (Control + Z) in Internet Explorer does not work.
    Thanks,

    Hi, Gordon Smith, thanks for answer.
    I tried to pass a javascript event to the flash but still the IE does not fire, but by the way there is no way around this situation.
    With javascript I tried
    document.attachEvent("onkeydown") but doesnt work, this not fires with flash over.

  • Website works in Firefox, but does not load in IE, Safari, Chrome.

    site: www.lightspinnersweb.com
    Page is a html wrapper around a  .swf.    The Flash includes .xml pages.  Shows no errors and works fine in Dreamweaver when 'test page in IE'.
    The Wc3 only shows errors in the <noscript....embed... section.
    Have tried everything I can think of. Would appreciate any ideas on what is wrong????

    Thanks ; I will follow your suggestion and post at a Flash forum,  I think,though, that the problem has to do with the browsers not finding the SWF file.???
    When I look at the page in IE, it looks like it sees the loading bar, but not the rest.??  Thanks again for the suggestion.

  • Query for create manual tabular form using apex collection using item textfield with autocomplete

    can we create a manual tabular form inside item textfield with autocomplete ?
    how it is possible?
    with Apex_item API used for this item.
    i used this code for creat  cascading select list
    select seq_id,
    APEX_ITEM.SELECT_LIST_FROM_QUERY(
            p_idx                       =>   1,
            p_value                     =>   c001,
            p_query                     =>   'SELECT C001 D
         , C002 R
      FROM APEX_COLLECTIONS
    WHERE COLLECTION_NAME = ''col1''',
            p_attributes                =>   'style="width:150px" onchange="f__name(this,parseInt(#ROWNUM#));"',
            p_show_null                 =>   'Yes',
            p_null_value                =>   null,
            p_null_text                 =>   '- Select name -',
            p_item_id                   =>   'f01_'|| LPAD (ROWNUM, 4, '0'),
            p_item_label                =>   'Label for f01_#ROWNUM#',
            p_show_extra                =>   'NO') name,
    APEX_ITEM.SELECT_LIST_FROM_QUERY(
            p_idx                       =>   2,
            p_value                     =>   c002,
            p_query              =>   ' SELECT null d, null r FROM dual WHERE 1 = 2
            p_attributes                =>   'style="width:150px"',
            p_show_null                 =>   'Yes',
            p_null_value                =>   null,
            p_null_text                 =>   '- Select name -',
            p_item_id                   =>   'f02_'|| LPAD (ROWNUM, 4, '0'),
            p_item_label                =>   'Label for f02_#ROWNUM#',
            p_show_extra                =>   'NO')name2,
    from apex_collections
    where
    collection_name = 'COLLECTION1'
    It is fine .
    but i want item in tabular form  textfield with autocomplete and remove select list. my requirement is using textfield with autocomplete select a employee name and second item textfield with autocomplete display dependent perticular employee related multiple task.
    how it is created.i have no idea related textfield with autocomplete.Please help me....

    pt_user1
    I understand that the add row button is currently doing a submit.
    To not submit the page you need a dynamic action on the page.
    Does the javascript function addRow do what you want?
    Otherwise have a look at the following two threads Add row in manual tabular form using dynamic action and Accessing Tabular Form & Add Elements to Collection without Page Submit.
    You're process could be something like:
    Add the new values to the collection using the idea's in the second thread and at the same time add the new row.
    And as second action refresh your tabular form.
    If you get stuck set up what you have done on apex.oracle.com using the tables from the demo application.
    Nicolette

  • Query for create manual tabular form using apex collection add row button functionality

    Hello everyone
    My requirement is i created a tabular form manually using apex collection but if i click on add row button then previously selected data refreshed and added new row in this form it is fine.but i don't want to refreshed previously selected data and click on add row button then add new row .how it is possible? plz help
    Thanks & Regards,
    Ujwala

    Ujwala
    Instead of starting a new thread with the same question as Query for create manual tabular form using apex collection add row button functionality.
    Could you answer the question about what you see while debug the javascript code.
    If you don't understand the question or have trouble debug javascript let us know.
    Nicolette

  • I am using both PSE 13 and Lightroom 5.  When I use Lightroom as an external editor and save the photo, it shows up in PSE13 as an edited file but does not look any different.  Why doesn't it appear edited?

    I am using both PSE 13 and Lightroom 5.  When I use Lightroom as an external editor and save the photo, it shows up in PSE13 as an edited file but does not look any different.  Why doesn't it appear edited?

    People who have Photoshop, but don't have Lightroom, need ACR so that they can use Raw files. Without ACR they could do nothing with those (they may also like having ACR so that they can work on other kinds of image using the same kinds of adjustments and techniques, as are used with Raw files).
    People who have Lightroom, can get access to Raw files regardless whether ACR is present or not. They can use Lightroom on other kinds of image also, using the same methods. LR can pass images directly into Photoshop without passing via ACR (or else does so transparently, which amounts to substantially the same thing).
    ACR does not, strictly speaking, even need to be installed for this external editing to happen. In fact, not even PS needs to be - since a different image editor can be used instead, while still retaining the Adobe Raw conversion etc.
    Lightroom "subcontracts out" specialised external tasks, in this workflow, but is still your "main contractor": the image is otherwise located, viewed, managed, adjusted/presented and output entirely using LR.
    So IMO we can divide image processing into:
    operations that involve pixels and layers and layer masks and adjustment layers etc (of the kind done inside Photoshop)
    operations that involve parametric edits (of the kind done in ACR where you are not using a Lightroom based workflow; otherwise, done inside Lightroom)
    When PS is called in, that's because those tasks are impossible or unsuitable to do in Lightroom. But those tasks can't be done in ACR either - by definition, since LR and ACR have exactly the same image processing "feature set".
    Lightroom is irrelevant to the Bridge + ACR + PS workflow. This workflow requires both your PS and your ACR to be current enough, to support your Raw format etc.
    ACR and Bridge are irrelevant to the LR + (image editor) workflow. It is in this case, only LR which needs to be current enough to support your Raw format etc.
    RP

  • The Power Supply Fan is still working, but does not appear to respond to increased loads, and its speed cannot be increased using SMCFanControl. Any suggestions?

    Hi all - My mac pro 1,1 has an enigmatic problem. It's quad-core, 3Ghz, running OS X 10.7.5. The problem began some months back, when running HD video conferences, HD streaming videos and some other graphics-moderate (I won't say intense) uses, such as slide shows in Just Looking. My machine has an ATY, RadeonX1900 card and 2 monitors - both Apple displays, one being 30 inch 2560x1600, the other being 24 inch 1920x1200.
    When I start those types of graphics-moderate apps, after about 5 minutes, something would crash (the monitors making a noise as it did) and the displays would both go black. The power did not appear to be fully cut off from the monitors. I think that the underlying applications, however, did not crash. So, I could still hear and speak to people during video conferences, and I could hear the sound tracks of videos.
    Attempts to restart the computer and get the monitors back did not immediately work to undo the problem, if done straight away. The only way to correct the problem (so as to have the monitors work) was to wait for a few minutes and then restart.
    After a lot of puzzled looking at console logs (and I confess that I am not an expert), I ran into a blank.
    But, because of the timing of the crashes (after ~5minutes use) and restarts (after some minutes wait), I reasoned that the problem might be temperature related.
    Once on that path of thought, I found this article:
    http://worldtv.com/blog/guides_tutorials/fixing_an_overheating_mac_pro_no_expens e_required.php
    I installed both Temperature Monitor and SMCFanControl. And I experimented, and got interesting results:
    Now to the puzzling bit: SMCFanControl shows that the speed of the Power Supply Fan doesn't vary much, even if I use SMCFanControl to ramp fan speeds right up. All of the other fans react to SMCFanControl, going up to and above 2500rpm when commanded. But the Power Supply Fan does not.  Having watched it for a few days now, the Power Supply Fan, according to AFCFanControl, never varies outside of a range from about 600-640 rpm, regardless of what I do with AFCFanControl.
    Also (and not surprisingly), whenever the graphics-moderate apps run, when I ramp all the fan speeds up using SMCFanControl, Temperature Monitor shows that the all of the temperatures within the machine plummet, except in the power supply locations. Power Supply Location 2 is the worst affected. Because the Power Supply Fan does not react as the other fans do, the "crashes" still occur.
    I could post some screen shots of the read outs of SMCFanControl and Temperature Monitor, although I think I have covered the key points in this post.
    It seems that the Power Supply Fan is still working, but does not respond to increased loads.
    Instinctively, I'm worried that if that's right, it might be a hard problem to fix. Any suggestions? Help! I would really appreciate them!
    Cheers
    P

    Thanks for your response Grant. I had already read about, and I think excluded, dust in graphics card/fan/assembly as a cause. The entire inside of the computer, including the graphics card/fan/assembly, is as clean as a whistle. It looks clean. I've cleaned the dust out every now and then (including a few days ago). Also, my undersanding (derived from the article, linked in my first post) is that I might expect to see high temperatures in the Northbridge and memory module B if the graphics card was overheating. According to Temperature Monitor, however, locations do not increase in temperature when I run the relevant apps. Finally, the graphics card/assembly does not feel too hot to touch.
    It is strange that SMCFanControl lists the Power Supply Fan as being software controllable, if that fan is not. Still, your comments are consistent with my observations, as the fan simply does not respond to software control.
    There are two upsides: First, I've something of a work-around. I've worked out what temperature must be achieved in Power Supply Location 2 for a crash to occur, and I can watch that location in Temperature Monitor, terminating the process before that treshold is reached. Of course, that's not ideal. Second, ramping all the other fans up does significantly delay the onset of the problem, and makes recovery time much quicker.
    Is there any donwside to peridically ramping up the other fans when running the relevant apps? Given that it causes all of the other locations to cool significantly, could this lessesn the life expecancy of the mahcine? (I don't want to run the fans up all the time - that's like sitting next to a jet ready for take off!)
    Also, a correction to my first post: Yesterday, with all the other fans running on full and running an HD streaming video, the Power Supply Fan did, eventually, slowly, come up to ~740rpm, which is much higher than the ~640rpm maximum I had previously seen, and this may have aided delaying the onset of the problem. 
    I'm not sure where this leaves me? The problem might now be able managed. Well, sort-of. But it's not eliminated.

  • TS1538 I am using windows 7 and my 3rd gen nano is not recognized in itunes. I have followed all online troubleshooting to no avail. My ipod is recognized by windows but does not appear in itunes.

    I am using windows 7 and my 3rd gen nano is not recognized in itunes. I have followed all online troubleshooting to no avail. My ipod is recognized by windows but does not appear in itunes.

    not recognized by anything: http://support.apple.com/kb/TS1369
    recognized by windows, but not itunes: http://support.apple.com/kb/TS1363
    solving the problem if the above does not work:http://www.instructables.com/id/What-to-do-when-iTunes-does-not-recognize-your-i Po/step1
    (make sure you go to the next slides.

  • Epson r800 prints, but does not appear in Printer List: can't use Utilities

    My Epson r800 prints, but does not appear in Printer List. It is connected via USB to the iMac. A Brother LH-2070N is connected via AirPort Extreme. I need to use Utilities to clean the head of cartridge, check levels, etc.. Is there a way to fix this problem?
    iMac   Mac OS X (10.4.9)  

    For your Epson try this:
    Hard Drive, Library, Printers (folder), Epson folder,
    Inkjetprinter folder, Utilities folder and here you
    will find Epson Printer Utility2. Click on it and it
    should work.
    Note. Epson utilities will not work unless the
    Printer is directly connected to the computer.
    Had the same issue with my 2200 photo and the above
    worked.
    Tried again after reinstalling the drivers. There is no separate Inkjet Folder, but the Printer Utility is within the Epson folder. Unfortunately, the r800 still does not appear in the Printer List, hence no utility.

  • Want to use credit card with firefox but do not see a lock with firefox 5 on linux using priceline

    want to use credit card with firefox but do not see a lock with firefox 5 on linux using priceline

    Type '''about:preferences#applications'''<enter> in the address bar.
    Now follow the picture.

  • √using successfully airport express for internet/ when hooking up new airport extreme light glows green, but does NOT appear in devices seen????airport wifi devices

    using sucessfully airport express for internet
    when hooking up new airport extreme light glows green, but does NOT appear in devices sesn in 5.6 airport wifi devices
    wanting to use extreme at base and express in another part of the house

    How is the express getting internet? What modem is it plugged into?
    How is the extreme setup? New extreme cannot be setup with 5.6 utility.. you must use latest 6.3. Which also means you cannot setup from computer using less than Lion .. or you must use iOS with latest utility but it has limited configuration cf the computer version.
    IPv6 is also needed.. turn on local link.

Maybe you are looking for

  • Material with batch management

    Hi gurús, We have a material with Batch management for which already took place movements. Sales orders and lots have already been created. It is posible removed the mark and use the material as non material with batch lot? Thanks in advance for the

  • Getting Started with XML

    I need some help learning what tools to use when developing some XML stuff. I have created some .xml documents, but now I have no idea how to parse this stuff in a meaningful way. Thanks very much.

  • Problem using GETGUI command

    Hi Friends, I am using GETGUI to capture the text. Following are the properties. GUI Element Name : 'Shell' Type: 'GUIShell' SubType : 'Gridview' In GetCellvalue , parameter is "OBJTXT". I am able to capture text for buttons and text fields. I observ

  • Aligning tabs in Tab navigator

    I'm aware that you can align the tabs either left, center or right - but what if I have an application which requires some of the tabs to be left justified with others being right justified within the same component. I tried using CSS with the float

  • Recovered photos upon opening iPhoto

    Every time we launch iPhoto we get a  pop up that says: "27 photos have been found in the iPhoto Library that were not imported. Would you like to import them?" If you hit no, another pop up comes up saying it saves them to a recovered file, and then