Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cnguyen

    withevents in VB to VFP..

    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
  2. cnguyen

    how to store 8 bit binary in VFP...

    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 =...
  3. cnguyen

    how to store 8 bit binary in VFP...

    sorry Mike; I'm try to use the Biotools ActiveX... in VB it works ok... but when convert to VFP it won't work. when I issued this command in VB sReg = PentacomBiometricFingerprint1.GetRegistrationFeature and in VFP sReg = thisform.pentacomBiometricfingerprint1.GetRegistrationFeature and...
  4. cnguyen

    how to store 8 bit binary in VFP...

    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...
  5. cnguyen

    how to store 8 bit binary in VFP...

    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.
  6. cnguyen

    Capture Window Message

    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
  7. cnguyen

    Capture Window Message

    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...
  8. cnguyen

    Help to convert VB to VFP...

    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"...
  9. cnguyen

    Printing to PDF - images turned black and white

    Chris; I do have a same problem with CodeTyko... Where do you get the file "DEFPSCOL.PPD" Thanks; Cuong.
  10. cnguyen

    Does anyone know if Crystal Report 9.0 has Goto Page Function

    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
  11. cnguyen

    Win2k - Router with 2 nics

    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...
  12. cnguyen

    Win2k - Router with 2 nics

    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...
  13. cnguyen

    CDO with XP..

    thanks... I will try it out..
  14. cnguyen

    CDO with XP..

    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
  15. cnguyen

    CDO with XP..

    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.
  16. cnguyen

    VFP and ASP.NET

    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.
  17. cnguyen

    CDO with XP..

    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...
  18. cnguyen

    additem options

    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...
  19. cnguyen

    Retrieve information from OutLook..

    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.
  20. cnguyen

    Retrieve information from OutLook..

    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.

Part and Inventory Search

Back
Top