I am looking for help with sample code in VB that I can use in a POS application I am developing.
โ06-28-2013 04:14 PM
This is the code I am trying to use. I put in our company Info (login and trans key).
It fails at this line:
Dim objRequest As New MSXML2.XMLHTTP
objRequest.Open "POST", Post_Url, False
ERROR:
Says User-Defined Type not Defined.
โ07-01-2013 09:47 AM
โ07-01-2013 11:01 AM