Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Procedure not found in my class
Message
 
 
À
28/08/2007 08:56:44
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01250878
Message ID:
01250883
Vues:
15
There's no SendData() method in the code you posted.

>I tried adding the SendData procedure to my class definition, but it is not found when making this call:
>
>
>oxServer.SendData(tcACK)
>
>
>Part of the class definition:
>
>
>**********************************************************
>DEFINE CLASS EMPS_Class AS SESSION OLEPUBLIC
>
>	IMPLEMENTS DMSWinsockControlEvents IN "c:\windows\system32\mswinsck.ocx"
>
>	oSock = NULL
>
>	Handler = NULL
>
>
>	**********************************************************
>	PROCEDURE DMSWinsockControlEvents_SendData(Acknowledgement) AS VOID HELPSTRING ""
>		* add user code here
>
>		* THIS.oSock.SENDDATA( Acknowledgement )
>
>	ENDPROC
>
>
>And the beginning of the oxServer subclass definition:
>
>
>**********************************************************
>DEFINE CLASS EMPS_Server_Class AS EMPS_Class
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform