Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Softlocx Question
Message
From
21/06/2000 05:03:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Softlocx Question
Miscellaneous
Thread ID:
00382577
Message ID:
00382577
Views:
51
Has anyone used successfully softlocx in a VFP app.

I like the simpicity of the system buit have one problem:

The method:


I can't call it.

Below can be found a definition of this method:

CurrentStatus(Status As String, SerialNumber As String, ExpireValue As String, TransUnlockCode As String, UnlockLevel As Long, NetUsers As Long)

Every time I get a datatype mismatch:

Any ideas how I could use this?

My attempt:
PUBLIC Status, SerialNumber, ExpireValue, TransUnlockCode, UnlockLevel , NetUsers
Status=""
SerialNumber=""
ExpireValue=""
TransUnlockCode=""
UnlockLevel=table1.x
NetUsers=0.0

thisform.softlox.CurrentStatus(Status, SerialNumber, ExpireValue, TransUnlockCode, UnlockLevel , NetUsers)
Level=0.0
NetLicenses=""
thisform.softlox.LicenseStatus(Status,Level, SerialNumber,ExpireValue,NetLicenses)

Any ideas???


Also in the help they say:

Some development environments do not fully support ActiveX control events, FoxPro is such an example. Because of this problem (namely found in earlier versions of these development environments), Softlocx has integrated a simple method which can be called in order to get advanced information on the current license. This information is usually accessed via the 'RegisterStatus' and 'LicenseStatus' events.

Wadda they mean?
Next
Reply
Map
View

Click here to load this message in the networking platform