Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Softlocx Question
Message
De
21/06/2000 05:03:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Softlocx Question
Divers
Thread ID:
00382577
Message ID:
00382577
Vues:
50
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform