Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
U .are. U digital persona finger scanner
Message
De
11/02/2005 03:23:26
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
U .are. U digital persona finger scanner
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
00985895
Message ID:
00985895
Vues:
64
Im having problem using this activeX in vfp I have an SDK but in visual basic.

Can anybody help, please..

Here is the code:



Private Sub cmdSave_Click()
On Error Resume Next
Dim blob() As Byte
Dim bvariant As Variant

If RegTemplate Is Nothing Then
Exit Sub
End If

RegTemplate.Export bvariant <--- when I write this line in vfp
blob = bvariant
Kill "c:\template.fpt"
Open "c:\template.fpt" For Binary As #1
Put #1, , blob
Close #1
End Sub


Example:



Local xValue

xValue = ""
RegTemplate.Export(xValue)

And also:
xValue = ""
RegTemplate.Export(@xValue)

When I run the code I get no error but xValue has no value.
Minds are like parachutes. They only function when they are open.
Répondre
Fil
Voir

Click here to load this message in the networking platform