This is how the views are declared and composed,
apPaymentBatch = mDBLinkCmpRW.OpenView("AP0030");
apPaymentBatchFields = apPaymentBatch.Fields;
apPaymentHeader = mDBLinkCmpRW.OpenView("AP0031");
apPaymentHeaderFields = apPaymentHeader.Fields;
apPaymentDetail =...
Hi All
I have a C# web service to create AP Payments, it runs with no problem on my XP dev environment, but when running on a W2k3 server with the same SQL DB, i get an exception "Object reference not set to an instance of an object." on the line...
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.