W
WebMatrix
Hello,
I am noticing that text data comming from Web Service to client comes back
with chr(10) /n only, rather than chr(10) + chr(13) /n/r.
I checked through a breakpoint in web service text data does have /n/r, but
on a client side, it comes out as /n.
It causes formatting issues in older VB6 clients’ textboxes and on some
reports.
Is this by design, or some web service config issues?
Did anyone else ever experience this issue, what are the solutions?
I am noticing that text data comming from Web Service to client comes back
with chr(10) /n only, rather than chr(10) + chr(13) /n/r.
I checked through a breakpoint in web service text data does have /n/r, but
on a client side, it comes out as /n.
It causes formatting issues in older VB6 clients’ textboxes and on some
reports.
Is this by design, or some web service config issues?
Did anyone else ever experience this issue, what are the solutions?