cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Looking for help with MS Access 2010 Integration -VB Snippet

I am looking for help with sample code in VB that I can use in a POS application I am developing.

xcmma
Member
2 REPLIES 2

This is the code I am trying to use. I put in our company Info (login and trans key).

 

http://community.developer.authorize.net/t5/Integration-and-Testing/Help-with-MS-Access-API/td-p/244...

 

It fails at this line:


      Dim objRequest          As New MSXML2.XMLHTTP

      objRequest.Open "POST", Post_Url, False

 

ERROR:

Says User-Defined Type not Defined.

 

 

 

xcmma
Member