Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MScomm class definition
Message
From
31/05/2005 15:52:23
 
 
To
31/05/2005 15:36:37
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01018748
Message ID:
01018821
Views:
36
Mark,

>>Without seeing more code showing all the containership - impossible to tell ;-) I'll hazard a guess:
>>
>>THISFORM.ComReader.WhateverTheControlNameIs.INPUT
>But in that case I am talking to comm control directly.
>Why then do I need EVENTHANDLER at all?

Notice my checking for the COMMEVENT=2 - this event signals that data is available in the INPUT buffer and needs processing. Without EVENTHANDLER, you would be limited to polling the port with a timer or user action of some sort. With EVENTHANDLER, you are binding your code to the event and it will run only when the event occurs. Also note there are a number of other subevents of ONCOMM that may require action on your part - most notably errors. If you are interested, I can email you a VCX that may clarify what I'm saying.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform