Hi;
I want to convert these line of code in VB below to VFP 8.0 please help;
thank you;
cuong.
dim withevents otest as Cotest
......
Private sub form_load()
set otest = new cotest
end sub
Thank You Craig; I'm using VFP 8.0, I think you're right about the 8 Byte binary strings not 8 bit binary...
This is a Biometric Finger Print ActiveX it has 3 main functions ... Register, verify and match the prints...
sreg = activex.getregistrerfeature
sver =...
...8 bit binary strings... and they're using this type of strings to pass between their activeX ... and I have no idea what this is...
I also try the CREATEBINARY() and still no result...
The results for both strings were not 010101.. but funky charactesrs.. square,0,&^#)*)...
thanks.
cuong.
the strings I got back from ActiveX contains a bunch of machine codes... I got information from people wrote this activeX that it must be in 8 bit binary strings...
does anyone know how to store 8bit binary in VFP...
this value return from an ActiveX ... I need to able to store it and able to pass it back to the activeX with the same 8bit binary....
thank you;
cuong.
Thank You Awaresoft and Mike.
I did look at both BINDEVENT() in VFP9, and www.news2news.com (that where I got most of the code above from, one of their example http://www.news2news.com/vfp/?example=307 ). THe problem is that our firm will not go to VFP9 anytime soon.
Thanks;
Cuong
I want to capture window message in VFP, could someone please point me to the right direction..
I ran to one of the VB example below but got stuck on one of the function and don't know how to convert it to VFP code.
"AddressOf WindowProc" = ??? in VFP should it be WindowProc()???
please help...
I'm trying to get these line of codes below from VB to work in VFP, I need help to convert it... thanks..
VB codes:
SGDB1.ConnectToDB "SysGal", "", ""
SGDB1.OperatorSignOn "TEST", "TEST"
Dim obj As ICCardData
Set obj = SGDB1.GetCardRecordSet"", "", "", "LAST_NAME,FIRST_NAME"...
Question about Crystal Report version 9.0, Does anyone know if Crystal Report 9.0 has the Goto Page Function like the one in VFP preview windows??? thanks..
Cuong
Seespray0, I did used NAT and did remove the root "." folder from DNS (followed the instruction from this FAQ site)... the problem was my client won't able to see the forward ISP...
Bgbrewer3, I did changed the DNS 127.0.0.1 loop back to 10.10.1.1 - still the same problem...
Setup a single server with 2 NiCs, and follow the instruction "Setting up DNS correctly in a Windows 2000 server environment" from the FAQS ... I was able to connected to internet from the Server only, but won't able to connect to internet from any client... it connect to the...
Almarton;
Do you have SMTP server setup anywhere on your network???
I will download it and try it out...
thanks..
WGCS - Thanks for the info... We did purchased the West Wind Clients Tools... it's a great tools...
Cuong
Thanks Mike;
that's what I thought too... I did check to make sure that CDOSYS.DLL under the windows\system32 directory... Could not figuered it out... IIS must have trigger something to make it to work...
Cuong.
Hello;
We are in the process to port our VFP application over to ASP.NET, I would like to find which is the best way to do this. Any information and/or 3rd party software will be helpfull.
Thank You.
I have a problem with using Email with CDO on XP machine. It gave me an OLE error something about can't connect to server. I did check to make sure the CDO install on this machine. On another identical XP machine I install IIS, then it works fine. Does anyone know what driver is CDO need...
addlistitem(1,1,1)
addlistitem("Self",1,2)
addlistitem(2,2,1)
addlistitem("Spouse",2,2)
addlistitem(3,3,1)
addlistitem("Child",3,2)
addlistitem(4,4,1)
addlistitem("Other",4,2)
set the BoundColumn to 1 if you want to return 1
set the BoundColumn to 2 if...
Thanks for your response Mike;
I'm not looking for the information in the contact list.. the information I'm looking for is the Account information user setup in Outlook under Tools - Options - EmailSetup - EmailAccount.
Cuong.
I'm looking for away to get these information from Outlook via VFP...
User/Login information - Username, Email address, password
Server Information - Incoming server and outgoing server setting...
Any information would be appreciate.
Thank You;
Cuong.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.