Close the internet explorer which is called msword

Hi,
I made a procedure to call msword.
My client pc works with IE6, win XP and msword 2002
procedure DLBLOB(DocID IN NUMBER, Nom IN VARCHAR2)
IS
     l_lob blob;
     l_amt NUMBER default 4096;
     l_off NUMBER default 1;
     l_raw raw(4096);
BEGIN
     BEGIN
          SELECT document
          INTO l_lob
          FROM t_documents
          WHERE document_id = docId;
          BEGIN
     owa_util.mime_header( 'application/msword',false);
htp.p ('Content-Disposition: attachment; filename='||Nom||'');
owa_util.http_header_close;
          loop
                    dbms_lob.read( l_lob, l_amt, l_off, l_raw );
     htp.prn(utl_raw.cast_to_varchar2(l_raw));
     l_off := l_off+l_amt;
     l_amt := 4096;
     END loop;
     exception
               when no_data_found then NULL;
     END;
     exception
          when no_data_found then
               owa_util.status_line( 404, 'File Not Found' );
     END;
END DLBLOB;
First, a new explorer internet opens with a diakog box which aks me to open, to save, cancel the doc file.
I choose open and my doc opens in word : OK but the internet explorer window doens't dissapear.
Any idea to close this internet explorer window automatiwally?
Regards,
Patrick

Firefox only allows you to save executable files. If you want to add an option to run them you can use the OpenDownload² add-on - https://addons.mozilla.org/firefox/addon/opendownload-10902

Similar Messages

  • When I try to install the update, it tells me to close the Internet Explorer.  When I try to close i

    When I try to install Adobe Update, it tells me to close Internet Explorer.  When I try to close it, I can't get it to close.  Now what?

    I'd recommend going to your task manager and looking for the Internet explorer task (iexplorer.exe).  Once found, right click and end task.  You might have to do this for multiple entries, depending on how many instances of explorer are running.
    Thanks,
    Chris

  • Always facing the "Not Responding" issue while launching the internet explorer 11. I have tried reset in advanced, deleting all cookies, history and all. But no result.

    Always facing the "Not Responding" issue while launching the internet explorer 11. I have tried reset in advanced, deleting all cookies, history and all. Also I did change the default site to https://www.google.com. But no result.
    Some times after some time, able click on new tab and did open any urls. But it is rare. Please help me on this issue. Because of this unable to work with QTP/UFT tool.
    I am getting on top of the screen the below error -
    Error on top the ie screen :
    res:/ieframe.dll/acr_error.htm#google.com,https://www.google.com/ - Internet Explorer (Not Responding)
    I am getting at the bottom of the screen the below error -
    Error at the bottom of the ie screen :
    A problem with this webpage caused Internet Explorer to close and reopen the tab.

    Hi,
    Please refer to the following link to troubleshoot this issue:
    http://msdn.microsoft.com/en-us/library/dn338138.aspx
    Check the browser add-ons
    Check the browser rendering mode
    Then, please also make sure to install latest Windows Updates which might address this issue.
    Update your anti-virus program and perform a security scan incase some virus cause this issue.
    Yolanda Zhu
    TechNet Community Support

  • Windows failed to apply the Internet Explorer Zonemapping settings - the data was invald (event ID: 1085)

    Hi All,
    I have a large domain and a long list of websites that are trusted using the following group policy setting:
    Administrative Templates > Windows Components > Internet Explorer> Internet Control Panel > Security Page >
    Site to Zone Assignment List
    On all (XP/vista/win7) workstations across the domain I'm getting the following error:
    Log Name:  System
    Source:  Microsoft-Windows-GroupPolicy
    Event ID: 1085
    Task Category: None
    Level: Warning
    Keywords:   Description: Windows failed to apply the Internet Explorer Zonemapping settings. Internet Explorer Zonemapping settings might have its own log file.
    There's nothing either side of this error in the log that shines any more light on the issue.
    I know which group policy object its applying these settings but cant find which of the entries in the site to zone assignment list is causing this issue. I looked in the
    Group Policy/Operational log but all I see is the following entry which says "completed" but is logged as an error:
    After some research I'm guessing that the issue is an incorrect wild-card. This is what my trusted sites list looks like (with names removed of course):
    http://servername.*  
    *.internaldomain.com.au  
    *.domain.com.au  
    *.domain.*  
    *.externaldomain.com  
    *.domain.inernaldomain.com.au  
    *.domain.*  
    *.domain/name.*  
    *.domain.inernaldomain.au*  
    *.domain.com
    Is there something obviously incorrect here?
    Does anyone know where I could find an article that clearly outlines the acceptable wildcard syntax for the
    "Security page\ site to zone assignment list" group policy?  Ive read every forum post, website and blog I could find on the internet but nothing is clear and I wasn't able to find an MS document that steps it out. I've also changed the
    existing list a number of times based on blog posts etc but had no luck.
    **Please Note**
    I dont want to change to a different method or have an intellectual debate re why I would have these sites/wildacrd/policy set. I'm really looking to see what entry is invalid and where the documentation is for this policy setting so i can make sure they are
    always correct in the future. 
    thanks in advance for your time and assistance
    Simone
    PS: I've already read the following posts a number of times:
    I get no data but have identified the GP that is causing the issue:
    A test case for troubleshooting group policy application – Event ID 1085 and 7016 - http://blogs.technet.com/b/askds/archive/2008/08/21/a-test-case-for-troubleshooting-group-policy-application-event-id-1085-and-7016.aspx 
    I dont have any 2 letter domain names:
    Problems Adding Top-Level Domains to Zone Sites List - http://support.microsoft.com/kb/259493
    I tried formatting the list per this article:
    [Solved] The Group Policy client-side extension Internet Explorer Zonemapping failed to execute  - http://daily-it.blogspot.com.au/2008/09/solved-group-policy-client-side.html
    Has no domain wildcard format info:
    Behavior of Site to Zone Assignment List  - http://blogcastrepository.com/blogs/mattbro/archive/2006/09/07/2183.aspx
    Great article, no wildcard data:
    Internet Explorer Policy Settings  - http://technet.microsoft.com/en-us/library/bb457144.aspx
    Internet zonemapping problem: http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/a8756a27-b562-42ad-8782-87d284e6bcfb/
    Spiceworks Event 1085 (Warning) - http://community.spiceworks.com/windows_event/show/1582-microsoft-windows-grouppolicy-1085
    Event ID 1085 — Application of Group Policy - http://technet.microsoft.com/en-us/library/cc727303%28v=ws.10%29.aspx
    Application of group policy - http://technet.microsoft.com/en-us/library/cc727312%28v=ws.10%29.aspx
    Evt ID 1085 GP client-side extension IE ZoneMapping failed to exec  - http://www.winvistatips.com/evt-id-1085-gp-client-side-extension-ie-zonemapping-failed-exec-t706399.html
    Event 1085 - Internet Explorer Zonemapping - http://www.minasi.com/forum/topic.asp?TOPIC_ID=29206
    EventID.net - http://www.eventid.net/display.asp?eventid=1085&eventno=1412&source=Userenv&phase=1
    Event ID 1085 - Internet Explorer Zonemapping failed to execute - http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_24897522.html
    UPDATE:
    I disabled the original policy and created a new one with only one trusted site address in it. Then I logged into a clean test machine did some testing.What I found after a few hours of testing was; regardless of the site that I have listed in group policy
    The HKCU\Software\Policies\Microsoft\Current version\Internet Settings\Zone Map Key registry entry is
    always updated with that entry on the workstation. So the workstation's registry always updates the key with
    *.sitename.com per the site that I have set in GP
    If I run GPUPDATE /FORCE over and over again, on the same machine, under the same user account, using the same DC I get:
    Failure, Failure, Failure, Success, Success, Success, Failure etc
    I wasn't able to determine any pattern to the failures, I tried stopping some of the processes on that machine but didn't find anything that would make it fail/succeed reliably.
    There is no AV or firewalls installed on my test machine
    Anyone have any more ideas?  I think I might install filemon and try to capture some more data unless there's a better tool?

    Yes, and that's straight from my Microsoft TAM. As long as you include an asterisk inside those site-to-zone mappings, you'll continue to see them. The key is whether or not they're working. In my environment, I've seen complete success using the
    http://*.domain.com, or
    https://*.domain.com, no matter if the site is http://www.domain.com or
    http://milk.does.a.body.good.domain.com. Despite the success, we continue to see the errors. It's much the same as Group Policy Preferences where you can apply a setting once, or repeatedly. If you apply
    something repeatedly and it's already set, lookout for some complaints in the application log. It really is annoying. There's potential to play with the logging levels, but I'll admit that my experience ranks as "novice" in this specific section of group policy.
    This link might get the creative juices flowing:
    http://blogs.technet.com/b/askds/archive/2008/07/18/enabling-group-policy-preferences-debug-logging-using-the-rsat.aspx
    I see you've already read a number of articles including "a test case for troubleshooting those event IDs"... I sympathize with your efforts. I despise warnings and errors that I can't solve or don't want to see, but I've researched a number of them to death
    and found that many are simply "normal". Uggg... I hope this helps, but please take my advice, as with anyone else's out here, with caution. I've seen some crazy recommendations. I saw a recommendation to install SQL on a DHCP server to get failover clustering
    up and running. I hope the guy asking for help didn't listen to that one! : ) - josh

  • How can I process an xml/xsl file pair that require the Internet Explorer dom?

    My personal navigation device (GPS) generates xml files that contain a record of where I have been, together with when I was there, how fast I was driving at the time, etc. taken at approx. 5 second intervals. This xml file has an xml-stylesheet with type="text/xsl" but that stylesheet is written to the Internet Explorer dom standard. The stylesheet interfaces with google maps to display a map that shows my path and it also displays tables of data including distances that are computed from latitude/longitude pairs. I can supply a small sample xml file and the xsl file as well if they are needed to diagnose my problem. I cannot find any browser other than Internet Explorer that handles these files satisfactorily. I prefer to process them from a Linux environment but with the Internet Explorer requirement I cannot do so. The browsers that I have tried and that have failed are Firefox, Opera, Konqueror, Chrome, Epiphany, Midori, Arora, and Links.
    One line in the xls file in particular gives grief in the browsers like Firefox that at least attempt to do more than display the raw xml file:
    xmlns:cymath="urn:smiletime-cybarber-net:math"
    A comment in the xls file says this about the problem:
    "Tested and currently only compatible with Internet Explorer version 6 or version 7 (as this script includes JScript functions called by XSL, msxsl:script extension is required; also, the produced XHTML document embeds javascript functions exploiting the IE DOM).
    "In order to provide compatibility with Firefox, other than checking the compatibility of the IE DOM, the cymath:distCosineLaw function still needs to be ported."

    You may get an answer, but it is not really the sort of subject covered by this forum, I suggest you try [http://forums.mozillazine.org/viewforum.php?f=49 Mozilazine] and if you solve the problem post back again.

  • Since windows 7 updated I noticed I can no longer view anything on youtube. It works fine on Internet Explorer which I don't care to use

    Question
    since windows 7 updated I noticed I can no longer view anything on you tube. It works fine on Internet Explorer which I don't care to use

    There are some compatibility issues between the latest Flash player and some Firefox add-ons or settings. Could you see whether anything in this article helps: [[Flash 11.3 doesn't load video in Firefox]].

  • Upload clipboard or file to a selection in the internet explorer

    Hello gurus,
    I built a query at the Bex 7 and on this query I built an WebTemplate in the Web Application Designer. This template is implemented in the portal. The customer open the template at the Internet Explorer (IE). At the beginning a selection screen is showed. On this screen customers could district the result of the query. The customer have to write many article in the selection.
    My question is: Do anyone know if there are an "Upload from clipboard or txt.-file to a selection"? Or can I develop this? Maybe in a User-Exit for example?
    Kind regards
    Tobias

    Hi Nina,
    I have not tried using paste with an input_field_item button.  We do the paste operation in the initial variable screen that comes up when the query is run. 
    For me, the fields of most interest are 0FUND and 0EMPLOYEE, which are NUMC values.  I am not sure what you mean with "110 signs", but I'll assume you mean 110 Characteristic values. 
    As a test, I pasted values into a variable field of type CHAR to see how it works.  It does, but I am not sure how many values can be pasted in.  For an InfoObject that is only a CHAR value, the unique values can be many.  I tried a few (using wildcard) such as:  VALUE1; TERM-A; SOMETHING
    This works.  However, the InfoObject was a CHAR(60).  Thus, if I tried to paste in 110 actual values (vs using a wildcard), the number of letters pasted would vary wildly as some of the fields have 5 letters, some have 60.  There must be a limit to the number of letters that can be pasted into the variable field? 
    Does this help?  BTW:  We are using BI 7.0 (SP19).
    Dave

  • [svn:fx-trunk] 12007: When the Internet Explorer browser window is obscured Stage. width and Stage.height never return the proper sizes until/ unless the IE window is unobscured long enough for the player to feel it needs to render initially .

    Revision: 12007
    Revision: 12007
    Author:   [email protected]
    Date:     2009-11-19 12:45:27 -0800 (Thu, 19 Nov 2009)
    Log Message:
    When the Internet Explorer browser window is obscured Stage.width and Stage.height never return the proper sizes until/unless the IE window is unobscured long enough for the player to feel it needs to render initially.  This was preventing our preloader from completing, since we were waiting for a non-0 Stage size.  Took a slightly different approach to solving the bug for which the original logic was added to work around.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24191
    Reviewer: Alex, Evtim
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/non-0
        http://bugs.adobe.com/jira/browse/SDK-24191
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as

    Revision: 12007
    Revision: 12007
    Author:   [email protected]
    Date:     2009-11-19 12:45:27 -0800 (Thu, 19 Nov 2009)
    Log Message:
    When the Internet Explorer browser window is obscured Stage.width and Stage.height never return the proper sizes until/unless the IE window is unobscured long enough for the player to feel it needs to render initially.  This was preventing our preloader from completing, since we were waiting for a non-0 Stage size.  Took a slightly different approach to solving the bug for which the original logic was added to work around.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24191
    Reviewer: Alex, Evtim
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/non-0
        http://bugs.adobe.com/jira/browse/SDK-24191
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as

  • Flashplayer tells me to close the internet, but it is closed. What do I do?

    Most of the time I try to install flashplayer, it downloads up to 50% and asks me to close the Internet. When the internet is up, I close it and it still says the same thing. There are other times when I have nothing up and it still asks me to close the internet. I have opened the start task manager, which says only the flashplayer installer is open/a task.

    Can you navigate yourself to Task Manager > Processes. Check if there are any processes like IE.exe, Chrome.exe, Firefox,exe. If so, end the processes. Sometimes even if an application/internet browser is closed, the proccesses are still not ended.

  • I need the internet explorer for my mini mac, is there any compatible to install?

    There is a program at work that i need to use the internet explorer to access, but the mini mac is not compatible.  Is there a way to intall a compatible Internet explorer into a Mini Mac

    There are two possibilities here:
    1)  The program needs windows AND it needs internet explorer in order to interface with the pieces of windows that it needs.  Normally a browser forms a application environment which stuff runs inside, and well-behaved applications will run pretty much in any browser on any operating system.  But microsoft has other things that they have put into Internet Explorer that allow you to go THROUGH the browser and into the windows operating system below it.
    2)  The program has only been tested in Internet Explorer on Windows, and so that's all anyone will vouch for, but it will run just fine in other browsers and other operating systems.
    If it is situation #1, then the only way to run the application is to run windows AND IE.  This can be done on another computer running windows, by creating a BootCamp partition and buying and installing windows on it, or by buying and installing vmware or parallels and buying and installing a windows virtual machine on it.
    If it is situation #2, what is necessary is experimentation.  Try to load the application url in various and sundry browsers and various and sundry versions of those browsers on your mac.  If you find a configuration that works, you can then lord it over the ignorant people who told you that it requires I.E.
    Just a note if it DOES really require windows and I.E., which is that it may require some particular version or versions of windows and/or I.E.  In our case, the Crystal Reports ActiveX Viewer will not load in windows 7 if running in a non-Administrator account.  And our bank's online banking software won't run on I.E. 9 or 10.  (I've got to watch windows update like a hawk to untick the I.E. 9 update.)

  • Is there a version of Internet Explorer which is compatible with Mountain Lion?

    Is there a version of Internet Explorer which is compatible with Mountain Lion?

    I found my answer.  The latest version of Internet Explorer for Mac is still a POWER PC APP and therefore will not run on Mountain Lion.  I just tried it an indeed I received the message that 'power pc apps no longer run on Mac OS 10.8.   FINI

  • Customizing of the Internet Explorer

    Immediate reply requested please.
    I want to disappear the Internet Explorer all the tool bars while i run my application which developed in 9i Developer .Only Java Applet shows Developer toolbar.
    I think you understand the problem.
    Thanks

    Hi,
    yes I understand the problem and I answered it last weak already for a Reports output related question. You can't change this in IE if not wantigt o remove it for all IE usages. (View--> Toolbars). If you only want to remove it for the Forms session then you need to start Forms from a Javascript link using window.open().
    Frank

  • I have problems with seeing my bookmarks, file, view, edit...buttons. I tried other shortcuts. I noticed that all of my bookmarks are located in the Internet Explorer browsers, how can I restore setting back to Mozilla Firefox?

    I have problems with seeing my bookmarks, file, view, edit...buttons. I tried other shortcuts. I noticed that all of my bookmarks are located in the Internet Explorer browsers, how can I restore setting back to Mozilla Firefox?

    Is the menu bar missing (the one containing File, View, Edit etc)? If it is, the following link shows how to restore it - https://support.mozilla.com/kb/Menu+bar+is+missing

  • How to stop the information bar cmoing in the Internet Explorer with java

    hai all,
    iam new to this forum and posting a question on java application where i had a problem.
    I work in a software company. we have developed an application and it is in production and we had a small problem. we have deifferent kinds of reports te users can get dynamicalty based on theirn requet parameters. so when we are deployingthe application on server and accessing it from the client machine(bothe the server and client are diferent i mean different machines) they get an information bar that
    "To help protect your security, Internet Explorer blocked this site from downloading files to your computer. Click here for options". and for this we have given them the solutions for setting the security features for the
    Internet Explorer . but they want it to be done thru program such that they dont want to see that message. i need a small help for this.
    It would be very help ful for me in my carreer if i get a solution for this.

    I'm not 100% sure, but doesn't all applets have the same popup bar? I guess you can tell your customers to turn off their popup blocker beforehand. (This is what my uni does with WebCT Vista)

  • When i try to install my copy of photoshop elements 1.0.1 , get the answer to install internet explorer 4.0 or more, but i use the firefox browser. by the way, the internet explorer installation was not successful with my windows 8. What can I do?

    when i try to install my copy of photoshop elements 1.0.1 , get the answer to install internet explorer 4.0 or more, but i use the firefox browser. by the way, the internet explorer installation was not successful with my windows 8. What can I do?

    Photoshop Elements 1.0.1 seems like very old software 2001 I believe.  Try asking in the Elements maybe someone there will be able to answer your question. Photoshop Elements

Maybe you are looking for

  • Time Capsule with external HDD as fileserver and backup

    We have two mac minis running Leopard. Today, we have an old Windows 2000 machine that acts as a file server over the network. All files are stored on the PC. Now, we have bought a TC. Sure it's one thing to automatically backup the mac minis, but I

  • I click on download and nothing happens. i am running windows xp32bit

    i go to the download page, click download, it says it will take a few seconds. after 5 minutes nothing happens, i click on "click here" to start the download again nothing happens..what is happening and why???

  • Cannot open Lightroom program

    When clicking on the image to start the program it shows the name of only one of my many catalogs, and when trying to open it, I get an error message stating something like unexpected error - cannot open, try another catalog, but no names or or paths

  • Short Message Transfer Rejected for Bold 9780

    There is one person in my contacts that I cannot text. It always comes up with a red x and says "Short message transfer rejected". The person can still text me, though, and I have no trouble calling the number. It only happens with this contact. I ha

  • Adobe reader for windows phone market availability

    Adobe for windows phone is the defacto pdf reader in the whole of the windows phone ecosystem. Unfortunately while publishing the application for distribution, adobe forgot to include the new windows phone supported markets. This means users with win