Search results

  1. S

    Form Feed New Line CR Problem

    Thanks tamhas for your help. I've found what cause the problem. The problem is that when I display the put unformatted on screen, it shows in wordpad and when the user save the document it save the text and the newpage char
  2. S

    Form Feed New Line CR Problem

    I get CR LF at the beginning of the first field at every 55 lines. It look likes it tries to change page but I can't find why. We are exporting the file on UNIX and we import them in Excel on Windows XP Thanks in advance --Samus 535
  3. S

    Form Feed New Line CR Problem

    I don't use any forms when I want to export to Excel. I use "put unformatted" with each fields separated by ";". My issue is that in Excel, when I try to make a Sub-total, the value "001" is different than "CR LF001" so the subtotal doesn't work. Thanks in advance --Samus 535
  4. S

    Form Feed New Line CR Problem

    Hi everyone, I have to export a report to a .txt file and then I should import it in Excel. When I import my file in Excel, I get some New Line, Form Feed and Cariage Return char so my function in Excel doesn't work. Is there a way to remove those character when I generate the report ...
Back
Top