Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. IcinitiBrad

    Composing views with JSharp.NET

    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...
  2. IcinitiBrad

    Where to start developing with Accpac Pro 7.2

    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...
  3. IcinitiBrad

    Accpac Integrated Security

    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...
  4. IcinitiBrad

    Launching with A4WContainer.exe

    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...
  5. IcinitiBrad

    General Error #2

    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.
  6. IcinitiBrad

    Error Message: View call failed

    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...
  7. IcinitiBrad

    Error Message: View call failed

    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...
  8. IcinitiBrad

    Error Message: View call failed

    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
  9. IcinitiBrad

    Error Message: View call failed

    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...

Part and Inventory Search

Back
Top