Flash line feed email issue

Hi, can anyone help me with a code for sending an email from
flash.
I have created an email to send 5 x input text fields to an
email address.
The issue I am having is the text comes through on one line
instead of creating separate lines to deliver the text to the mail
recipient - when placed live on the server.
I have attached the code i have used and it is working within
the flash document and when exported is working fine.
Just to eliminate these ideas i have already tried the codes
listed below.
If any one can help me to figure this out I would greatly
appreciate it.
Could it be a problem with the server?
Cheers,
Kirst

Hi Kglad,
Here is the code:
Here is how the email should look and how it previews in
flash player when i export the flash file:
User Name: =
Kirstyn
Computer Name: =
enb140
Department: =
creative
Phone Extension: =
387
Details: =
testing it support
Below is how the email is sent if I upload it to the server:
User Name: = KirstynComputer Name: = enb140Department: =
creativePhone Extension: = 387Details: = testing it support

Similar Messages

  • Flash with PHP Email Issues

    This is the issue...I'm creating an Email form in Flash 8 and
    using 'sendAndLoad' to send variables to a PHP script. All
    variables are sent correctly except for the 'message' part of the
    email. The message is set up as a Multiline text input with word
    wrap, but once the user filling the form presses "enter" to start a
    new line, only the first line is sent. For example:
    ::: User Types:::
    To Whom it may concern,
    Asalskl alslfas ljs jsldjlasj sldfj
    asldfj lsdjla aljd a lj;asdj
    asldfjlj;lsdf l jl kj lkj.
    Sincerly,
    So and So
    ::: I Recieve :::
    "To Whom it may concern,"
    My actionscript is set up to loadVars as ' toPhp.message =
    Message_txt.text; '
    And my php is set up as ' $msg = $_POST["message"]; '
    This could just be a bug in Flash, but I've seen other forums
    with the same issue, but with no results. If anyone has gone
    through this and has a fix or suggestion, I've tried
    everything...please help!

    I don't think there's any bug. I just did a little test and
    send the
    contents of a multiline field to a php script and just echo
    it out.
    Everything is sent fine and enters are sent as %0D.
    Dave -
    Adobe Community Expert
    www.blurredistinction.com
    www.macromedia.com/support/forums/team_macromedia/

  • Mail attachment generated in UDF in SAP PI 7.1 - Issue with line feed

    Hello,
    Situation is:
    Implemented a scenario in SAP PI 7.1 with a mail receiver following this thread:
    /people/samuel.chandrasekaran2/blog/2008/10/06/xi-mail-adapter-dynamically-building-attachment-and-message-body-content-using-a-simple-udf
    which is about moving message lines from sender into an attachment forn the receiver mail.
    It is working great!
    The receiver gets the mail including the attachment with all added lines.
    But when opening this mail there is an issue depending on the program we are using to open the attachment
    which is defined as txt file
    - Using MS Editor 5.1 (Windows XP 2007, SP3) the Carriage returns and line feeds (added with
    in the UDF) to separate the message lines are not recognized. In the Editor each 
        is shown as □   within the text.  Word wrap (flag set in the editor) is different to the carriage return/line feeds set in the file.
    - Using MS Notepad 5.1 (Windows XP 2007, SP3)   situation is the same but
        is NOT shown as □ , it simply seems to be unvisible. Word wrap (flag set in the editor) is different to the carriage return/line feeds set in the file.
    - Using Word 2007 the carriage returns are recognized and used in a correct way to display the file content. But now mutated vowels (äüö) are not recognized. They are displayed as
    So I followed this thread:
    http://help.sap.com/saphelp_nw04/helpdata/en/96/f04142099eb76be10000000a155106/content.htm
    Nice....
    In the editors there is no change, but when opening the file in Word it asks now how to convert the file content
    (proposing UTF-8) and Word recognizes mutual vowels.
    But there seems to be a side effect....
    Following the second link,  PI recognizes an error.
    This is the error message.
    MP: exception caught with message Null as XI message received (PrincipalData in ModulData is null)
    Adapter Framework caught exception: Null as XI message received (PrincipalData in ModulData is null)
    Delivering the message to the application using connection Mail_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Null as XI message received (PrincipalData in ModulData is null).
    But the message is sent to the mail recipient which could be ok if PI would not repeat the mail sending now for several times.
    So we will receive not one but a number of mails.
    So we removed the modul recommended in this help link from the channel.
    Result: Behaviour in Word changed now to the described one. But the errors are no longer coming up in channel monitoring incl. message send repetition. So this is a first success. But the partner wants to process the files first with one of the named editors. So we are looking for another solution now to fix the last issue!
    Your ideas are really welcome!
    Best regards
    Dirk

    Hi,
    as I found this in wikipedia:
    Another common problem is the use of '\n' when communicating using an Internet protocol that mandates the use of ASCII CR+LF for ending lines. Writing '\n' to a text mode stream works correctly on Windows systems, but produces only LF on Unix, and something completely different on more exotic systems. Using "\r\n" in binary mode is slightly better, as it works on many ASCII-compatible systems, but still fails in the general case. One approach is to use binary mode and specify the numeric values of the control sequence directly, "\x0D\x0A".
    Back to my issue:
    In the UDF I am adding "\r\n" but only the "\n" seems to survive!
    In Mapping test line feeds are available and the lines are shown as expected.
    Using Notepad ++ to open the created txt file from the mail shows that LF is in the file at each end of line but CR is missing.
    CR is only at the end of the last line in the file and is not from the UDF that creates the mail or the UDF that creates the attachment lines. Seems that this is added somewhere else behind the mapping.
    This is what I found in galileo computing
    (http://www.galileocomputing.de/glossar/gp/anzeige-11241/FirstLetter-Z, SORRY, only available in german language!):
    In Parsing of XML-Documents the XML-Parser changes the end of line delimiter internally in general to a simple line feed (LF, #0A) as usual in UNIX. ..... In Windows this could result in problems with readability of  source texts (e.g. in Notepad) which can be solved by choosing the right editor.
    My target application is on Windows and not able to "choose" the right editor (PI system is on windoes OS too) !
    But Im wondering where the CR at the end of the text comes from when all the \r\n will be replaced with \n as described.
    Ideas are really welcome!
    Best regards
    Dirk
    Edited by: Meinhard Dirk on May 31, 2011 2:45 PM

  • Flash Builder RichTextEditor extra line feeds

    In Flash Builder 4 I am using the RichTextEditor, specifically for the formatting features.  The input is stored in a MySql database; when I retrieve the html text back and shown again in RichTextEditor it has extra line feeds, if I show the text in a Alert box as standard text it has extra line feeds.  Even after removing the extra line feeds and resubmitting to the database it comes back with extra line feeds.  Any suggestions?
    Thanks in advance.

    Hello popster;
    I had the extra line feed problem and now I don't, I don't know what changed
    to fix it, I wish I could tell you what I did (that way I would know for
    next time). 
    I'm sure you know, but just keep updating Flash Builder, I'm telling myself
    maybe this is what fixed it.
    As time allows I will eventually replace the halo RTE with a sparks Text
    Area and make my own format toolbar with sparks components, to follow Adobes
    advice and use a sparks component if available.
    John

  • 2d Flash Line Graph Issues

    Hi,
    I am editing the xml for the 2d flash line graph, and having difficulty performing some customisations.
    Could anyone assist with the following:
    1) Changing the default line colours. I have 4 series. Changing the following does not change the line colours:
    <line_chart left_space="5" right_space="5">
    <block_names enabled="no" />
              <dots radius="1"/>
              <lines size="1" auto_color="no" color="blue"></lines>
              <lines size="1" auto_color="no" color="red"></lines>
              <lines size="1" auto_color="no" color="green"></lines>
              <lines size="1" auto_color="no" color="pink"></lines>
    </line_chart>
    2) Is there any way to add commas (thousands) to the Y axis labels?
    Many thanks for any assistance with these
    Steve

    Hi Ben,
    Yes I was looking at that, but just discovered that I can do the following:
    <values show="no" thousand_separator="," />
    and it seems to do it.
    I am now having REAL issues with the X and Y axis formatting. I am including font nodes inside the y_axis / x_axis nodes (as per anychart 3 docs) but the formating properties are not changing the axis labeling:
    <!--
    <y_axis name="Water Injected (&P320_UNITS.)" smart="yes" direction="horizontal" rotation="-90" position="left_center" >
    <font size="20" type="Verdana" color="" bold="" italic="" underline="" align="left"/>
    </y_axis>
    <x_axis name="" smart="no" direction="horizontal" rotation="-90" position="top">
    <font size="20" type="Verdana" color="" bold="" italic="" underline="" align="left"/>
    </x_axis>
    -->
    do you have any experience with doing this?
    thanks again
    Edited by: Steve_Macleod on May 14, 2009 3:18 PM

  • Black screen with white flashing line on startup

    ~computer info~
    Mac OS X Version 10.6.7
    2.66 GHz Intel Core 2 Duo
    4GB 1067 MHz DDR3
    24 in. Montior
    Startup disk: Macintosh HD
    ~Partition info~
    FAT32 Windows XP
    ~issue~
    Hello; I've recently encountered a problem with bootcamp that I can't find a solution to... Every time I start up the computer in boot camp, all I get is that black screen with the white flashing line. It comes up, goes to a plain black screen, then quickly comes up again. It never stops, either. I've let it run, and it won't finish.
    I've had the partition for MONTHS now, and nothing like this has happened. I've had it since I upgraded to Snow Leopard awhile back, and needed to re-partition the drive. I literally had been using it the day before it happened, and the only thing that happened was that I got that "Windows Security 2011" malware, but I got rid of it fully (As I've gotten it 3 times this month). The other two times I got it, it didn't do anything. I fixed it, and went on with life. But is it possible that it broke something in the partitions inner files this time?
    I ran disk utility, and it said the partition was broken. After verifying it and confirming this, I did "Repair Drive", as it allowed me to. It finished with no errors and said it completed, so I tried to go back into the partition, but it gave me the same results.
    To be honest, most of my stuff is on my External Harddrive, so re-doing the partition is only going to be time used to me. But I still DO have things on there, and it'd be a pain to transfer them back and forth between the Mac and Windows partitions... I'd really like to know if there's anyway to fix this, or if it's just going to fall back to me re-partitioning the drive...
    Thanks for the help in advance.

    That blinking line is a "cursor."  It's only supposed to show for a second or two as your iMac switches to and then starts Windows.  But as you indicate here, it's not getting past the cursor..
    Disk Utility can repair FAT volumes, but it cannot correct issues caused by corrupted items which, if the volume was repaired, there may be some.
    Since we are dealing with a Windows boot partition, it's entirely possible that the repairs inadvertently corrupted the data Windows needs to start and run.  It's also posible that Mac OS, in fixing the Boot Camp volume, overwrote the existing boot record in the Windows partition with a generic, though non-bootable version.
    Windows' own CHKDSK should have been used to make the repairs rather than the OS X Disk Utility, which would have avoided this worst-case scenario in data recovery.  CHKDSK has a special version of itself on the Windows disc, which may be accesed by using the Windiws Recovery Consile upon pressing R during the "Welcome to Setup" screen.
    Though it appears ftom my position here that you will need to reinstall XP, it may yet be possible to recover data that hasn't been copied to the external HDD.  For this task, I'd like to recommend that you start up in Mac OS for the time being, and pull any new or changed items from the Boot Camp volume except for installed software; the latter are nearly impossible to transport with reasonable accuracy, and should instead be reinstalled.
    Once you have what you need, format your Boot Camp volume and reinstall Windows, this time selecting NTFS as your filesystem.  NTFS is the preferred option for Windows in general, thiaks to its innate file access controls as well as the ability to compress or encrypt data "on the fly."  NTFS can be read by Mac OS X, but not written from it, thus NTFS volumes cannot be altered except by Windows itself..  But it is also a requirement if you plan to upgrade your unit using Windows 7 in future.
    Nate

  • Working with line feed, carriege return, tab etc in JSP web layout

    Hi guys,
    After looking at an old thread
    line feed, carriege return, tab etc in JSP web layout
    I think I am experiencing the same problem here and I'm struggling to implement the solution, mainly because I am a complete newbie at jsp reports (and most things webby).
    1) Can I add the code following code directly to the web source? If not then how do I find the css file being used?
    table pre {
    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    /* width: 99%; */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    2) I'm not sure how to set the width to be same as the width of the table cell.
    Here's the web source and thanks very much in advance!
    <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
    <%@ page language="java" import="java.io.*" errorPage="/rwerror.jsp" session="false" %>
    <%@ page contentType="text/html;charset=ISO-8859-1" %>
    <!--
    -- Version control data:
    -- $Revision: $
    -- $Date: $
    -->
    <!--
    <rw:report id="report" parameters="userid=xxx/xxx@xxx">
    <rw:objects id="objects">
    </rw:objects>
    -->
    <html>
    <head>
    <meta name="GENERATOR" content="Oracle 9i Reports Developer"/>
    <title> STAR Solution Plan Report </title>
    </head>
    <body>
    <!-- Data Area Generated by Reports Developer -->
    <rw:dataArea id="MG2GRPFR69">
    <rw:foreach id="RG2691" src="G_issue_solution">
    <!-- Start GetGroupHeader/n --> <table>
    <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%" style="font-family: Book Antiqua; font-size: 10pt">
    <TBODY>
    <TR>
    <TD vAlign=center align="left">
    <p><IMG src="http://witton3/star/Docs/EU_Man/TIMET_Logo.jpg" width="150" height="77"><br>
    </p>
    </TD>
    <TD vAlign=center align="right">
    <p><IMG src="http://witton3/star/Docs/EU_Man/Star_Logo.gif" width="116" height="46">
    </p>
    </TD>
    </TR></TBODY></TABLE>
    <p align=center style='margin-right:.5in;margin-left:.5in;text-align:center'><span
    style='font-size:18.0pt;font-family:"Book Antiqua"'>STAR System Documentation</span></p>
    <p align=center style='margin-right:.5in;margin-left:.5in;text-align:center'>
    <u><b><span
    style='font-size:13.5pt;font-family:"Book Antiqua"'>Solution Plan for STCR </span><font size="4"><span style="font-family: Book Antiqua">
    <rw:field id="F_issue_id" src="issue_id" breakLevel="RG2691" breakValue=" "> F_issue_id </rw:field>
    </span></b></u></font></p>
    <P>NOTE: <font color="#008000">For existing STAR programs, unless explicitly
    stated in the solution plan, functionality pre-existing in the program or report
    will be retained. Approval of the solution  plan implies agreement that
    current functionality not being modified is still acceptable going forward, in
    the light of the specific changes documented. </font></P>
    <b><u><p>Root Cause of Issue</b></u></p>
    <p> <rw:field id="F_root_cause" src="root_cause" breakLevel="RG2691" breakValue=" "> F_root_cause </rw:field>
    </p>
    <b><u><p>Overview of Solution</b></u></p>
    <p> <rw:field id="F_solution_overview" src="solution_overview" breakLevel="RG2691" breakValue=" "> F_solution_overview </rw:field>
    </p>
    <b><u><p>Functionality Changes</b></u></p>
    <b><p>After implementation of these changes the users will now be able to:</b></p>
    <p> <rw:field id="F_sp_new_functionality" src="sp_new_functionality" breakLevel="RG2691" breakValue=" "> F_sp_new_functionality </rw:field>
    </p>
    <b><p>After implementation of these changes the users will no longer be able to:</b></p>
    <p> <rw:field id="F_sp_removed_functionality" src="sp_removed_functionality" breakLevel="RG2691" breakValue=" "> F_sp_removed_functionality </rw:field>
    </p>
    <b><p>After implementation of these changes the users will need to do this differently:</b></p>
    <p> <rw:field id="F_sp_changed_functionality" src="sp_changed_functionality" breakLevel="RG2691" breakValue=" "> F_sp_changed_functionality </rw:field>
    </p>
    <b><u><p>Program Units Affected</b></u></p>
    <!-- End GetGroupHeader/n --> <tr>
    <td valign="top">
    <table summary="STAR System Documentation" border="1" width="100%" style="font-family: Book Antiqua; font-size: 10pt">
    <!-- Header -->
    <thead>
    <tr>
    <th width="100" align="left" <rw:id id="HBprgunittype69" asArray="no"/>> <b><font face="Book Antiqua">Program <br>Unit Type </font></b></th>
    <th width="200" align="left" <rw:id id="HBprgunitname69" asArray="no"/>> <b><font face="Book Antiqua">Program Unit Name </font></b></th>
    <th align="left" <rw:id id="HBdescofchange69" asArray="no"/>> <b><font face="Book Antiqua">Description of Change </font></b></th>
    <th align="left" <rw:id id="HBtechnotes69" asArray="no"/>> <b><font face="Book Antiqua">Technical Notes </font></b></th>
    </tr>
    </thead>
    <!-- Body -->
    <tbody>
    <rw:foreach id="RG1691" src="G_issue_prg_units">
    <tr>
    <td width="100" align="left" valign="top" <rw:headers id="HFprgunittype69" src="HBprgunittype69"/>> <font face="Book Antiqua" size="2"><rw:field id="Fprgunittype69" src="program_unit_type" nullValue=" "> F_prgunittype </rw:field></font></td>
    <td width="200" align="left" valign="top" <rw:headers id="HFprgunitname69" src="HBprgunitname69"/>> <font face="Book Antiqua" size="2"><rw:field id="Fprgunitname69" src="program_unit_name" nullValue=" "> F_prgunitname </rw:field></font></td>
    <td <rw:headers id="HFdescofchange69" src="HBdescofchange69"/>> <font face="Book Antiqua" size="2"><rw:field id="Fdescofchange69" src="sp_description_of_change" nullValue=" "> F_descofchange </rw:field></font></td>
    <td <rw:headers id="HFtechnotes69" src="HBtechnotes69"/>> <font face="Book Antiqua" size="2"><rw:field id="Ftechnotes69" src="sp_technical_notes" nullValue=" "> F_technotes </rw:field></font></td>
    </tr>
    </rw:foreach>
    </tbody>
    </table>
    </td>
    </tr>
    <b><u><p>Security</b></u></p>
    <p> <rw:field id="F_sp_security" src="sp_security" breakLevel="RG2691" breakValue=" "> F_sp_security </rw:field>
    </p>
    <b><u><p>Site Specific data /processing</b></u></p>
    <p> <rw:field id="F_sp_site_specific_info" src="sp_site_specific_info" breakLevel="RG2691" breakValue=" "> F_sp_site_specific_info </rw:field>
    </p>
    <b><u><p>Impacts and restrictions</b></u></p>
    <p> <rw:field id="F_sp_impacts_and_restrictions" src="sp_impacts_and_restrictions" breakLevel="RG2691" breakValue=" "> F_sp_impacts_and_restrictions </rw:field>
    </p>
    <b><u><p>Pre-Implementation data modifications</b></u></p>
    <p> <rw:field id="F_sp_pre_imp_data_mods" src="sp_pre_imp_data_mods" breakLevel="RG2691" breakValue=" "> F_sp_pre_imp_data_mods </rw:field>
    </p>
    <b><u><p>Post Implementation user actions</b></u></p>
    <p> <rw:field id="F_sp_post_imp_data_mods" src="sp_post_imp_data_mods" breakLevel="RG2691" breakValue=" "> F_sp_post_imp_data_mods </rw:field>
    </p>
    </table>
    </rw:foreach>
    </rw:dataArea> <!-- id="MG2GRPFR69" -->
    <!-- End of Data Area Generated by Reports Developer -->
    </body>
    </html>
    <!--
    </rw:report>
    -->

    The solution in the original post was:
    set the
    width to be same as the width of the table cell
    add following class to css file
    table pre {
    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    /* width: 99%; */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    But I dont have a css file ... can I just add this to the web source and if so where?

  • HP OfficeJet Pro 8000 A809 printing line feed page after every job

    I've searched and I have found this is a known issue - that there is supposed to be an update to fix this. I can't find this update anywhere for the HP Officejet Pro 8000 A809. It is connected to the computer via a USB cable. I have tried uninstalling and reinstalling the driver, changing the print heads, doing diagnostics on it, ..., and I still get the line feed page printing after every print job. Help!

    Hey there @tjkalb, I hope you are doing well
    I read your post about how a "line feed" page prints after each print job from your Officejet 8000, running Windows 7. I have some steps and questions for you to try to get started. Afterwards please get back to me with the results and we will go from there if needed.
    1. Does the "line feed" page print after print jobs from all programs, or are you finding it prints when you print from somewhere specifically?
    2. Try a Clean Boot on your PC, restart the PC, and try printing from Notepad to see if the line feed prints.
    3. Print a Print Quality Page from the printer and examine it for any defects and to see if the line feed page still prints afterwards:
    source
    4. Click here and try download the "Updates" for this printer: HP Officejet Pro 8000 Printer - A809a
    5. Create another User Account profile on your computer and try printing from there to see if the line feed page prints from another profile.
    I look forward to hearing from you! If you wish to thank me for my assistance, click the thumbs up icon below
    Happy Friday!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Line feeds in a BPEL assign activity as viewed in the BPM worklist

    We are catching errors in our BPEL 1.1 process (created in SOA Suite 11.1.1.6) and sending them to the BPM worklist via a human workflow. We followed the basic documentation found here:
    http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/partpage_hwf.htm#CHDGICFI
    Before we invoke the call to human task, we assign some strings to parts of the message. For example:
    <assign>
    <copy>
    <from expression="Detailed message:\n\nMore details go here."/>
    <to>....
    When we pull up our error in the BPM worklist and view the detail page, we do not see "Detailed message" and "More details go here." separated by 2 line feeds. Instead, we see the actual text "\n\n" printed out.
    I have tried a variety of other line feeds, but nothing seems to work (i.e. to break up the text on the screen):
    &lt;br&gt; or &lt;br/&gt; - The tags show up in the detailed view. When I view the HTML source, I see it escaped them with &amplt; and &ampgt;
    &amp;lt;br&amp;gt; or &amp;lt;br/&amp;gt; - This exact text shows up on the screen (i.e. we see &amplt;, etc.)
    &amp;amp;lt;br&amp;amp;gt; or &amp;amp;lt;br/&amp;amp;gt; - Same result (i.e. we see &amplt;, etc.)
    &amp;#10; - The line break is visible in the HTML source, but that's just basic HTML whitespace which doesn't translate into a viewable line break
    &amp#xA; - Same thing with &amp;#10; Just HTML whitespace
    &lt;pre&gt; ... 2 carriage returns here &lt;/pre&gt; - I tried to trick it into forcing the HTML whitespace into actual line breaks, but I had the same issue with the &lt;br&gt; where the open/close brackets are always escaped or printed...but never interpreted.
    So...the big question is...what is the proper syntax to add line feeds that an HTML browser can interpret (while viewing the BPM worklist app) when I'm building that string in a BPEL &lt;assign&gt;&lt;copy&gt;&lt;from&gt; expression?
    Please advise,
    Michael

    Can you simply format your expression according to what you need an try? I mean replace
    <assign>
    <copy>
    <from expression="Detailed message:\n\nMore details go here."/>
    <to>....
    with
    <assign>
    <copy>
    <from expression="Detailed message:
    More details go here."/>
    <to>....
    Regards,
    Anuj

  • Problems uploading a text file with line feed characters from Windows

    Hi,
    I am using the FM GUI_UPLOAD to load a text file in which at the end of each line there is a line feed character. When I upload the file, the FM interprets the entire file as ONE record; it does not recognize the line feed character at the end of each file line. I am using the parameter in the FM "HAS_FIELD_SEPARATOR" and it does not do anything to remidiate this issue.
    The funny thing is that  WS_upload works like a charm and it separates every line in the text file according to the line feed character at the end of each file line.
    Why a FM that is obsolete would work better and with  less effort than the new one? We are on 4.6c and will go to ECC6.0 May 2009.
    Can anybody recommenced a way to process this type of file using GUI_upload?
    The file to process is downloaded from a bank Website into a Windows PC. Sending the file to Unix first is not an option.
    Thanks,
    Pierre Martinez
    Edited by: Pierre Martinez on Aug 15, 2008 1:09 AM

    Hi,
    I have done that and Notepad does NOT interpret the line feed character. The file looks all messed up. Notepad does NOT split the data into records. The Hex character at the end of each file line is 0A.
    The user will download the file into a Windows desktop from the bank's website and from there an ABAP  program needs to read it and parse it. But the ABAP  program can not even catch the entire file with gui_upload. WS_upload can catch it with no issues.
    I tried catching the file into an internal table of data type string using GUI_upload, but it only catches two bytes of the file and nothing else.
    I will try catching the file in some other type of data type for the internal table in gui_upload.
    Once I catch it, I can split the file by the line feed character. I need to catch it  first, but "my glove" is not big enough. Defining the internal table for the gui_upload as character is a guessing game since I really do not know how big the text file is since GUI_upload will put it in a one record.
    Thanks.

  • A space in xml-document is stored in database as New line feed instead of n

    Hello,
    I have got the following problem:
    An xml-document is inserted by an xsql servlet into an object view. First this document is translated by an xsl file. Then an instead of trigger inserts the values into the right tables.
    When a space is present (only one space no further string-value) in the xml-document then this space is inserted into the database as a new line feed.(chr(10))
    When I add the following line to the tag
    <bnr_name xml:space="preserve"> </bnr_name>
    then the space is stored as a space. (chr(32))
    What I want is that this space is inserted as a NULL- value.
    Does anyone know a solution in xml or xsl? (Of course I can solve it on the database side by programming a function around it, but I want to solve it on the xml or xsl side)
    Bye
    jan-Paul Duister

    Few questions which might help to understand the issue.
    1. Is client's data is coming in more than 72 chars per each line? Then you can request client to send the data with max. 72 chars per line. Else dividing the string into 72 chars will loose the readability of text since logic can not be built to divide the text.
    Start reading the text string starting from left for maximum 72 chars . If 72th character is non space then go backwards i.e. read 71, 70, 69... till last character should be a SPACE.
    Eg. string is
    'xxxxxxxxxxx...........This material is created for plant xyz. date of creation is 03.02.2009'.
    x = string72(1) should be a SPACE else take x = string71(1)  and likewise.

  • Problems with Flash Line Graphs

    I have two problems with the new Flash Line Graphs in APEX 3.1
    1. I have created a query that returns a set number of rows. Sometimes the VALUE for a specific row might be null. When this occurs the LABEL data does not show up on the X axis. I want the LABEL data to show up no matter what. How do I accomplish this?
    2. Related to the above query. When the VALUE field is null for 3 records (or more) in a row, not only does the LABEL data for those records not display, the VALUE and LABEL data for the records that appear in the set after these 3 records also do not display. If one or even two null VALUE fields appears in a row, things are still OK. What do I need to do to get all my data to display?
    Any help would be appreciated.
    THANKS
    Raymond

    Raymond,
    For the Interactive report chart issue, could it be related to this?
    Re: Apex 3.1. Interactive Report. Questions and Problems.
    Interactive Report. Chart. Seems to be bug...
    - Christina

  • Regarding problem with new line feed for DME file generation

    Hello Experts,
    I m facing a problem in the DME file generation.
    we want each record in the DME file should be in new line. for that we have add the new line feed character in the each row end. So in the SAP output it looks ok, But if we download that file the carriage return field is coming in the end of every row.
    can any one tell how to solve this issue.
    Please refer the below line code which i m using for new line
    DATA: GM_newline TYPE c VALUE cl_abap_char_utilities=>CR_LF
    You reply is valuable..
    Thanks,
    Suresh

    DATA: GM_newline TYPE c VALUE cl_abap_char_utilities=>newline.

  • FCC in receiver channel - get rid of last line feed?

    Dear experts,
    I have the following XML structure
    <DT_SALES_REPORT_JDE_CA>
        <list>
            <RecordsetA>
             <a>
             <b>
         </RecordsetA>
         <RecordsetB>
             <a>
             <b>
             <c>
         </RecordsetB>
             <a>
             <b>
             <c>
         <RecordsetB>
         </RecordsetB>
        </list>
    </DT_SALES_REPORT_JDE_CA>
    and I am using CC in the receiver file adapter:
    RecordsetA.fieldSeparator     ","
    RecordsetB.fieldSeparator     ","
    RecordsetA.endSeparator          "\n
    RecordsetB.endSeparator          "\n
    RecordsetA.beginSeparator     "
    RecordsetB.beginSeparator     "
    which gives me this structure:
    "a","b"
    "a","b","c"
    "a","b","c"
    This is fine the only issue I have is that at the very end it also gives me a line feed of course.
    But I have to get rid of that last line feed!
    But how can I achieve that? Is that possible at all?
    I cannot use ".fixedLength" because the fields have variable lenghts.
    Thank you for any ideas and best regards,
    Peter

    Hello Zameer Hamza,
    You are right. I removed the .endSeperator and line feeds are entered automatically. But now I still have one line feed at the very end which I do not need.
    Would you have any other ideas how to resolve this?
    thank you again,
    Peter

  • Appear flashing line on the screen during work

    I bought Macbook Air since 1st July 14. I found the flash line appear on screen during work but it's just shot line at the first and It appears just few secs. So I thought it's not too serious to me. Till now the line is seem more longer and appear frequently. Then I decide to take it to Service centre. They said my screen is not in its position. It's just a bit, If you don't look at it exactly, you won't notice it. I don't know what happen. It's usually as it was on fist day I bought it, never be fallen it. It's still in the good condition.  They fixed my problem by re-fit my screen but after I use it again I still found that flash line. what should I do? Now my air got the scratch on the screen edge from re-fitted it.  I really disappoint.

    I'm assuming by "flash line" you mean there's a horizontal or vertical line randomly appearing on your screen? If that's the case I've seen that on laptops before. If its an intermittent issue try to move the screen forwards and backwards on its hinge to see if you can find one spot where that line almost always appears. You should have an issue with the cable connection to the main logic board, or the cable itself could be malfunctioning.
    Also what exactly did they do when they "re-fit" your screen? Did they simple check the connectors, or actually dissemble the computer and resemble it? Either way if a cable is bad then it wouldn't have made a difference. You may be looking at a warranty replacement solution on this one.

Maybe you are looking for

  • Mimes Object doesn't exixts warning message  in bi report on Portal.

    Hi All, We have integrated  bi 7.0  reports on portal 7.01  . reports are working fine  first time with out any warning   . But when we try to change the drop down value for display as field (Table, Graphic, Table and Graphic)  or when we  click any 

  • Mail takes in the main window of a mailbox no click

    - like stalled. What to do, please? ~ Karl

  • Uploading from notepad

    Hi, Insetd of uploading data from excel, I am colying everything in to a notepad and uploading. But in excel if i give blank for some column and do a copy paste of the same in notepad, notepad is not considering the blank, so after uploading the repo

  • Mission Control & Mail Problem

    Until yesterday, I wasn't even aware of "Misision Control" until I somehow made my mail window fill the entire screen.  Now I have to use  F3 to get back to my applications since there is no Dock at the bottom of the mail window.  This is inconvenien

  • "Create Action" button not show in the control issue screen

    Hi All, When I access update issue screen and want to assign person I cannot found "Create Action" button to do this, Why? and how do I show this button? Thank you.