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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cthode

  1. cthode

    RUN command

    The functions need to be outside of the IF/ENDIF If gcGood helpFile("'c:\Program File\abc\xyz.exe'") endif Function helpFile(tcFile) ...
  2. cthode

    How to perform multiple inserts in SQL server from VFP

    Try something like the following (sorry - don't know how to Post as code!) lcSQLStr = '' lnResult = 0 scan while lnResult <> -1 lcField1 = curInvoice.Field1 lcField2 = curInvoice.Field2 lcField3 = curInvoice.Field3 etc.. text to lcSQL noshow insert into mySQLServerTable...
  3. cthode

    Accessing MagTek IPAD via DLL

    The problem I have is accessing the DLL's which use reference BYTE parameters (BYTE @). The original code that I have is in VB, and below is my conversion to VFP. When I call the MTIPADSendAmount() function, I get a Program Error - "Too many arguments." *!* Dim ResultCode As Long *!*...

Part and Inventory Search

Back
Top