<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Nov 2018 13:51:28 Z</lastBuildDate><pubDate>19 Nov 2018 11:45:08 Z</pubDate><description>Hi,&#13;
I have to transmit some strings to a non windev application (TCP application on a server)&#13;
Therefore i use the sockets.&#13;
My code steps were the following:&#13;
1. SocketConnect("Client_Socket",port,address,10000)--&gt; ok, i can make a connection&#13;
2. SocketWrite("Client_Socket","PRAX_[OTPR|0032494161752|99000109]") --&gt; The other application only received the length of the message send ? = 34 !!&#13;
                       ok, because the SocketSizeAtBeginning = Default value of the type of transmission i tought&#13;
Correction&#13;
So before step2 i use &#13;
1b. IF SocketChangeTransmissionMode("Client_Socket",SocketNoEndTag) = True ...&#13;
&#13;
But, ... after step2 = SocketWrite("Client_Socket","PRAX_[OTPR|0032494161752|99000109]") the other application received nothing more ????&#13;
&#13;
What am i doing wrong ?&#13;
&#13;
Thanks for your help,&#13;
&#13;
Eric</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66900-socketwrite-issue/read.awp</link><title>SocketWrite issue</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>software</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66900-socketwrite-issue-66902/read.awp</comments><pubDate>20 Nov 2018 13:51:28 Z</pubDate><description>I made the following correction and it works now fine :)&#13;
&#13;
SocketChangeTransmissionMode("Client_Socket",SocketEndTag,CR)</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66900-socketwrite-issue-66902/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66900-socketwrite-issue-66902/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66900-socketwrite-issue/read.awp">SocketWrite issue</source><title>Re: SocketWrite issue</title></item></channel></rss>
