Can't replace lines in a downloaded template doc

there're two lines in my document that I can edit regularly, but they just swith right back if I try to scroll down or print it. Any suggestions?

Are you talking about using Reader on a PDF or something completely different. Are you trying to replace a line or replace some text in a form?
More details of what you are using and what you are trying to do wold be helpful.

Similar Messages

  • Some clients Can't open XLSX files in Libraries using template.dotx but can open xlsx files in libraries using template.doc

    If I create a new library using any Excel/Word template - DOC, DOTX, XLS, XLTX and then upload a XLSX document (or docx) then some of my clients experience issues opening the document.  My work around in the past has been to resave the document
    as XLS or DOC.  Interestingly Old Libraries (Libraries using template.doc) don't have a problem with xlsx or docx documents.  (This only works because most of the clients experiencing the problem only open a few documents and we only have to
    resave a few documents.  I don't know why these clients have this problem though.)
    We are now testing a new Terminal Server implementation.  One with OpenOffice instead of Microsoft Office.  We can't open xlsx files on new libraries but can on old libraries.  (docx files are not a problem though)  I found a couple of
    work arounds.  One work around is to click on the down arrow by the document name and select "Edit in Excel" which fails, but then clicking on the document name after will then prompt you to Open/save the document.  Clicking on Open
    successfully opens the document in OpenOffice.  (So rather tedious for the users but nothing has to be changed to make it work.)
    The other option is to create a template from one of the libraries that is working and then use it to create a new library and save my documents to the new library.  Then I'm prompted to Open/Save the xlsx documents in the library.  This
    option is less tedious for the user but then I have to go through and recreate any libraries using template.dotx.  Creating a new library using the standard Document Library option and selecting Word or Excel 2003 does not resolve the issue - it has to
    be created from a template created from an existing library that works in the Terminal Server implementation. 
    My boss is opting for the latter option unless I can come of with an alternative that doesn't mean additional steps for the users.  Training is an issue because most of the Terminal Server users are shop floor workers. 
    My question is, is there a patch or fix that addresses this issue or any other work arounds that would be less work? 
    Additional Info:  Our Sharepoint implementation is the Enterprise version is installed but we do not have the Excel related Features activated (and these can't be activated due to licensing).  I'm not sure if that matters or not but it is
    a different configuration from how most SharePoint installations are configured.  SP1 is installed.  I have not installed any recent CU's.  Versions I see in Patch Status screen include 14.0.6029.1 (primarily) with some additional features
    reporting 14.0.6105.5, 14.0.6107.5, 14.0.6112.5 and 14.0.6114.5.
    Nancy Forbes

    We have tried a couple of additional things.
    We uninstalled OpenOffice and are testing LibreOffice.  I also installed CMIS from the SharePoint Administrator's toolkit, added the solution, and deployed it to my sites.  The "Producer" feature is activated on the site I am testing with. 
    I created a new library and posted some docx, doc, and xlsx files to it.  All files can be opened as Read-only from the Library list.  The only way I have found that I can edit the files is to Open the Library with Explorer.   I then deactivated
    the producer feature and tested opening the SharePoint documents from Explorer and it worked the same. 
    So am I misunderstanding what the CMIS Producer feature is for?
    Nancy Forbes

  • Get Plugin Finding Service Error for weeks & weeks now - can't update plug-ins, need download .pdf doc, but says adobe unstable, plug-in needs update. now what

    Want to download .pdf doc, but pop-up says it's unstable, need update plug-in. Tried to update, got error message, with "try later". Same for weeks now. Tried check for updates, Firefox is up to date, clicked update plug-ins... it tries, then again... same error message: "Plugin Finding Service Error. Please try again later".
    Been so long now -- when becomes a mighty big question. Looked in forum, no joy.
    Please, can someone tell me -- what's the go. I'm absolutely no good with computers, but this needs to get fixed. Should I stop using Firefox or what?
    Thanks for your help.
    Happy 2013 to all.
    PS. (added a couple days later)
    I'm told I should have added my next question in reply to TylerDowner here, instead of as I did. Sorry if that's so (really?) but I didn't even realize I could edit this.
    So... TylerDowner, thanks very much for your reply, and please would you -- or anyone else who might be able to help -- see my first reply to you below. (seems a waste to slot in here again)
    Feelin even dumber, (ha-ha)
    raaraa

    Tylerdowner -- >> thank you << for your reply, and my sincere apologies for this delayed response (probs, hospital, blah-blah, you don't want to know).
    Have tried to download via that link but not sure if successful. Very slow dial-up connection is the pits. Waited hours 'n hours, fell asleep in chair even, finally had to give in and go to bed, left it going. Server does time out every 8-12 hours, so not sure how long it went. The download appeared complete -- ie, did not show any note of failure. Not sure if it would -- some things in the past haven't.
    Anyway, had success downloading one much older .pdf file, but the link for one I wanted had expired, and I don't know anything else to try. Tried a couple of other links I have, not sure of age of file -- on clicking link, the browser opened, but nothing more happened.
    Wondering -- is the download available in separate pieces instead of one big one? Perhaps worth trying again that way?
    Please, if you would be forgiving, and persist with me a little further/longer -- would you make your recommendation/s for next step/s please?
    Hope you're in a safe, comfortable place. So many places in the world suffering with extremes of all kinds.
    R...

  • Can someone please upload the original downloads stack .doc file that comes default with a clean install?

    Can someone please upload the Downloads Stack.doc file to somewhere for me to download? The document detailing how the downloads stack works. I deleted it by accident hoping to free up space but figured out that the dowloads stack now looks horrible without it. So, can someone please upload it? Thanks. The document with the green down arrow that comes with your mac when you clean install the OS. I don't exactly want to clean install Mountain Lion just for the document so... yeah.

    It is not a doc file, but a pdf.
    Here it is for you. I'll leave it up for 24 hours, or until you indicate you have it (whichever comes first).
    www.steamgenie.com/About Downloads.pdf

  • How Can I replace line in text file

    I have a text file like following format
    1
    bvhhk
    g1
    2
    bvgjvh
    g1
    3
    mmm,mvb
    g2
    I want to replace 2 nd line to " prasad" and after replacing it should be following format
    1
    prasad
    g1
    2
    bvgjvh
    g1
    3
    mmm,mvb
    g2
    I try above change using following code segment and it is not work.
    static void modifyEmployeeDetails(String file_name){
    try{
         InputStreamReader reader= new InputStreamReader(System.in);
         BufferedReader buff=new BufferedReader(reader);
         FileReader read=new FileReader(file_name);
         BufferedReader buffer=new BufferedReader(read);
         FileWriter w=new FileWriter(file_name,true);
         PrintWriter write = new PrintWriter(w);
         System.out.print("Employee No : ");
         String No=buff.readLine();
    boolean eof = false;
    while (!eof) {
    String tep=buffer.readLine();
    if(tep.equals(No)){
    eof = true;
    System.out.print("Name : ");
    temp=buff.readLine();
    System.out.println("No");
    write.println(temp);
    System.out.print("Group No : ");
    temp=buff.readLine();
    write.println(temp);
    }catch(Exception e){
    System.out.println(e);
    Please correct If it is wrong and help me as soon as possible
    Thank you...............

    hi,
    I have a different approach of the solution to your problem.
    suppose you have entries in your file without any extra line feed between each two entries.
    the following program entirely reads your data into a bean list, changes a specific bean attribute and writes it to your data source.
    (you should adapt it to your needs)
    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.util.ArrayList;
    import java.util.List;
    public class FileReplace {
         public List<MyBean> readFile(BufferedReader in) throws IOException{
              String line;
              List<MyBean> beanList = new ArrayList<MyBean>();
              MyBean bean = null;
              int i=0;
              while((line=in.readLine())!=null){
                   if(line.trim().equals("***")){
                        beanList.add(bean);
                        i = 0;
                   }else{
                        switch (i) {
                        case 0:
                             bean = new MyBean();
                             bean.setAttribute1(line);
                             i++;
                             break;
                        case 1:
                             bean.setAttribute2(line);
                             i++;
                             break;
                        case 2:
                             bean.setAttribute3(line);
                             i++;
                             break;
                        default:
                             break;
              return beanList;
         public void writeToFile(List<MyBean> beanList, String outputFilePath) throws IOException{
              FileWriter out = new FileWriter(outputFilePath);
              for (int i = 0; i < beanList.size(); i++) {
                   out.write(beanList.get(i).toString());
              out.flush();
              out.close();
         public void test(){
              //BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
              String filePath = "D:/file.txt";
              try {
                   BufferedReader in = new BufferedReader(new FileReader(filePath));
                   //read data
                   List<MyBean> beanList = readFile(in);
                   // edit a bean attribute
                   beanList.get(0).setAttribute2("prasad");
                   //write beans back to file
                   writeToFile(beanList, filePath);
              } catch (FileNotFoundException e) {
                   e.printStackTrace(); //handle appropriately this exception
              } catch (IOException e) {
                   e.printStackTrace();//handle appropriately this exception
              }catch (Exception e) {
                   e.printStackTrace();//handle appropriately this exception
         class MyBean{
              String attribute1;
              String attribute2;
              String attribute3;
              public final static int ATTRS_NUMBER = 3;
              public String getAttribute1() {
                   return attribute1;
              public void setAttribute1(String attribute1) {
                   this.attribute1 = attribute1;
              public String getAttribute2() {
                   return attribute2;
              public void setAttribute2(String attribute2) {
                   this.attribute2 = attribute2;
              public String getAttribute3() {
                   return attribute3;
              public void setAttribute3(String attribute3) {
                   this.attribute3 = attribute3;
              @Override
              public String toString() {
                   return attribute1+"\n"+attribute2+"\n"+attribute3+"\n***\n";
         public static void main(String[] args) {
              FileReplace instance = new FileReplace();
              instance.test();
    }hope it helps

  • I can't replace an old version of Firefox with a new one that I just downloaded. It says I don't have permissions to do so, and the old version can't trashed.

    I've downloaded the new version, and when I go to drag the Firefox icon into the Applications folder, I'm prompted to replace the old version. When I do, it says, "The operation can’t be completed because you don’t have permission to modify 'Firefox'." I've looked everywhere, and every help forum says to just drag Firefox into the Trash. I've tried that, and it says that Firefox can't be trashed. I don't know if this means anything or not, but there is a small lock in the bottom left of the Firefox icon in my dock.

    Try to drag the current Firefox application to the trash if you can't replace it.

  • Downloaded Mt Lion.  Now my facetime launches then quits with message that there is a problem with the  C_L Kernel Plugin.  Everything else works just fine. I can get on line etc.

    I have have an early 2008  imac 8,1  It has been a good machine no problems.  UNTIL we downloaded Mt Lion. We can no longer use facetime.  We click on the icon it comes up, tries to connect then it disappears with the message that there was a problem with the C_L Kernel Plugin.  We can go on line without difficulty, everything else seems to be working.  Searching the internet shows that others have had the same problem with Mt Lion. But so far I haven't found a solution.  We have wiped the drive reloaded snow leopard then downloaded Mt Lion again. We put in a NEW hard drive and reloaded snow leopard then Mt Lion. We have changed out ram using apple ram. But we still get the same result. Everything works except for Facetime.  Is there some patch we have missed?  Facetime DOES work on our ipads without a hitch so I doubt it's the internet connection.  We've tried the imac both wirelessly as the ipads run and hardwired and get no where fast.  So any help at all would be appreciated.  We live in the boonies, the nearest mac repair is over 150 miles away so this is pretty nuch a do it myself affair.  We know the machine is old by most standards today. But we pretty much run our machines until they can't power up.  So we'd like to get this one back on its perch so to speak with its face time working.
    Thank you ahead of time for any advise help given.

    A log may help determine what the issue is ...
    Open the Console app located in HD > Applications > Utilites
    Select: System Diagnostic Reports  on the left.
    Copy and paste the most recent kernel panic or crash log in your Reply.

  • Can I replace my land line with an iPhone and keep the same phone number?  Thanks.

    Hi,  Can I replace my land line with an iPhone and keep the same AT&T phone number?  Thanks.

    Hi
    There are always some wrinkles in this kind of change.  If you have a home security system like ADT they require a land-line for their system to work.  This less of an issue in apartments and condos - it's mostly a "house" issue.
    Before you make the switch (and there may be a switching fee) just make sure you cover all the bases.
    Cheers

  • Why can't I access the command line I just downloaded for xcode?

    Why I can't access the command line I just downloaded for xcode?

    Firefox will not appear in the Market for most phones with incompatible hardware. I believe the Motorola Bravo is supported. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    On some supported devices, a bug prevents Firefox from appearing in the Market. This may be related to the recent Market update. You can go to Settings/Applications and uninstall the Market update, then find and install Firefox.
    Or, you can download the app directly from here:
    http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/4.0b3/android-r7/multi/
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on how to "sideload" the APK file, since AT&T disables the option to install from non-Market sources.)

  • I have a iPhone 5s fell into the water and damaged fingerprint sensor motion and lines of light appeared on the screen, but it still works and did not hurt anything else Can I replace it with a new phone

    I have a iPhone 5s fell into the water and damaged fingerprint sensor motion and lines of light appeared on the screen, but it still works and did not hurt anything else Can I replace it with a new phone

    No. The warranty does not cover damage.
    You can only get a replacement if you can talk Apple into selling you and out of warranty replacement.
    Allan

  • Can I provide a local jre download link?

    Legally, can I provide a local jre download link for our customers?
    I have a product that requires a specific JRE family (1.5) and I'd really like to provide a link during our web client discovery to a local copy (on tomcat) of the jre.
    I know that netbeans and eclipse etc, bundle the jre without any legal issues, but I'm worried that providing a link for web clients (even if they are on a local intranet) may not be legal.
    I'm hoping someone can point me in the right direction.
    Thanks in advance.
    -Dennis

    Good advice.
    The section of the license agreement of interest is:
    B. License to Distribute Software. Subject to the
    terms and conditions of this Agreement and
    restrictions and exceptions set forth in the Software
    README file, including, but not limited to the Java
    Technology Restrictions of these Supplemental Terms,
    Sun grants you a non-exclusive, non-transferable,
    limited license without fees to reproduce and
    distribute the Software, provided that (i) you
    distribute the Software complete and unmodified and
    only bundled as part of, and for the sole purpose of
    running, your Programs, (ii) the Programs add
    significant and primary functionality to the Software,
    (iii) you do not distribute additional software
    intended to replace any component(s) of the Software,
    (iv) you do not remove or alter any proprietary
    legends or notices contained in the Software, (v) you
    only distribute the Software subject to a license
    agreement that protects Sun's interests consistent
    with the terms contained in this Agreement, and (vi)
    you agree to defend and indemnify Sun and its
    licensors from and against any damages, costs,
    liabilities, settlement amounts and/or expenses
    (including attorneys' fees) incurred in connection
    with any claim, lawsuit or action by any third party
    that arises or results from the use or distribution of
    any and all Programs and/or Software.But to be more specific, the line that I'm worried about is:
    you distribute the Software complete and unmodified and only bundled as part of, and for the sole purpose of running, your Programs
    In my case, the client is using a browser, and would be logged in and then provided a link to our local download. All for the purpose of running our applets. However, there is nothing keeping the client from then moving on and using the JRE for something else.
    Therefore, I'm thinking that breaks the license.
    I think I am forced to provide a download link to Sun....
    /sigh
    -Dennis

  • Can I use PrE 11 HD DVD templates for PrE 12?

    Hello,
    I have PrE 11 and just installed PrE 12.  I am wondering (hoping) that I can use the PrE 11 HD DVD templates that I have already downloaded for my PrE 12 installation.  It is unfortunate that Adobe now makes us download these templates as not everyone has a lightning fast internet connection.
    Any help is appreciated.
    Thanks,
    RGV

    RGV
    I have an important add on for the Premiere Elements 11 user who goes on to Premiere Elements 12 and wants to use the Premiere Elements 11 saved Online Folder (complete) as a replacement for the Premiere Elements 12 Online Folder (incomplete) to avoid the same slow Content download experience of Premiere Elements 11.
    This not going to be a one on one swap of the whole Premiere Elements 12 Online Folder (incomplete) with the whole saved Premiere Elements 11 Online Folder (complete).
    The 11 and 12 Online Folders are the same, except for the two new folders within the 12 Online Folder.
    So, consider:
    Premiere Elements 11 Online Folder
    Clips Arts Folder
    DVD Templates Folder
    Movie Themes Folder
    Title Template Folder
    but
    Premiere Elements 12 Online Folder
    Clips Arts Folder
    DVD Templates Folder
    Movie Themes Folder
    Title Template Folder
    Music Scores Folder (NEW)
    Sound Effects Folder (NEW)
    Details are included my blog post where I tried to put this information together.
    http://www.atr935.blogspot.com/2013/12/pe12-content-download-considerations.html
    ATR

  • How Can I replace newScale Text Strings with Custom Values?

    How Can I replace newScale Text Strings with Custom Values?
    How can I replace newScale text strings with custom values?
    All  newScale text is customizable. Follow the procedure below to change the  value of any text string that appears in RequestCenter online pages.
    Procedure
    1. Find out the String ID of the text string you would like to overwrite by turning on the String ID display:
    a) Navigate to the RequestCenter.ear/config directory.
    b) Open the newscale.properties file and add the following name-value pair at the end of the file:res.format=2
    c) Save the file.
    d) Repeat steps b and c for the RmiConfig.prop and RequestCenter.prop files.
    e) Stop and restart the RequestCenter service.
    f) Log  in to RequestCenter and browse to the page that has the text you want  to overwrite. In front of the text you will now see the String ID.
    g) Note down the String ID's you want to change.
    2. Navigate to the directory: /RequestCenter.ear/RequestCenter.war/WEB-INF/classes/com/newscale/bfw.
    3. Create the following sub-directory: res/resources
    4. Create the following empty text files in the directory you just created:
    RequestCenter_0.properties
    RequestCenter_1.properties
    RequestCenter_2.properties
    RequestCenter_3.properties
    RequestCenter_4.properties
    RequestCenter_5.properties
    RequestCenter_6.properties
    RequestCenter_7.properties
    5. Add the custom text strings to the appropriate  RequestCenter_<Number>.properties file in the following manner  (name-value pair) StringID=YourCustomTextString
    Example: The StringID for "Available Work" in ServiceManager is 699.
    If you wanted to change "Available Work" to "General Inbox", you  would add the following line to the RequestCenter_0.properties file
         699=General Inbox
    Strings are divided into the following files, based on their numeric ID:
    Strings are divided into the following files, based on their numeric ID:
    String ID  File Name
    0 to 999 -> RequestCenter_0.properties
    1000 to 1999 -> RequestCenter_1.properties
    2000 to 2999 -> RequestCenter_2.properties
    3000 to 3999 -> RequestCenter_3.properties
    4000 to 4999 -> RequestCenter_4.properties
    5000 to 5999 -> RequestCenter_5.properties
    6000 to 6999 -> RequestCenter_6.properties
    7000 to 7999 -> RequestCenter_7.properties
    6. Turn off the String ID display by removing (or commenting out) the line "res.format=2" from the newscale.properties, RequestCenter.prop and RmiConfig.prop files
    7. Restart RequestCenter.
    Your customized text should be displayed.

    I've recently come across this information and it was very helpful in changing some of the inline text.
    However, one place that seemed out of reach with this method was the three main buttons on an "Order" page.  Specifically the "Add & Review Order" button was confusing some of our users.
    Through the use of JavaScript we were able to modify the label of this button.  We placed JS in the footer.html file that changes the value of the butt

  • How can i change backgroud color of global template in fusion cloud?

    Hi all.
    someone of you could help me?
    How can i change backgroud color of global template in fusion cloud?

    Hi.
    Making CSS changes like this is currently only possible off-line, using the JDeveloper-like Skin Editor. This is described in our blog post here, a demo on our YouTube channel in this video, or the product documentation here. Coming soon is an online 'theme editor' feature which allows this kind of customization online. I would recommend that you raise a request with the Cloud Operations team to verify if they support the addition of custom skin files, otherwise you are limited to the online branding options currently available.
    Kind regards
    Richard
    FA Developer Relations

  • I I have a late 2005 power PC G5 that I want to bring back to life.  I need to replace the original hard drive, a Maxtor 250 GB Sata.  Can I replace it with modern drives, SATA 5-6 etc?

    I have a late 2005 power PC G5 that I want to bring back to life.  I need to replace the original hard drive, a Maxtor 250 GB Sata.  Can I replace it with modern drives, SATA 5-6 etc?

    I knew I should never get rid of my old G5's.  By the way, there is a browser still supported for the PPC, TenFourFox, if you're not using it already.  Go to the Floodgap website (they author it)  download it for free.  The only thing it doesn't support is the Flash plugin, but the browser works great. Other video types are supported.  It's based on Firefox, and runs most of the plugins and add-ons. It's very fast, and beats all other browsers on the browser compatibility and speed test.  That's now my default on my G5's.  Firefox and Safari are no longer supported.  As far as the OS, both Tiger and Leopard were solid for me.  The reason, as I stated before, was iMovie.  The version in Tiger with iLife was far superior to what Apple changed it to.  They 'dumbed it down' for the masses.  Even the newest iLife 11 on my Mac Pro quad isn't is good, in my opinion.  So Leopard should be fine for you.  It's a much larger browser in terms of sheer megabytes and disk space, but it's fine.  As far as getting an OS disc, I'm seeing Tiger for about $45.00, Leopard for $50 - 60.00 on that famous auction site.  As far as RAM, I have 8GB in my G5 2.3, but you should check Activity Monitor when you are running your apps.  See how much green slice you have left (unused RAM).  You might find you don't need eight.  A Mac Pro will grab more free RAM than a PPC machine will.  I have a hard time maxing out use of my 8 on the PPC.  Not true with the eight on my Mac Pro.  The OS doesn't hesitate to grab and use it.  You might be OK with 6GB on your PPC. More will not make you faster, as long as you still have free RAM available.  As far as backup on your resurrected machine:  look for a firewire enabled backup if can.  Use CCC (Carbon Copy Cloner) and make a clone backup.  Next time your PPC machine wipes out the hard drive, just take your Firewire drive and plug it into another PPC machine, and you can select it as your boot drive. You'll be back and running in five minutes.  You can also take the physical drive out of your enclosure, and put it in your tower to replace the failed drive, and you'll be back to where you were in less than ten minutes, OS and all.  The PowerMac has an 800 port, so you can do the 800 on the machine to an 800 port on your backup. A firewire 800 to 800 cable is only about $8.00.  It runs nice and fast through the 800 port.  I like the OWC Mercury Extreme enclosures.  They use USB, Firewire 800, and eSATA, so all your options are open.

Maybe you are looking for

  • Updation of RG1 register

    Hi, Once again I am putting this question. When I am trying to update the RG1 register with t.code J1I5,At the time of simulation,I am not able to simulate the some material document (getting the red tab against them).So that I am not able to update

  • Batch Number field in FB03

    Hi Friends, My client would like to have one additional field "Material Batch Number" field (i.e MSEG-CHARG) column in FB03 - Document Display layout. Need your help in achieving it. Thanks in advance. Regards, Sangharsh Navada

  • How do i do that? MultiLine in a cell of JTable !!!

    Dear friends, I am trying to add multiline in a cell of JTable. For that bellow code i have written, but my statement in cell displays in a line only. Code is given bellow (copy/paste/run), could anyone help me how to do that? Regards.. Jaya. import

  • Opening Freehand files in Illustrator

    Can I open Freehand MX files in Illustrator CS3? Thanks, Joze

  • Password reset on all target systems + how to  find mskeyvalue from store?

    Hi All As per the below link for password reset http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00d69428-cc00-2c10-9ca5-b4f607bbbddf&overridelayout=true   , I am able to reset the password of the user id in ume of  IDM  AS java server. However