Problem using Received Method with Active X - WeOnlyDo Discussion board

Problem using Received Method with Active X (General questions)

by vbiggar, Thursday, May 25, 2006, 08:24 (6757 days ago)

Received event problem with wodTelnetDLX Active X 25-05-2006 08:21
I'm trying to log data from the terminal as it is received. It would appear the only way to do this is to use The Received Method.

When I try to use it with the Active X I get the following message:

Procedure declaration does not match description of event or procedure having the same name.

Private Sub wod1_Received()

Dim s As String
s = wod1.Receive
....

This seems to work for the wodTelnetDLXCom but not for the Active X


Complete thread: