Open the word file on the click of Link

Hello,
I have a requirement to open the word file on the click of LinkToUrl.
Could anyone please explain the steps of doing that?
Regards,
Jyotsna

Hi,
Have a look at WD comp  WD_TEST_APPL_ACFEXECUTE. With that you can start applications on the frontend, such as Word. More information can be found in this thread: ACFEXECUTE
Cheers, Roel

Similar Messages

  • I cannot open a new tab using the + or Ctrl T or from the file menu. The only way to open a new tab is to click a link. How do I fix this?

    The only way to open a new tab is to click a link like in an email, or right click to tell it to open a new tab. When I click the + or Ctrl T nothing happens.

    Uninstall the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar and Firefox that prevents new tabs from being opened.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

  • This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on a terminal server

    Hi All,
    I have Citrix VDI (Virtual Desktop Infrastructure) Implemented
    in my company and installed few Applications on App Server lets say.... MS Office 2013, filzialla, putty, etc...
    I assigned these apps to the users through CITRIX STUDIO, when I try to use these apps. on VDI everything is working fine only when i tried to open Word, Excel or Powerpoing, outlook it throws error as 
    ""This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on
    a terminal server"" and apps gets closed.
    Please help me on this ASAP.
    Thanks & Regards,
    Sachin Shinde

    Hi,
    As mentioned in ths article below, run for Office 365 products on to a Remote Desktop Session Host server is not supported. You can install Office products for Office 365 to a virtual desktop, but the virtual desktop must be assigned to a single user.
    http://technet.microsoft.com/en-us/library/jj219423(v=office.15).aspx
    Regards,
    Melon Chen
    TechNet Community Support

  • How do I open a Word file which was exported fron PDF?

    how do I open a Word file which was exported from a PDF file?

    Hi alansandy,
    You can find your converted Word file stored in your Acrobat.com account at https://cloud.acrobat.com. You can download your file from your account by selecting it and clicking the Download icon. Then, you can open it right up in Word!
    Best,
    Sara

  • Opening a Word File

    Hey
    I got a question for a program that im programming im trying to program a button
    that opens a word File the moment u click on the button. Anychance any of u know how to realize this ?
    Please let me know.
    Steven

        private void MbriefActionPerformed(java.awt.event.ActionEvent evt) {                                      
    Process process = Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler c:\test.doc");
        }   I basicly get the next error message
    with this code while compiling
    init:
    deps-jar:
    Compiling 1 source file to C:\Documents and Settings\Administrator\Bureaublad\I-1\Last moment\2ProjectSportivo\build\classes
    C:\Documents and Settings\Administrator\Bureaublad\I-1\Last moment\2ProjectSportivo\src\projectsportivo\Overzichten.java:205: unreported exception java.io.IOException; must be caught or declared to be thrown
    Process process = Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler c:\test.doc");
    *1 error*
    BUILD FAILED (total time: 0 seconds)

  • How to open damaged word file?

    I m trying to open MS Word Document file, MS word files are showing error message like word 2003 
    doesn't open file, I have important document file got corrupted, so How to open damaged word file? 
    If you have any answer please help assist me.

    When a Word document file is corrupted, then you can try several methods to recover it:
    1. First of all, you can try the recovery function integrated with Microsoft Word, as follows:
    1) On the File menu, click Open.
    2) In the Look in list, click the drive, folder, or Internet location that contains the file that you want to open.
    3) In the folder list, locate and open the folder that contains the file.
    4) Select the file that you want to recover.
    5) Click the arrow next to the Open button, and then click Open and Repair.
    You may find more information about this at:
    http://office.microsoft.com/en-us/word-help/recover-the-text-from-a-damaged-document-HP005189610.aspx (for Word 2003)
    http://support.microsoft.com/kb/893672/en-us (for Word 2007/2010/2013)
    2. If 1 does not work, then you may try third-party tools such as DataNumen Word Repair at
    http://www.datanumen.com/word-repair/
    It provides a free demo version so that you can try to see if the data you want can be recovered or not.
    Good luck!

  • How can I open Microsoft Word files on my iMac?

    How can I open Microsoft Word files on my iMac?

    You can even use the Pages app that is installed on your computer. Finally you can buy a license of Office for Mac and have Word, Excel, PowerPoint and if you want Outlook too.

  • Opening MS WORD files in Appleworks

    I never bought MS Word during the 30 day trial. Now it looks like I'll be getting a bunch of Word documents sent to me in the near future.
    I read somewhere here that Word files can be opened in Appleworks. I've had no success with it so far. Could someone please tell me how to do that?
    Or, If I do have to buy MS Word For Mac, is there a cheap way to do it? Like an old version or something other that the $250+ they're asking for the new one?
    Imac   Mac OS X (10.3.9)   1.25 GHz 512GB RAM 80GB HD with 120 GB XTNL.

    You certainly don't need to buy Office. There are several options available.
    TextEdit that is included with OS X can open most Word files.
    One of the free Office clones - NeoOffice or Open Office for any Office file. Also, AbiWord, but only for Word files.
    icWord from Panergy Software - not free but the trial is fully functional. icWord also has the ability to save as AppleWorks. There is also icExcel. These are approximately $20 (US) each or $30 for both.
    Pages, part of iWork, can open Word files.

  • Opening a word file in MS Office Word software window through Java code

    I want to open a word file in MS Office Word software window through Java code.
    Is it possible ? If possible then please let me now how can I do it.
    Bhoopender

    Thanks for replying.
    I tried the following code -
    public class OpenFileWithItsExt
         public static void main(String[] args) throws java.io.IOException
              Runtime.getRuntime().exec("a.doc");
    and it gets compiled successfully, but on running outputs as -
    Exception in thread "main" java.io.IOException: CreateProcess: a.doc error=193
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:428)
    at java.lang.Runtime.exec(Runtime.java:364)
    at java.lang.Runtime.exec(Runtime.java:326)
    at OpenFileWithItsExt.main(OpenFileWithItsExt.java:5)
    My file is in the pesent working directoty.
    Please solve my problem.
    Thanks

  • HT4623 I update my iPad mini retina with iOS 7.1 resulting in not being to down load NOR OPEN  PPT, WORD files using iWork, page, can anyone pls help?

    I update my iPad mini retina with iOS 7.1 resulting in not being to down load NOR OPEN  PPT, WORD files using iWork, page, can anyone pls help?

    You want to just use Dropbox until the dust settles.  To use it from iWork for iOS (assuming you have the Dropbox app installed on your device), open the document in Keynote (for example), tap the share icon (box with upward pointing arrow), choose Open in Another App, choose Keynote as your format, then choose Open in Dropbox and you will get an option to save it to your Dropbox account.  To open it from Dropbox in iWork for iOS, open the document in the Dropbox app, tap the share icon, tap Open in Keynote (for example).  It's a bit clunky, but works. 

  • Open PDF/Word file

    Env - Forms 10g, Linux OS
    Is it possible to open PDF/word files which user selects (there is dailog box to search and open file) through Oracle forms 10g
    Regards
    Stan

    Do you want to view the PDF/Word file inside Oracle Forms? If so then you would need a Pluggable java component. Have a look at [ http://mark-oradev.blogspot.com/2009/01/enhanced-html-browser-on-website-of.html|http://mark-oradev.blogspot.com/2009/01/enhanced-html-browser-on-website-of.html ] for an example.
    Or do you want to show the PDF/Word inside i.e. Adobe acrobat or microsoft then you could use webutil.
    If you want to use web.show_document you have to put an url inside the call. A file url like e:\forum\test1.pdf is at your client side and will not be known by your forms since the forms are running on the application server. If the application server knows a e:\forum\test1.pdf it might work.

  • Open the external web link from the help contents in EclipseRCP Action bar advisor

    Hi Team,
    I am working on the eclipse rcp application(eclipse 3.3), I want to open the external web link(www.test.com) when user clicks on the help contents in help section. how to achieve this.
    And also i want to open the external link from toc.xml file, when i add the external link using href command in toc.xml the help contents will be disappearing.
    sample code:
    ?xml version='1.0' encoding='ISO-8859-1' ?>
    <?NLS TYPE="org.eclipse.help.toc"?>
    <toc label="ddd" >
    <topic label="guide" href="http://www.test.com" />
    </topic>
    </toc>
    can you guys please help me how to do this.
    appreciate your help.
    Thanks.
    Raju

    Eclipse 3.3? Seriously?
    > Hi Team,
    >
    > I am working on the eclipse rcp application(eclipse 3.3), I want to open
    the external web link(www.test.com) when user clicks on the help contents in
    help section. how to achieve this.
    >
    > And also i want to open the external link from toc.xml file, when i add the
    external link using href command in toc.xml the help contents will be
    disappearing.
    > sample code:
    > ?xml version='1.0' encoding='ISO-8859-1' ?>
    > <?NLS TYPE="org.eclipse.help.toc"?>
    > <toc label="ddd" >
    > <topic label="guide" href="http://www.test.com" />
    > </topic>
    > </toc>
    >
    > can you guys please help me how to do this.
    >
    > appreciate your help.
    >
    > Thanks.
    > Raju

  • Firefox will not start and open a website from a Thunderbird email link. It will go to a link from Thunderbird once Firefox is open, but will not initially start Firefox and proceed to open the Thunderbird email link.

    Firefox will not ''start'' and open a website from a Thunderbird email link. A link from Thunderbird will open once Firefox is ''already'' started, but will not initially start Firefox and proceed to open the Thunderbird email link.

    I also have this problem. I cannot open links from a discussion board I frequent nor can I open links from my email. Also after opening my email, I cannot go to any other sites except my home page. I can then go no where else.
    When I close Firefox and try to reopen it, it does nothing! I have to bring up the Task Manager and end the Firefox process before I can get back in.
    To the best of my knowledge, this problem started with the new update to Ver. 3.6.9. I am running Windows XP Media Center 2005

  • What are the instructions ffor verifying an email address, they never reply on the click here link

    What are the instructions ffor verifying an email address, they never reply on the click here link.

    Try using a different browser.  Some browsers to not get along well with the Adobe links/interface.

  • My macbookpro opens new tabs every time i click a link and opens to mackeeper

    my macbookpro opens new tabs every time I click any link and it opens to a page thats always something about speeding up my mac or cleaning my mac.. this is annoying and i just wanna see how can i stop this or if theres any program to clean my mac?

    Click here and follow the instructions, or if desired, run Adware Medic.
    (114741)

  • My scroll wheel keeps opening more tabs every time I click on links, and right click keeps high lighting stuff since new update.

    my scroll wheel keeps opening more tabs every time I click on links, and right click keeps high lighting stuff since new update.

    Hello BoreOne,
    I'm sorry to hear that you are facing issues with your Firefox settings.
    Damn leprechauns are everywhere!
    It seems like the damage isn't too big and we should be able to fix it easily...
    Simply reset your profile settings (delete and create new) by following the intructions in the [[Managing profiles|managing profiles]] support article and perhaps [[How to clear the cache|clear your cache]]. This should normally and hopefully set you up!
    If you still require assistance regarding this issue or have any more inquiries regarding the matter, please let me know in a reply below.
    If you found this answer helpful, please mark it as ''Solution''.
    Thank you for your valuable time and patience, and all your interest in Mozilla Firefox. Surf safe and have a great day!

Maybe you are looking for