Has anybody out there incorporated credit card processing into VBA code?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mdommer1
    New Member
    • Oct 2009
    • 15

    Has anybody out there incorporated credit card processing into VBA code?

    Some credit card companies offer server side ActiveX controls for the processing of credit card applications and claim that their libraries work in any language that supports ActiveX controls, but I have not been able to make them work succesfully in Microsoft Access code. Has anybody out there been down this road?

    If a specific approach is needed please see:

    *Edit* Link Removed as per site rules.

    I am attempting to incorporate their sdk into my Access application.
    Last edited by NeoPa; Jan 6 '10, 08:54 PM. Reason: Link Removed as per site rules
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32633

    #2
    In the circumstances a link to the specific technical page may be allowed. A simple link to someone's website home page is likely to be regarded as spam - especially by a relatively recent member. I found nothing there that could be related to the question.

    Comment

    • nico5038
      Recognized Expert Specialist
      • Nov 2006
      • 3080

      #3
      The problem will be the "server side" part of the ActiveX controls.
      Access is no server oriented application and most Service Providers won't install Access orother Microsoft Office applications on a server....

      I did however succeed once in running web services from Access (Check out http://www.databasejournal.com/featu...le.php/3567511) and that's one way to cope with it.
      Another might be to embed a web browser in a form and navigate to a page where you have the needed control (e.g. in php, asp or .net) available.

      Nic;o)

      Comment

      • mdommer1
        New Member
        • Oct 2009
        • 15

        #4
        Nico, I'll study your databasejournal post and see if I can adapt it. Thanks.

        Comment

        Working...