Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Procedure not found in my class
Message
From
28/08/2007 13:24:38
 
 
To
28/08/2007 09:18:25
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01250878
Message ID:
01250960
Views:
11
>There is a "DMSWinsockControlEvents_SendData" method though. I was following Hugo's example of how to use the IMPLEMENTS and so forth. Guess I'm not clear on how that works. In the code that works that he posted, all the methods like "DataArrival" were prefixed with "DMSWinsockControlEvents_" though the calls were only to "DataArrival."

When you implement an interface, the names do get prefixed like that. However, it would be very unusual to directly call one of those methods. The methods are event handlers that fire automatically when the specified event occurs.

What are you actually trying to do here?

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform