I had to reinstall Quick OPC on a new computer.
I ran the license manager and it shows I am licensed OK, Serial number = 1999321252 (screen shot attached)
However the control still times out in the devel environment.
I ran this
Private Sub GetSerialNum()
Dim C As EasyDAClient
Set C = New EasyDAClient
Dim sRet As String
sRet = Format(C.LicenseInfo("Multipurpose.SerialNumber"))
Me.lblSerNum.Caption = sRet
End Sub
and it returned 1111111120
What do I need to do to licence the control properly.
Thank you
I ran the license manager and it shows I am licensed OK, Serial number = 1999321252 (screen shot attached)
However the control still times out in the devel environment.
I ran this
Private Sub GetSerialNum()
Dim C As EasyDAClient
Set C = New EasyDAClient
Dim sRet As String
sRet = Format(C.LicenseInfo("Multipurpose.SerialNumber"))
Me.lblSerNum.Caption = sRet
End Sub
and it returned 1111111120
What do I need to do to licence the control properly.
Thank you