Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
U .are. U digital persona finger scanner
Message
From
11/02/2005 03:23:26
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
U .are. U digital persona finger scanner
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
00985895
Message ID:
00985895
Views:
65
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.
Reply
Map
View

Click here to load this message in the networking platform