Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSCOMM
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Re: MSCOMM
Miscellaneous
Thread ID:
00428533
Message ID:
00428552
Views:
18
>To initiate the transmission, I use the following code provided in an M$ article:
>
>*This tells the transmitting side to start sending the file
>THISFORM.Olecontrol1.output = CHR(26)
>

At first glance, you have the RThreshold property set 3. This means that at least 3 characters need to be receieved before the OnComm event fires. Chr(26) (end of file) marker is only one character. Are you sending anything else? if not, set RThreshold to 1.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform