- Begin by downloading and installing the GoToBilling Com Plugin (download here). Note that the Com Plugin requires Microsoft XML 3.0 as a minimum be installed on the machine to function properly.
- Open the appropriate development software you would like to utilize the Com Object with.
- Create a new project in your preferred language.
- Either:
a) Create a com object using Server.CreateObject or similar functionality or; b) add a reference to the GoToBilling.GoToBillingPlugin library.
- Create a new GoToBillingPlugin object.
- Depending on the technology/language, use appropriate syntax to populate the GoToBilling Plugin object's properties and then call SendData().
Depending on which technology you are accessing the Com Object with, we may have a demo available:
- VB6: In VB6, just add a reference to the library mentioned above, and then create a new GoToBillingPlugin object. A Demo can be downloaded here.
- VBA/Microsoft Access: In any VBA enabled application, such as an Office application, use CreateObject to create a new GoToBillingPlugin object. A Demo can be downloaded here.
- FoxPro: In FoxPro, you can use createobject to create a new GoToBillingPlugin object. A Demo can be downloaded here.
- ASP: In ASP, use Server.CreateObject to create a new GoToBillingPlugin object. A Demo can be downloaded here.
- C++: In C++, several methods can be utilized, but Smart Pointers may be the easiest method. A Demo can be downloaded here.
- Java: In Java, you'll need to utilize a Java/Com bridge such as Com4J. A Demo can be downloaded here.
|