Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with MSWINSCK.OCX WinSock control
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Problems with MSWINSCK.OCX WinSock control
Divers
Thread ID:
00402471
Message ID:
00402471
Vues:
54
I'm trying to use the winsock control on a VFP form. Works fine in VB but I can't seem to make it work in VFP.

The "server" I'm trying to connect to is an ethernet data collection terminal. It's IP address is 192.0.0.50 and the port address is 1070. I use TCP to connect to it (not UDP).

In VB if I put the winsock control on a form. I put the following code in a command button (click):

winsock1.remotehost = "192.0.0.50"
winsock1.remoteport = 1070
winsock1.connect command

... and I'm connected to the data collection terminal.

In VFP if I put the winsock control on a form. I put the following code in a command button (click):

thisform.olecontrol1.remotehost = "192.0.0.50"
thisform.olecontrol1.remoteport = 1070
thisform.olecontrol1.connect

... it doesn't connect?

Does anyone know what the difference is between this control in VB versus VFP??

Thanks,
Don Knoup
dknoup@unitydc.com
Unique Solutions
Don Knoup
don.knoup@ticomix.com
Ticomix, Inc.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform