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...
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...
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...
@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!
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.
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...
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...
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...
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...
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)...
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...
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.