Hyperlink from Apex page to MS Word. any body guide please

I want to open a Microsoft word document from oracle apex page. i create a hyperlink and give him the path like <a href="d:\abc.doc"></a> it is not working properly. can any body guide me how can i open the .doc by pressing a button or by creating a hyperlink.

Hi,
can you provide here the ms word document full path..?
I mean you have to put the document file in some path of web server.
If you want to put the file into apex than you have to upload it apex workspace.
How to upload a file?
Step 1: go to shared component
Step 2: go to static files
Step 3: click on create and upload the document file here eg demo_file.doc
Step 4: now create a new html region and put following code into source of html region
<!--Click here-->
Thanks,
Jaydip Bosamiya
+91 - 76000 23053
http://jbosamiya.blogspot.com
Edited by: Jaydip Bosamiya on Apr 1, 2011 10:09 AM

Similar Messages

  • How to setup the Hyperlink from one page to another page

    Hi,
    I am new to Oracle APEX. My requirement is to setup a Hyperlink from one page to another page.
    Currently I am displaying 4 columns in the report of Page 1. The report is like below,
    Survey Response Count_of_Cities City_Name
    AB Y 2 LONDON,CHICAGO
    AB N 3 DELHI,MUMBAI,CHENNAI
    AC Y 1 LONDON
    AC N 4 TOKYO,HONGKONG,BANGALORE,HYDERABAD
    But the revised requirement is I need to show the City_name in another page i.e. Page 2 when the user clicks on value of the Count_of_Cities. i.e. If the user clicks on 3, In page 2 the values should be appear like below
    DELHI
    MUMBAI
    CHENNAI
    If I click on the 4, the values in the page should be like below,
    TOKYO
    HONGKONG
    BANGALORE
    HYDERABAD
    Currently in Page 1 I am hiding the City_Name and created a Hyperlink on Count_of_Cities. When clicked on Count_of_Cities it is navigating to Page 2. But the values for City_Name are not showing properly.
    Please sugegst how I can show the City_Name values in page 2?
    Please let me know if you require any additional information.
    Please provide the solution. The requirement is urgent.
    Thanks in Advance
    Edited by: 980540 on Jan 9, 2013 3:08 AM

    I got the answer on my own.

  • I am trying to find a driver to syn mini mac to Lexmark x9350. Can any body help please?

    I am trying to find a driver to syn mini mac to Lexmark x9350. Can any body help please?

    Humm... the only Lexmark X9300 download that I see is for SL 10.6...?
    Lexmark United States Support & Downloads for Lexmark X9350
    I'm not sure exactly what "component missing" means, but it sounds more like a missing driver than a missing printer part? 
    To be honest, I think your going to have to remove all previous Lexmark drivers and software from your system, temporarily connect the printer up USB and use the system updater as per the link that I posted in my first reply.
    Lexmark United States
    You might also check to see if you have a failed print job..?
    Open the Print & Fax Preferences and select Open Print Queue...
    Pause the Printer using the green button.
    Select (highlight) each of the jobs in Status and Delete them all.  
    Resume Printer using the green button and send it a new job.

  • Hi Any body guide me for Advance pricing setups and implementation manual with screen shots

    Hi Any body guide me for Advance pricing setups and implementation manual with screen shots
    Regards
    Guru

    Hi,
    Please <b>read the rules of engagement</b> before posting.
    <b>- Do not ask to send you an email.</b>
    The question you ask and the solution to it is often also interesting for other users of the community. If you ask somebody to send you the answer per email, you deprive others of also learning to know the answer. Therefore any requests for sending material or answers to an email address will be modified by the forum moderators.

  • TS3694 i forgot the password of my  iphone 3g and when i try to restore it it shows the message"my iphone 3g could not be restored an unknown error occurred(1015)" can any body help please..

    i forgot the password of my  iphone 3g and when i try to restore it it shows the message"my iphone 3g could not be restored an unknown error occurred(1015)" can any body help please..

    This error normally appears if you attempted to downgrade or modify your iOS. See here http://support.apple.com/kb/TS3694#error1015

  • I have a brand new i phone 4s and i have updated the soft ware to the 5.1 and tried to restore it to download my old contacts and apps etc. and my computer now wont recognise my phone and itunes will not do anything can any body help please????

    I have a brand new i phone 4s and i have updated the soft ware to the 5.1 and tried to restore it to download my old contacts and apps etc. and my computer now wont recognise my phone and itunes will not do anything can any body help please???? i need this sorting asap xxxxxxx

    see if this link helps   http://support.apple.com/kb/TS1538

  • Call iexplore.exe from apex page

    I have a requirement to have a link from my main application apex page to invoke a client windows os command 'iexplore.exe -noframemerging' (I think this ie option used to be -nomerge). The idea is, this will fire up a separate IE8 session in a separate browser session, thus partitioning it from any other IE sessions. I know in IE8 there is a 'New Session' menu option but we need a link that is more obvious/integrated within our application. Our idea is to "persuade" users to click this link in preference to 'New Tab' or 'New Window' option.
    Now, my quandary is how to do this. Should I be calling a Java Applet from the page (via Javascript) but is this "sand boxed" and thus will not let me call an executable for security reasons ?
    Obviously I would also like to cater for users running Firefox (which I presume could detect in javascript and pass the browser type into the applet).
    Is this sane, Is there any other way ?
    Any advice would be appreciated or has someone already been down this road and could give me some pointers or an example.
    Thanks in anticipation.

    Our corporate application already has calls to similar executables (ie MS Word, Excel) to do letter merges, document transfers etc using signed Java libs on the backend server. I suppose this requirement is different as I'm wanting to run an executable on the client pc. So, are we saying it is not possible to run an 'iexplore.exe' on the client PC (using a signed Java applet) ?
    Edited by: theArrow on Apr 11, 2011 1:20 AM
    Edited by: theArrow on Apr 11, 2011 4:52 AM

  • Global temporary table in PL/SQL called from APEX page

    I have a global temporary table in a PL/SQL procedure that is called from an APEX page.
    The global temp table is populated with data as the procedure runs and then at the end of the procedure I do a create_collection_from_query_b to populate a collection with the data from the temp table. (I do this b/c it is much faster than creating the collection and doing an add_member for each row.)
    The problem is that there are no commits in my procedure but I cannot get the bulk insert to work unless I define the temp table as on commit preserve rows.
    Can anyone shed any light on this issue.
    Thanks,
    Andrew

    alamantia wrote:
    My PL/SQL procedure is called from an after submit page process. Does that imply that there is a commit happening after that process is successful?Ultimately, yes.
    If the process calls the PL/SQL procedure and the temp table is in the procedure, wouldn't the commit fire after all the PL/SQL code is complete which would be after the bulk insert from the temp table to my collection?Yes, but at any point in the procedure containing code like
    :APEX_ITEM := ...or
    select ... into :APEX_ITEM from ...or
    my_procedure(p_in => ..., p_out => :APEX_ITEM, ...);or
    apex_util.set_session_state(...);then APEX will commit whilst maintaining session state.
    If you don't have any of these events in the procedure, then test to see if the commit is occurring in <tt>apex_collection.create_collection_from_query_b</tt> prior to creation of the collection.

  • Get Dynamic HTML from Apex Page as CLOB

    Good Morning,
    I have two APEX pages that are designed to provide formatted report content; however, these are not intended to be navigable from within the application. In other words, I am not letting the user view the pages directly. Instead, their purpose is to generate dynamic content so that I can feed their HTML into a HTML to PDF converter so the generated PDF can be attached to an email and sent to clients. I have found that the easiest way to generate this report is directly in APEX, but I haven't yet found a way to just run the page via a PL/SQL API and retrieve the dynamic content into a CLOB so that I can send it to my converter utility. I have tried UTL_HTTP, but I am either using that API incorrectly, or the security context of the session is not proagating to the call (this is being performed in a secure APEX application), thus I receive the following error [ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1674 ORA-29024: Certificate validation failure]. I am using Apex version 3.2. Does anyone know a good and straight-forward API for doing what I need to accomplish? Thanks in advance.
    Erik

    To mimic the users session, you'd have to forward on the session cookies as part of the HTTP request.
    A simpler option:
    * Allow public access to the page
    * Apply an authorization scheme to the page that looks something like this...
    if owa_util.get_cgi_env('REMOTE_ADDR') = '127.0.0.1' then
      return true;
    else
      return false;
    end if;(PL/SQL Function Returning Boolean)
    Then when you perform the request in your code, use 127.0.0.1 instead of the host name.

  • DOCTYPE missing from ApEx pages

    How do I add the DOCTYPE stanza to the ApEx pages?
    We have a requirement that ApEx pages need to pass the w3c validators. Since the first error is "missing DOCTYPE", the validator can't do much more.
    Where do I go on an ApEx page or application to include the DOCTYPE? I tried the page header and page html header, but that only buried the DOCTYPE way down the page.
    I'm not even sure which DOCTYPE I should be using? HTML or XHTML
    Oracle Support basically shrugged their shoulders at my question, so I'm hoping I'll find better answers here.
    Thx.

    Thanks for pointing me to the info in the doc. A quick look at the template shows how easy it will be to make changes.
    What kind of doctype does ApEx try to be? I've seen some posts suggest the doctype is xhtml. When using the validator, it seems that xhtml doctypes give a lot less error than the html doctype.
    Any guidance on selecting the appropriate DOCTYPE?
    Thx.

  • Impossible to run an applet in a signed jar from APEX page

    <applet id="runApp"
    CODE="TestApplet"
    ARCHIVE="/i/...path to applets dir.../applets/test.jar"
    width=1 height=1>
    </applet>
    The class TestApplet is in the jar's root.
    Java console shows:
    java.lang.ClassNotFoundException: TestApplet
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kor:7777/i/...path to applets dir.../applets/test.jar/TestApplet.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    The applet is not called by javascript => should not be blocked by Java plugin.
    Igor
    Edited by: kortchnoi on Nov 1, 2009 2:28 PM

    Well... All of a sudden it began to work. Why - I don't know. Maybe, because I have restarted the browser. Or else.
    Anyway, now I can launch *.exe (some legacy applications) from APEX on Firefox. Next step - IE that resists for the moment.
    Igor

  • What is Port  in ALE can any body tell please!!!!!

    What is PORT in ALE can any body gives me info
    thanking you
    Kamaal

    Hi Rama
    As much as i know
    1) Yes we can use File port for ALE. (Not Exactly sure how).
    2) RFC destinations is used to connect to SAP systems.
    And when two SAP systems try to communicate they use tRFCs.
    3) The use of ports in defined in ALE layer of SAP. Different types of ports are used to send Idoc data.
    4) ALE uses RFC Connections. An RFC connection should have an RFC destination for it to work.

  • Any one can help how to install sharepoin2013 in multi servers .any deployment guide please provide

    Any one can help how to install sharepoin2013 in multi servers .if you have any  guide please provide

    I am sharing few links which can be helpful for you to understand and install/configure multi server sharepoint environment.
    Install SharePoint 2013 across multiple servers for a three-tier farm
    Test Lab Guide: Configure SharePoint Server 2013 in a three-tier farm
    Install and Configure SharePoint farm (3 -tier)
    Office Web Apps 2013 multi servers (NLB) Installation and Deployment for SharePoint
    2013 step by step guide
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • Can I print an address on an envelope directly from a Pages doc (like Word), if so, how?

    I have recently moved from a PC (using MS Office) to an iMac.  I have just drafted my first business letter, and want to print the recipient's address on an envelope using the letter as the source of the address.  In Word, that's simple and doesn't require retyping the address, but I can't find any Help instruction on how to do it in Pages 09.  Can anyone help, please?

    I agree with the principle of leaning to simplifying applications, even if it means occassionally an extra step for extra functions, but don't think this should be an extra function, being something people do a lot.
    It would be a relatively simple bit of code to perform this as the user expects. They have already set up all the merges for the address and could easily let you declare This Selection is the Address to Print.
    Pages has always fascinated me as an example of good design in so many areas but equally bad design in so many others. It doesn't seem that hard to have tackled the bad decisions and fixed them, it has been around over 8 years now.
    Apple has kept up basic maintainance and tacked on some less than optimal features, like ePub export, but some changes lately are bizarrely awful and just degrade the software. I do stuff sometimes and say wow that went well, then in the next step get bogged down trying to fix some ludicrously bizarre behavior that spins me off for hours from my work. There are features that I know but are so convoluted that I have to consult all my notes, sometimes unsuccessfully, and I think I know it pretty darn well.
    Recently I put together a set of City eGuides. After an initial set of experiments, I actually produced my first in less than a day which is impressive, but it left me struggling with a few particularly intractable problems which were only corrected with rough patches, and I still don't follow why they worked, and are very hard to reproduce.
    I am still struggling to turn this into a reliable and workable template and take it to the next level in ePub and in iBooks Author. Most of the problems really should never have been allowed to ship let alone still be in the software almost a decade after launch.
    Over 8 years and still a diamond in the rough! But still... it is a diamond.
    Peter

  • Hyperlink from a page to another, not working.

    Website is www.boudoiritalia.it
    From page "gallery" cannot enter in "il tuo shooting" and in this second page, menu doesn't work.. how can I fix it?

    Hi,
    Hi,
    The reason it is not working is there is a rectangle covering it. Please refer to the following screenshot :
    Regards,
    Aish

Maybe you are looking for