List of shuttle Dene Ajax filter works is not in Internet Explorer

List of shuttle Denes Kubicek Ajax filters does not work in Internet Explorer. It hung but no error has been lifted and I had to use the Task Manager to end the process. However, when I ran the same routine of ajax in Firefox, it worked fine. I have Apex 3.0 and IE 7. Any help on this?

http://HTMLDB.Oracle.com/pls/OTN/f?p=31517:no

Thank you.
Andy

Hello

While this may not help you and solution of Dene is excellent I me after.
This need jQuery and it seems to work with Apex 3.2

I load jQuery in the model page

I have the P58_STATE shuttle with LOV query

SELECT state_name,
  st
FROM STATES
order by 2

I place at this point of shuttle pre text element



In the HTML page header I


And process on request P58_FILTER_SHUTTLE

DECLARE
  l_html VARCHAR2(32000);
  l_arr  APEX_APPLICATION_GLOBAL.VC_ARR2;
BEGIN
  APEX_COLLECTION.CREATE_OR_TRUNCATE_COLLECTION(p_collection_name => 'P58COL');
  l_arr := APEX_UTIL.STRING_TO_TABLE(:P58_STATE);
  FOR i IN 1 .. l_arr.count
  LOOP
    APEX_COLLECTION.ADD_MEMBER(
      p_collection_name => 'P58COL',
      p_c001 => l_arr(i)
    );
  END LOOP;
  FOR c1 IN(
    SELECT st, state_name
    FROM states
    WHERE lower(state_name) LIKE lower(APEX_APPLICATION.G_x01) || '%'
    AND NOT EXISTS(
      SELECT 1
      FROM apex_collections
      WHERE collection_name = 'P58COL'
        AND c001 = st
    )
  )LOOP
    l_html := l_html || '';
  END LOOP;
  HTP.P(l_html);
EXCEPTION WHEN OTHERS
THEN
  HTP.P('');
END;

If someone finds the bug, thanks for posting comment

BR, Jari

Tags: Database

Similar Questions

  • Spry active Menu works is not in Internet Explorer (no version)

    Hello

    I'm having a problem with my Active Spry menu works is not in Internet Explorer. It works in all other browsers like Chrome, but I get a white box around the text in Internet Explorer. How can I fix? Here is the link to the site: http://www.fatdaddysinc.com/fd_menu.html

    Any help would be greatly appreciated.

    Hello

    Look here in your "SpryMenuBarVertical.css" where you have your '#FFF '; You can / must change to have a contrast (as examples):

    SLH MenuBarVertical li. MenuBarItemIE
    {
    display: inline;
    f\loat: left;
    / * background: #FFF; * /
      background: #F88;
    }

    and

    MenuBarVertical a SLH
    {
    display: block;
    cursor: pointer;
    background-image: url url (.. / new%20site/images/menu_button.png);
    background-repeat: repeat no.;
    Padding: 0.65em 0.75em;
    / * color: #FFF; * /
    Color: #000;
    text-decoration: none;
    }

    Hans G.

    P.S. sorry, but your code had been in one for me unexpected place

  • Links between projects of child work is not in Internet Explorer (WebHelp output)

    I set up a test environment with two projects of the child in order to check that the links work between child projects. I found that creating WebHelp output, the links work OK in Chrome, but not in Internet Explorer. It is not possible to follow the link, or right click and open a new tab, this could be a problem with the way IE handles relative paths, and if so, could someone suggest a work around?

    Any advice would be appreciated. (V11 Robohelp, Internet Explorer version 11.)

    Normally I suggest you send me your projects so that I could take a look. However, your timing is bad because I can't offer to do it for several weeks now.

    When you use IE see you a message about active x and desirous of you to allow it? I think that this could be the problem that occurs only with local facilities. On the other hand, if that was the cause, you would see it with my projects as well.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • HP Laser Jet M1005 MFP not WORKING DO NOT IN INTERNET EXPLORER

    In my windows 8 OS, HP Laser Jet M1005 MFP IS NOT WORKING in INTERNET EXPLORER. Advise me, how to solve this problem.

    Most often when a device does not work, it is because the driver is damaged. Re-install a new copy should help

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly? SignedIn = 1

  • When I connect my hotmail account, I can't open any folder, the Inbox, the new message,... everything seems normal, but when I click on something, it isn't responding.and it doesn't see the error.it works very well in internet explore.

    When I connect my hotmail account, I can't open any folder, the Inbox, the new message...
    everything seems normal, but when I click on something, it isn't responding.it works very well in internet explore.

    I think the next thing to test would that interfere with Add-ons. Disables the Firefox Add-on - Add-ons that only list compatibility with Firefox 5, but some add-ons could cause problems.

    To test, the simplest method is to restart Firefox Safe mode.

    First of all, I recommend you backup your Firefox settings in case something goes wrong. See your backup information. (You can copy your profile folder Firefox together somewhere outside the Mozilla folder).

    Then, try help > restart with disabled modules > continue in Mode safe (do not check the boxes). This article gives more information on the options and features of Safe Mode: Safe Mode.

    What is fix? If so, you may have to disable some add-ons.

  • When a download is in progress (for eg. 50% complete) and I put in 'Work offline' mode in Internet Explorer, this will affect the download?

    Query 'work offline '.

    When a download is in progress (for eg. 50% complete) and I put in 'Work offline' mode in Internet Explorer, this will affect the download / download will stop and I have to restart the download again? What would be the status in a scenario like this?

    I think you might have to restart the download.  You can test and see, but with XP, I think it will start from scratch.

    Steve

  • Why my website slider works in Chrome, but not in Internet Explorer

    Why my website slider works in Chrome, but not in Internet Explorer

    On this page it says IE version 10 uses "animation".

    & then if you look at the examples on this page it shows:

    div {}

    -webkit-animation: myfirst 5 s; / * Chrome, Safari, opera * /.

    Animation: myfirst 5 s;

    }

    So, you will need to do.

    Also, check the CSS3 menu on the left, there "transform 2D" then you should find how to join also CSS3 2D transforms

    I have never used myself these animation properties, but these pages will have the info you need.

  • call to the Ajax process work does not correctly

    Hi guys Apex.

    I am new to apex and need a little help with a bug in my next javascript.

    I have an anonymous pl/sql block that shows me a list of products, so that the user can enter a few quantityes on those desired.

    I got another part of HTML that contains the JavaScript in this region, I check the quantity selected by the user (account product id and quantity entered) and the end of the page, there are 2 buttons.

    The first is to generate totals of runing, it works perfectly.

    The second add the products in the Collection (calling a callback procedure Ajax ADD_PRODUCTS) and finally in the same process of button, I save the order until the final table on my db, the latter a speech to another process to recall Ajax calles RECORD.

    The bug that I have is that the process is not save the entire products on my database, a few times for example if I get quantities for 10 products, the process saves me only 8 or 7, it's a random outcome.

    I looked at the code and seems that the problem is on my ADD_PRODUCTS process, because on my javascript where I call him, I have displayed on the screen, the total order quantity and runnign and it shows perfect, always.

    I use the Application Express 4.2.2.00.11 on DB SE

    next is:

    1 - Javascript

    2 - ADD_PRODUCTS ajax

    3 - RECORD Ajax

    Thanks for the tips,

    MJ

    -------

    1 JavaScript

    -------

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 / / IN" "http://www.w3.org/TR/html4/strict.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf - 8 ">

    Totalizar < title > < / title >

    < script type = "text/javascript" >

    $(function () {})

    () $("#Calculate").click

    Mueve el valor al campo of amount

    function () {}

    var total = 0;

    var total_qty = 0;

    () $("input[name=f_qty]").each

    function () {}

    var amount = $(this) .val ();

    var productId = $(this).parents('tr') .find ("input [name = f_prod_id]") .val ();

    If (amount! == ") {}

    price var = $(this).parents('tr') .find ("input [name = f_unit_price]") .val ();

    var prodtotal = (quantity * price);

    Total = total + prodtotal;

    total_qty = total_qty + 1;

    }

    }

    );

    $('#printHere').html (decimalizer (total));

    $('#printHereqty').html (total_qty);

    }

    );

    funcion para formatear el resultado one shark 2 decimal places

    function decimalizer (input) {}

    var Test1 = 0;

    var test2 = 0;

    entry = Math.round(input * 100);

    If (input / 100 == Math.round(input / 100)) {}

    Test1 = 1;

    } ElseIf (entry / 10 == Math.round(input / 10)) {}

    Test2 = 1;

    }

    If (test1 == 1 & & test2 == 0) {}

    return (input / 100 + ".") 00');

    } ElseIf (test1 == 0 & & test2 == 1) {}

    return (input / 100 + '0');

    } else {}

    return (input / 100);

    }

    }

    -Starts process of application del pedido.

    Apply el Pedido

    () $("#Save").click

    -Add products to the collection

    function () {}

    () $("input[name=f_qty]").each

    function () {}

    var amount = $(this) .val ();

    var productId = $(this).parents('tr') .find ("input [name = f_prod_id]") .val ();

    If (amount! == ") {}

    $("#P1_CANTIDAD_PEDIDO").val (quantity);

    $("#P1_PRODUCT_ID").val (productId);

    Apex. Server.Process ("ADD_PRODUCTS", {}

    pageItems: ' #P1_CANTIDAD_PEDIDO, #P1_PRODUCT_ID.

    });

    }

    }

    );

    PlaceOrder();

    });

    -Add los productos end has the Collection-

    function placeorder() {}

    Apex. Server.Process ("SAVE", {pageItems: "#P1_CODIGO_CLIENTE, #P1_TIPO_CLIENTE"});

    var total = 0;

    var total_qty = 0;

    Alert ('Medal created');

    Poner en 0 las cantidades digitadas

    () $("input[name=f_qty]").each

    function () {}

    var amount = $(this) .val ();

    If (amount! == ") {}

    $(this) .val ('');

    }

    }

    );

    $('#printHere').html ((total));

    $('#printHereqty').html (total_qty);

    }

    });

    < /script >

    < / head >

    < body >

    < div id = "total" > < / div >

    < p >

    < strong > ORDER TOTAL:

    < span id = "printHere" > < / span >

    < facilities >

    < /p >

    < p >

    < strong > ORDER PRODUCTS:

    < span id = "printHereqty" > < / span >

    < facilities >

    < /p >

    < p align = "center" style = "" clear: both; ">"

    < button type = "button" style = "' make-weight: bold;background-color:lightgray;margin-left:auto;margin-right:auto;display:block;margin-top:0%;margin-bottom:0%" id = 'Calculate' > total 120 Hz < / button > "

    < /p >

    < p align = "left" style = "" clear: both; ">"

    < button type = "button" style = "' make-weight: bold;background-color:lightgray;margin-left:auto;margin-right:auto;display:block;margin-top:5%;margin-bottom:5%" id = "Save" > order < / button > "

    < /p >

    < / body >

    < / html >

    -------

    2 ADD_PRODUCTS

    -------

    Start

    apex_collection.add_member (p_collection_name = > 'ORDER',)

    p_c001 = >: P1_PRODUCT_ID,.

    p_c003 = > sib_precio_cte_prod ('001 ', ' 1776',: P1_PRODUCT_ID).

    p_c004 = >: P1_CANTIDAD_PEDIDO

    );

    END;

    -------

    3 SAVE

    -------

    declare

    number of l_order_id;

    l_count number;

    l_customer_id varchar2 (30): =: P1_CODIGO_CLIENTE;

    Start

    -Insert a row into the table Order Header

    insert into cab_orders (customer_id, order_total, order_timestamp, user_name)

    values (l_customer_id, upper(:APP_USER), null, systimestamp) back into l_order_id order_id;

    commit;

    insert into det_order (order_item_id, order_id, product_id, unit_price, quantity)

    Select null, l_order_id, to_number (c001), to_number (c003), to_number (c004) from apex_collections where collection_name = "ORDER";

    commit;

    -The value of the P1_numero_orden order point which was placed just

    : P1_numero_orden: = l_order_id;

    -Truncate the collection once the order has been placed

    apex_collection.create_or_truncate_collection (p_collection_name = > 'ORDER');

    l_count: = APEX_COLLECTION. COLLECTION_MEMBER_COUNT (p_collection_name = > 'ORDER');

    : P1_cantidad_registros: = l_count;

    end;

    It is no doubt a few classic miss the A in AJAX. When execute you a loop on the orders you make an ajax call for each, and after the loop, you trigger the placeorder ajax call. However, it might be that ajax add_products calls have not finished yet at the point where you call the placeorder call. This would explain the apparently random quantity of the entered orders: orders may simply not have made it in time to the collection.

    Another you're not processing orders where the quantity has not been met, but this probably isn't the cause since you mention that you have filled with quantities.

    The solution is to: have / do these add_order synchronous requests or B / keep them asynchronous and learn something new, called promises

    A crash the browser because do you wait before the end of his run - but it's maybe not really noticeable so would find you acceptable.

    apex.server.process("ADD_PRODUCTS", {
        pageItems: "#P1_CANTIDAD_PEDIDO,#P1_PRODUCT_ID"
    },
    {async: false})
    

    B is more interesting. You have a variable amount of ajax calls and want to wait until they have all completed in order to do something else. Promise interfaces provide this feature in the async environment and jquery has its own implementation of it. I suggest Googling it and read on this topic - its very interesting and it will be part of the future (alone, today!)

    $("#Save").click(
        // ----- Agregar los productos a la collection
        function () {
            //array to hold all the ajax requests
            var requests = Array();
            $("input[name=f_qty]").each(
                function () {
                    var quantity = $(this).val();
                    var productId = $(this).parents('tr').find("input[name=f_prod_id]").val();
                    if (quantity !== '') {
                        $("#P1_CANTIDAD_PEDIDO").val(quantity);
                        $("#P1_PRODUCT_ID").val(productId);
                        requests.push(
                          apex.server.process("ADD_PRODUCTS", {
                              pageItems: "#P1_CANTIDAD_PEDIDO,#P1_PRODUCT_ID"
                          })
                        );
                    };
                };
            );
            //when all ajax calls are completed act on the done callback
            var defer = $.when.apply($, requests);
            defer.done(function(){
              placeOrder();
            });
        });
    

    Here are some links with relevant information on this solution:

    Apex.Server.process JavaScript APIs

    The return value of this function is a jqXHR object. This is required to use the interface of the promise! Once again at the apex, the hats of the team for this great new feature ajax

    jQuery.Ajax. jQuery API Documentation

    Documentation on the jquery ajax function. It contains information about the jqXHR object and shows all the options available. For reference.

    Wait until any jquery ajax request are done? -Stack overflow

    jQuery when troubleshooting with a variable number of arguments - Stack Overflow

    StackOverflow questions / answers lets get this solution. More info in them!

    jQuery.when () | jQuery API Documentation

    When interface $ you see used

    https://developer.Mozilla.org/en-us/docs/Web/JavaScript/reference/Global_Objects/function/apply

    Information about using "apply" If you've not seen before. It has been used in the solution of SO due to the variable number of arguments - very interesting!

  • Gradient bevel filter works do not properly in a Flash swc

    Hello

    I have a CFC that is used by a project AS Flash Builder. When I export the swc from Flash Pro, I can see the filter works correctly in the priview Flash Pro opens automatically. But when the CFC is loaded through Flash Builder and the CFC, the gradient bevel enjoy shows the first color in the gradient in green, and looks like missing the first half of the gradient. It is green with a change of law to the next color, no gradient. What happens to all the objects that use this filter in the swc.

    Any ideas?

    Cheers.

    It is a tribute a bug in Flash Builder 4.7:)

    https://BugBase.Adobe.com/index.cfm?event=bug&ID=3499140

  • When I try to watch videos, mozilla said that I have to install a plug-in. However, the plug-ins are installed and they work very well with Internet Explorer. Is there something blocking these Mozilla?

    I have all the plug-ins installed on my computer, it works with Internet Explorer but not with Mozilla Firefox

    This is probably the plugin Flash and Firefox and IE do not use the same Flash plug-in. Your list of plugins shows that the Flash plugin used by Firefox is not installed. You use Firefox, you can visit http://get.adobe.com/flashplayer to install Flash. An alternative method (it is what I prefer), you can use the manual setup programs to install Flash, for details, see http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • V13 Firefox slow to access the voice mail or google google works very well in internet explore

    I just updated firefox to v13 and now its really slow to access the google mail and google voice. I get a message that it is connect to google, but nothing happens. works fine on internet explore. other web sites seem to work end

    Hello

    I use V14.0.1

    I had simliar problems both at home and at work while using Firefox. IE and chrome works very well in these two places.

    While I am at home, and not using any proxy, it worked after disbaling spdy i.e. network.http.spdy.enabled set to false.

    However, when I'm at work (by browsing through a proxy, Ironport in this case) and it does not work. I noticed that it is not only the keyword google search or google sites, but none of the https / ssl working site. He invites me repeatedly for authentication of the proxy, and even if I type my proxy username and password, it does not work.

    I have been with older versions of firefox for a while and have not had this kind of problem before.

    Any idea?

  • When I click on an RSS feed, I get this message. XML file does not appear to be any information of style associated with it... It works very well with Internet explore

    When I click on an RSS feed, I get this message. XML file does not appear to have any information of style associated with it. The same RSS feed works fine with internet explorer, any information would be helpful.
    Here are the first 3 lines from what I get

    < rss version = "2.0" >
    < String >
    < title >

    You open a new empty tab?

    Don't you see the text 'Click on the RSS buttonin the toolbar of navigation on this page?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • HP simple pass no longer works with chrome or internet explore

    Suddenly, I can use is no longer Simple past to open a session on a BOA online account.  When I slide my finger, a message indicates that simple pass launches the address but nothing happens and the website does not open.

    Provided simple pass with my laptop HP Pavilion DV6T - 7000 CTO with a 64-bit operating system.

    I am currently using windows 7.

    Google Chrome is my default search engine, but I also use IE occasionally.  Previuosly when my Pass Simple worked, my position of BOA opened only in Internet Explorer.

    Hi bobbinfv,

    I see that you are having problems with the fingerprint on your laptop reader. It is quite possible that was caused by an update that is mentioned in this document. Impossible to connect to Windows with SimplePass fingerprint reader

    It includes instructions on how to restore the previous driver of the device. If this does not help then try the following:

    Troubleshooting a (Windows 7, Vista, XP) fingerprint reader

    I would like to know if this was useful for you, or if you need assistance most.

    Kind regards

  • Delete a file called "wre.exe", now two of my virus scanners will not work and nor does internet Explorer, how to fix?

    I took my computer to the shop twice to fix the same virus, and then I got it again. This time, I decided to try to fix myself because obviously they couldn't do it, despite having taken $200 from me.

    my mother gave me Norton antivirus, and its history has shown me where the file kept showing in taskmanager, so I went there and deleted. the virus seems to have disappeared and to a large extent, my computer seems to work but I can't run microsoft security essentials or antimalware bytes. haven't tried my other programs yet, but I know that I can still read PDF files, and I can see my photos. the icon of internet explore doesn't work, I got in line to say things to try to find the file online. whenever I try to go online, or use one of my two antivirus, it tells me to choose a program to use to open it.

    is there anyway that I can fix this? really get rid of the virus? I can't afford to have this fixed thing again, and of course, they are unable to him anyway.

    If you like not what it was, I think it was called xp antivirus 2012 or something similar.

    in fact, its virus programs not only blocking, his block anything that does not use another program to run, like adobe or realplayer. I am sure that it changed something. I'll try this thing to scan in any case, just to see if it finds anything. If it isn't, I have no choice but to do a complete reinstall of windows.

    is there a risk to the installation of an operating system from an obsolete drive severely? as in will be my computer be infected again until he finally update all the way?

    First of all, you can not delete a file by using the Task Manager. You can choose to terminate a process but cannot remove a file that you have indicated above in your initial post.

    Second, you can't have the two Microsoft Security Essentials and Norton installed on the same machine. Conflict reducing your coverage and possibly even cause a blue screen.

    Thirdly, you are unable to open due to the malware programs change you file associations of executable files.

    Fourthly, you have problems to connect to the internet most likely because the malicious software modified your internet connection settings.

    It will be easy to fix if you follow my instructions carefully.

    With the help of a good working computer and flash drive you mentioned above download the four files below save them on the flash drive.

    XpExeFix.reg

    RKill

    RemoveProxy

    Malwarebytes< it="" doesn't="" matter="" that="" you="" may="" already="" have="" malwarebytes="" downloaded.="" use="" the="" one="" on="" the="" link="" i="" provided.="" it="" has="" been="" renamed="" to="" allow="" it="" to="" run="" on="" infected="">

    Now take the flash drive for infected patients. Open the flash drive. Right-click on XpExeFix.reg and choose merge. Confirm the prompt. You should receive a message that the information has been added to the registry.

    Then, double-click RemoveProxy and run it. Once the operation is completed, you should be able to access the internet. If you are unable to run the file go to the step below and run RKill and then return to this step.

    Then, from the flash drive double click on RKill and choose to run it. It may take a while to complete but, just let it run. You will get a window similar to that of the command prompt and must be informed when the process is complete.

    Once the RKill completed, double-click Malwarebytes and choose to install it. Update to update the installation, then run a full scan. Remove any detected object. If you are unable to update just for some reason any run it.

    Post when you have completed these steps for additional instructions.

  • HP Photo essential 3.5 work anymore and say internet explore checks to the solution.

    Original title: HP Photo essential 3.5

    When I open photo 3.5 essential, once a minute or so, it stops to work and say internet Explorer checks for the solution. So basically, when I go there to do she anything close.

    Hello
    UN-install no matter what program won't uninstall the settings and data of that particular program.
    UN-installing Hp Photo essential 3.5 will not uninstall the photos corresponding to this.
    Note: For more details, you can contact HP.
    For issues with Windows Live Photo Gallery you can post here: http://answers.microsoft.com/en-us/windowslive/forum/gallery

Maybe you are looking for