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 Mike Lewis 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. bryan1207

    Error HRESULT E_FAIL has been returned from a call to a COM component when doing Insert/Update

    We've created an WEB API to create Orders. But when doing multiple calls on POST to create Orders we got an error: And When checking the fullstack error: vOEORDH.Insert() and vOEORDH.Update() Also when checking the session.errors it's just: Error HRESULT E_FAIL has been returned from a call...
  2. bryan1207

    Is is possible to add new column to standard table?

    Is is possible to add new column to standard table like OEORDD? I'm converting the old system to c# and noticed that there are two new columns on OEORDD table based from this site: http://sageaom.kcsvar.com/AOM2019/OE0500.xml New columns named: PDTLNUM and PARENTUNIQ In the source code they...
  3. bryan1207

    Accpac Database Load Error table "KCC"

    Having an error while doing Database Load. Here's the screenshot.
  4. bryan1207

    Error when printing using the AccpacOE1100UICtrl

    Am I doing it correctly? Sorry I don't this neither.
  5. bryan1207

    Error when printing using the AccpacOE1100UICtrl

    I don't see any registry for: "HKEY_LOCAL_MACHINE\SOFTWARE\ACCPAC International, Inc.\ACCPAC\Debug\Repcmd" Still having the error even I copy the a4wcrInterop.dll in the folder where your .exe file resides. Also found this on my event viewer: Faulting application name: VB6.EXE, version...
  6. bryan1207

    Error when printing using the AccpacOE1100UICtrl

    @DjangMan, what do you mean REPCMD? It doesn't allow me to add the a4wcrInterop.dll from VB6 reference. How to do that?
  7. bryan1207

    Error when printing using the AccpacOE1100UICtrl

    @Djangman, I already copied the a4wcrInterop.dll from SAGE runtime to the executable. But still got the error. Also when debugging from VB6, the solution auto close when doing that print. Any advice? Thank you!
  8. bryan1207

    Error when printing using the AccpacOE1100UICtrl

    Is anyone encounter this issue? We created a custom screen using VB6 for Order Entry. But when we Post > (Select Serial/Lot Numbers) > Print. Got an error.
  9. bryan1207

    Hide menu bar (AccpacOE1100UICtrl)

    Nice, thank you for the suggestion!
  10. bryan1207

    [OCX problem] - Failed to import the ActiveX control Visual Studio

    I ended up converting the .NET to VB6.
  11. bryan1207

    Hide menu bar (AccpacOE1100UICtrl)

    Is it possible to hide the menu bar on VB6 for AccpacOE1100UICtrl? This is a customize form btw using the OE Order/Invoice Entry (AccpacOE1100) ACCPAC UI Control. When I click the customize button (Create Equipment), it doesn't trigger immediately, instead the menu bar will become hidden and...
  12. bryan1207

    [OCX problem] - Failed to import the ActiveX control Visual Studio

    I'm already running my VS as Administrator. Till now it is not working. Spent 3 days already for this error.
  13. bryan1207

    [OCX problem] - Failed to import the ActiveX control Visual Studio

    I'm using Visual Studio and SAGE 2020. In previous version of SAGE 2019. I can used the .ocx and installed it successfully. But after upgrading, I cannot use it anymore. When I dragged the Item from ToolBox: I even tried to manually register the .ocx file Is there any thing that I missed...
  14. bryan1207

    Capture Post button AxAccpacOE1100.AxAccpacOE1100UICtrl1

    Hi, I would like to seek an assistance on how to capture the Post button in AxAccpacOE1100.AxAccpacOE1100UICtrl1. This is the Toolbox: and when debugging it shows like this: I want to get the data of Order No. after they pressed the Post button. We have small process to capture some data...
  15. bryan1207

    Post multiple batch AR Receipt - error

    I just used your code and add maybe two lines of code. Dim ReceiptBatch As AccpacCOMAPI.AccpacView Dim ReceiptBatchFields As AccpacCOMAPI.AccpacViewFields mDBLinkCmpRW.OpenView("AR0041", ReceiptBatch) ReceiptBatchFields = ReceiptBatch.Fields...
  16. bryan1207

    Post multiple batch AR Receipt - error

    Ok, figured it out. Thanks.
  17. bryan1207

    Post multiple batch AR Receipt - error

    Here's my code prior to For each Loop. So I guess the AR0049 is already declared for post. Dim mDBLinkCmpRW As AccpacCOMAPI.AccpacDBLink mDBLinkCmpRW = sSageSession.OpenDBLink(AccpacCOMAPI.tagDBLinkTypeEnum.DBLINK_COMPANY, AccpacCOMAPI.tagDBLinkFlagsEnum.DBLINK_FLG_READWRITE)...
  18. bryan1207

    Post multiple batch AR Receipt - error

    What is "ARPYPT" means? @DjangMan, your code is just similar to mine.
  19. bryan1207

    Post multiple batch AR Receipt - error

    I'm trying to add multiple AR Receipt and put the batch number in to a list so that when posting batch it is inside the loop. But upon Posting the batch I've got an error "Cannot post batch XX. Batch status is not Ready To Post or Post In Progress. - Error occurred during posting. No error batch...

Part and Inventory Search

Back
Top