Hey Guys,
I am trying to set the TAXCLASS1 & TAXCLASS2 fields while creating an AP Batch from C#.
Code Sample:
tempObj = header.TAXCLASS1;
APINVOICE1header.Fields.get_FieldByName("TAXCLASS1").set_Value(ref tempObj);
tempObj = header.TAXCLASS2...
Hey All,
I have an application that i have built and tested on 4 different machines (XP, Vista, Server 2008, Windows 7).
The application is built in C# and i haven't had an issue in my test environments.
Now that we are ready to start testing on the client machines, we are getting an error...
Hey All,
Recently I had to do a project using C# and inter operating with Accpac 5.5, I decided to post here to let everyone else know the hurtles i had to jump to get the project completed.
1) When using Accpac from C# (or VB.NET) you must make a reference to the COM component 'ACCPAC XAPI...
Hey All,
I am having issues deploying an application that i have built using the ACCPACXAPILIb.
If i deploy the application to a machine running XP everything works fine, BUT if i deploy it to Vista, Server 08 or Win 7 i get an error when trying to instantiate an instance of xapiView, it gives...
Hey All,
i have a issue when attempting to update the OEINVH table.
Im trying to locate the invoice base on the INVNUMBER field, but the record is never found.
Any help would be appreciated.
Here is my sample code;
xapiView OEINV1header = null;
xapiFields OEINV1headerFields = null;
xapiView...
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.