Well I'm stumped. 

I am calling a .NET web service that inserts text from a TextArea into
the database. When I try the Webservice from a .NET  HTML form, if I
have carriage returns in the text it saves them to the database just
fine.

When I call the webservice from FLEX and I have carriage returns in
the text, the character gets dropped. I confirmed the Keycode is
correct (ASCII 13), and when I run the Application in flexbuilder and
view the network monitor, the SOAP packet seems to have the carriage
returns in place.

The carriage return seems to be getting lost before the SOAP packet
reaches the  web service. I'm wondering if there is something in the
underlying JRun application that is removing the character.

Has anyone else run into this? I've searched the groups for anything
related to "carriage return" or "line feed" and have come up empty.

Thanks for any help.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to