Hi,
I'm trying to compose Accpac views in JSharp.NET using the AccpacCOMAPI and nothing I do seems to allow me to do this. I keep getting the following compile time error:
Cannot pass object of type 'AccpacCOMAPI.AccpacView[]' as parameter of type 'byref Object'.
Here's the code. It's using...
Hi Everyone,
I'm about to start development on a project which will involve writing modules for Accpac Pro 7.2. I've had lots of experience developing for Accpac Advantage series, but Accpac Pro is a completely different animal.
As far as I understand currently, I will have to create Foxpro...
Environment
============================
Accpac 5.2A
Windows 2003
Dev Platform: .Net
Hi all...
I'm trying to get my application to use Accpac's security model, and am having a bit of hard time finding what functions to call to check if a user has access rights to my application.
For example...
Hi all...
We have our custom built applications, which we run from within Accpac, but now we would also like to be able to run them by using A4WContainer.exe
Our applications are EXE files, not OCX's. Is A4WContainer.exe able to launch my EXE file, or can it just be used for OCX's?
I've tried...
Hi everyone,
When I try to do an Insert() on a OEORPP view, I get the following message:
Failed to insert View Object: 'OEORPP.object' - Reason: General error #2
Does anyone have *any* clue as to what "General error #2" might mean?
TIA,
Brad Burns
Iciniti Corp.
Hello again,
As jayconverse suggested, I tried to do a:
o_viewOEORPP.Compose Array(o_viewOEORDH)
in many different places within my function, and it doesn't seem to make any difference at all.
I'm starting to think that I may just have to directly write to the table myself. :/
But please...
Hey Jay,
I am actually taking that value from OEORDH. Such as the following:
ACCPACXAPILib.xapiSession o_sess = new ACCPACXAPILib.xapiSessionClass();
o_sess.Open("ADMIN", "ADMIN", "SAMINC", System.DateTime.get_Now(), 0);
ACCPACXAPILib.IxapiView o_viewOEORDH = null;
ACCPACXAPILib.IxapiView...
o_viewOEORPP.get_Fields().get_Field( 0 ).PutWithoutVerification( "1000" );
Pasting this line into the editor erased one of the quotes, but the line does actually work. As the error message states, the line that is generating the error is the call to Insert();
Hope you have some ideas.
~Brad
Hi everyone,
I'm using xAPI to insert a record into the OEORPP (OE/Prepayments) table. The only mandatory field is field 0 (ORDUNIQ), which I populate. For some reason, I get the following error:
View: OE0530. View call failed at ACCPACXAPILib.IxapiView.Insert()
Any help is appreciated.
~Brad...
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.