Word document templates and Protection

We have implemented a Portal Solution for Sales Representatives, we allow them to create word documents by using a template, Once the template is filled by the data in the application we call the Execute Macro Method so that the Macro used to protect the word document is executed in word. This works perfectly in the SAPGUI, The document is protected after population of the variables
However, we have an issue in the portal, once the word document is loaded, the variables are filled with the data, the macro to protect the word document is not called….we understand that this call must be written, we would like some assistance with how to call the word macro when using the portal.
The underlying application is CRM.
Thanks Dion

Hello Dion,
I don't think that it's possible to get this functionality in the Portal. Has your company licensed the Adobe Document Service (ADS)? I think that would be a solution for your problem. I know a company where they use the ADS in combination with the PC-UI.
Regards
Gregor

Similar Messages

  • When add a people picker (user column) in Word document (Template) and try to add a name it stuck!

    When add a people picker (user column) in Word document (un the document Template) and try to add a name it stuck!
    Is it a known issue?
    keren tsur

    Hi,
    According to your description, I have tested in my environment and I  have the same behavior.
    Only if you type the wrong name in the first time, then you click the phone book to search the right name and save, it will stuck. It means if you do other operation(e.g. type the wrong name then click “resolve” button, then search in the phone book) and
    repeat the operation above, it won’t stuck.
    It is appreciate that you can submit a feedback to Microsoft:
    https://connect.microsoft.com/
    Thanks,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Read a .dot (MS Word Document Template) from jsp

    Hi,
    I have a link to a .dot (MS Word document Template file on the jsp page. While trying to access it from a link on the browser, the file is getting displayed in binary format.
    If I try a normal word document or excel document, I am able to open/save the document.
    I tried adding the following lines in the web.xml too with the same results.
    <mime-mapping>
    <extension>dot</extension>
    <mime-type>application/msword</mime-type>
    </mime-mapping>
    and tried with this also
    <mime-mapping>
    <extension>dot</extension>
    <mime-type>application/vnd.ms-word</mime-type>
    </mime-mapping>
    Can anybody help me on this ?
    Thanks n advance, Sajiv

    As you had directed, I tried a sample jsp with just
    the link to the document. When I click on the link,
    it allows me to open/save the document and the
    default type it gives is with the extension.doc.
    I am able to save the file as a .dot itself.
    So, if this is coming from an application in a
    server, is there any particular reason why it is not
    functioning properly ?I don't fully understand if the problem is already solved or not?
    When you mean by UserAgent, what do you actually
    mean?An useragent is just a client application which can access network sources. In this case it is likely a web browser, for example Internet Explorer or Firefox. It might be useful to try as many useragents as possible so that you can exclude the useragent's default behaviour.

  • My Macbook Pro 5.5 was slow.  I backed up word and  my photos and wiped it clean.  I reinstalled  Snow leopard but my IPHOTO ILIFE is missing.  I transferred word documents over and photo library but can't find IPHOTO anywhere.  How do i get it back?

    Hi All,
    I have a Macbook Pro, 5,5.  It's a few years old and was running slow.  My son backed up my Microsoft Office documents and my photos onto a thumb drive and ran 'wiped my computer clean'...using a disc that came with my computer.  (I am NOT computer savy at all).
    I was able to reinstall the Mac OS X install DVD that came with my Mac, but IPHOTO, ILIFE did not reinstall.  I transferred the word documents successfully, and my photos transferred to an icon on a 'library' on the desktop, but I can't use.  How do i get IPHOTO back?
    Any info would be greatly appreciated.

    Thank you so much for responding.  I will look for the other disks.
    One more question - I initially decided to do this because my Mac kept opening with the date changed to 2008, and I keep having to re - enter my Web key.  In addition, it was running much slower.  Since I 'cleaned' everything out, I thought all would work perfect.  This morning, the date changed to 2008; again AND it again asks for my Web key.  Does this mean my Mac has reached it's almost end or could I have a 'bug' on it?
    Again, thanks so much for your suggestions.

  • Last night I downloaded the latest Word update. Today the first Word document crashed and I lost 45 minutes of work in spite of having saved the document numerous times. Why is Word crashing the day after a safety update? I have Office 2008 for Mac

    Last night I downloaded the latest Word update. Today the first Word document crashed and I lost 45 minutes of work in spite of having saved the document numerous times. Why is Word crashing the day after a safety update? I have Office 2008 for Mac

    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or 3rd party add-on, Check System Preferences>Accounts>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons
    Open Console in Applications>Utilities, check the system log for the date/time of the last problem  & next startup for clues.

  • Custom Property in Microsoft Word 2010 Document Template and Sharepoint 2010 Content Type not Syncing up

    I wrote a macro in a Word 2010 template with a custom property called HeaderFooter (a Yes/No value). When the property is changed to No, the header and footer are hidden, otherwise, the header and footer are displayed.
    I added the template to a SharePoint 2010 Document library, with a content type DocInformation and a column name HeaderFooterOffOn that I want to map to the custom property HeaderFooter in the Word Document.
    The macro isn't working in SharePoint, though, because when the user clicks on the HeaderFooterOffOn in the DIP of the Word Document, the Word Custom Property (HeaderFooter) isn't changing with it.
    How do I get these two synced up, so that when the SharePoint column is changed, the Word Document's custom property simultaneously updates with it?

    Hi kevinkevinc,
    There is no direct way to run macro in SharePoint
    As a workaround, I suggest you use SharePoint Event Receiver to run some custom code when column changed.
    Here is a similiar thread for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/249249e2-3263-4001-86fa-bda342d95f35/run-word-macro-on-newly-uploaded-sharepoint-word-documents?forum=sharepointdevelopmentlegacy
    More information:
    SharePoint Event Receiver:
    http://msdn.microsoft.com/en-us/library/ee231563.aspx
    http://msdn.microsoft.com/en-us/library/ff398052.aspx
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • Opening Word document templates from the New Document drop down does not open Word

    I have a document library with a number of Content Types attached to it.  Each one has a different Word document attached.  We have an intermittent problem where when you click to open one of these templates from the 'New Document' drop
    down list that nothing happens. The workaround appears to be either open Word first or re-boot the computer.  I think there is a problem with SharePoint not linking in with Word correctly.  Does anyone have any suggestions on how to fix this?
    Thanks
    Julie
    J Sykes

    Hi J,
    Can you please check in your internet explorer whether MS office Add ons enable or not.
    If not enable that and restart your browser and try again.
    Also try to repair MS Office if issue still persist.
    Regards
    Soni K

  • Fill MS Word Document Template from ABAP

    Hello friends.
    I have a problem here, i wonder if you can help me. Here's my scenario...
    I have a MS Word template Document, like say a letter, with bookmarks on it. These bookmarks are the actual fields to be filled.
    What i would like to do is have an ABAP program that reads data from SAP and opens the template and fills the bookmarks with the information retrieved. Basicallyis one thing like we do with Mail Merge in MS Word.
    Does anyone have any idea of how to make this?
    Thank you
    Ricardo Monteiro

    Try this:
    method insert_text_at_bookmark.
    *--- check if bookmark exists
        get property of gs_actdoc 'Bookmarks' = gs_bookmarks.
        call method of gs_bookmarks 'Exists'
          exporting
            #1 = '<<your_bookmark_name>>'.
        if sy-subrc = 0.
    *--- getting handle for bookmarks
          get property of gs_actdoc 'Bookmarks' = gs_bookmarks
            exporting
              #1 = '<<your_bookmark_name>>'.
    *--- getting handle for range of bookmark
          get property of gs_bookmarks 'Range' = gs_range.
    *--- insert text at bookmark
          call method of gs_range 'InsertAfter'
            exporting
              #1 = '<<your_text_at_bookmark>>'.
    endmethod.
    All you have to give to the method is the name of the bookmark in MS word and the text you want to print. I specially take a internal table of two fields (name and value) and fill it in another method and pass it to this method.
    Harry

  • Unable to generate a Word document (RH9 and Office 2010)

    Hello Everybody,
    we have an issue with Robohelp 9 (patched to newest version). We are trying to generate a Word document (doc, docx) in the section of "Printed Documentation". If we click on the printed documentation on the left side (in the menübar), 2 popup windows flashing  to the screen with the following complete message: "False Parameter". I can click on "OK" if i do it, both windows will close and the General Printed Document Page is loading.
    The Problem is that all dropdown fields are blank and we cant chose .doc or .docx. I reinstalled both Programms (TCS and Office) it doesnt help me.
    I have screenshoted and uploaded the blank Print Document General window at tinypic.
    http://tinypic.com/r/t6drnn/5
    Peter Grainge was asking me:
    Also try with one of the sample projects. Click Open on the RoboHelp Starter page and then click Samples in the ribbon on the left. Same problem?
    It doesnt work. (same problem)
    Thx for help
    Greetings Andreas B

    This all points to some sort of installation issue. I notice from the screen you posted that a lot of the fields are completely blank. They shouldn't be. They should have default values. Check that you are installing following Peter's advice at http://www.grainge.org/pages/authoring/installing/installing.htm.
    Colum

  • Word document, developer and developer server

    I must develop a form that can handle word document, it must read/write/update a DOCUMENT that must be stored in database for example in a BLOB field.
    Can someone tell me how i can do it?
    Thanks

    You can define MS Word as your system_editor for the form. For details refer to 'Editor Property' topic in the Oracle Dev. Help.
    null

  • Word documents (New and Existing) paper area does not work correctly

    Hello all. I have a rather hard to explain situation with one of our workstations. It is an HP 8760w and it has had Office 2010 installed on it for quite some time. Currently, when opening a new document or any existing document, the program will look normal
    but will not show a cursor on the page. Scrolling wll result in the page looking obscure as if a graphics inside the document stops working. Scrolling will cause lines of text to melt into each other and will duplicate lines of text. The ribbon functions fine
    and hitting File brings up the entire menu like it should. Switching back to the document will show what was over that section in the file menu. How do I fix this? Installing and uninstalling office did not work along with changing the Normal.dot and deleting
    the Data registry file. 
    All help is appreciated greatly. 

    Hi Travis,
    This sounds more like a Graphic Driver or Graphics Card problem. You might try switching out the Graphic Card if that is possible on the system.
    Another outside possibility might be a corrupt user profile, so you could create a different profile on the machine and try it. However, my guess would be the Graphics Card is failing.
    Are you also certain there are no other Office add-ins loaded that might be causing this. Start Word in Safe Mode and see if this clears the problem. If it does, then systematically disable add-ins one at a time until the culprit is found.
    Hope this helps
    Kind Regards, Rich ... http://greatcirclelearning.com

  • How do I open a WORD document which is password protected?

    I need to open a word document, which is password protected.  I can't even get to a page that'll allow me to put in the password!!!  Can anyone advise how I can do this?
    Thanks.

    Hi JoeyR.
    Thanks for your reply.
    I get the following message when I try to open the document: "The Word document is password protected and can’t be imported".
    I've looked at the Open Office software, as you suggested, but it seems confusing.  I'll give it a try, though, as I'm wasting too much time!
    Fingers Crossed!

  • How to update a template(word document)  dynamically.

    Hi guys,
    I am having an requirement to store details in a template,which is in word document dynamically and save it on the desktop.
    I can able to open a new word document dynamically.
    please give ur suggestions.
    Reagrds,
    Rajesh

    If you can use Word 2003 files, you can create WordML to create documents dynamically.
    Look here for a brief introduction: http://www.xmlw.ie/aboutxml/wordml.htm
    I've used WordML in combination with XMLBeans in one project.
    It's a very nice combination since you don't have to parse the full XML, just the part you are intrested in.
    If you use XMLBeans for instance, you can base your template on an existing word-file, saving some struggle to write all entries inside the template file.
    Combine this with the filedownload uicontroller in webdynpro to let the user download a template on the desktop.

  • Help! I've deleted most text in a Word document and pressed save!

    Help! I've deleted most text in a Word document accidentally and pressed save - thus losing most of the last week's work! Is there likely to be a temp file anywhere from yesterday so that I can retrieve it?

    I don't know which Mac you have, but if you have an intel, update to 10.7 and you can use the function called Versions, which autmatically saves a version of your text, and you can revert to it when needed.

  • ASK - How to delete line space in Word document using oracle form

    Hi,
    I have 1 template word document.
    Inside the word document template :
    abcdefg
    [START_TERMS]
    [END_TERMS]
    bbbbbbbbbbbbbbbb
    currently, my program only can delete the statement [START_TERMS] and [END_TERMS].
    so the result
    abcdefg
    ----> space area
    ----> space area
    bbbbbbbbbbbbbbbb
    My expected result is
    abcdefg
    bbbbbbbbbbbbbbbb
    How to replace that two space area in oracle form ?
    Please advise.
    Thanks for your help.
    regards,
    Iwan

    Hi
    Here my code :
    Function DeleteWord(MyOwnSelection OLE2.OBJ_TYPE, MyWord VARCHAR2) Return Boolean Is
    MyArgs OLE2.LIST_TYPE;
    vReturn boolean;
    Begin
    vReturn := FindWord(MyOwnSelection , MyWord);
    -- Can't Find The word
    if vReturn = False Then
         Return False;
    End if;
    OLE2.INVOKE(MyOwnSelection, 'Delete');
    MyArgs := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(MyArgs, '0');
    OLE2.ADD_ARG(MyArgs, '0');
    OLE2.INVOKE(MyOwnSelection, 'SetRange', MyARgs);
    OLE2.DESTROY_ARGLIST(MyArgs);
    Return True;
    End;
    returnValue := WordFunction.DeleteWord(MySelection, '[START_TERMS]');
    Thanks and regards,
    Iwan
    Edited by: user1888509 on Jun 7, 2011 10:34 PM

Maybe you are looking for

  • Pages is gone!

    I cannot open Pages. The Pages Icon is gone, it isn't in Applications, and doesn't open under search.  When I try to open a saved Pages document, I see: "The document could not be opened. The file isn't in the correct format.  The file might be corru

  • Can't update acrobat 9 pro after reinstall on mac

    i just reinstalled acrobat 9 pro onto a new macbook air (replacing my previous machine), using the original disc, v.9.0.0, and product key.   previously i'd seen cues to update (to 9.5.2), but now i can't seem to -- there's no update link at all in t

  • Newbie trying to sort 2D string array

    Dear all, After read some book chapters, web sites including this, I still don't get the point. If I have a file like, 1 aaa 213 0.9 3 cbb 514 0.1 2 abc 219 1.3 9 bbc 417 10.4 8 dee 887 2.1 9 bba 111 7.1 and I load into memory as a String[][] here co

  • How to show author column in document properties for pdf

    Hi, I save all document of PDF in one folder.  Then i click choose details i choose 'Author' i need to add name in the author column and showed the author name in document properties. so i open the pdf file ---- properties -- at description (key name

  • Link Purchasing Vendor to Paying Vendors

    Dear Gurus, How can we link multiple purchasing vendors to a single paying vendor? Thanks. regards, Raj