Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Procedure not found in my class
Message
De
28/08/2007 08:56:44
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Procedure not found in my class
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01250878
Message ID:
01250878
Vues:
63
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform