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...
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
*!*...
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.