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 bkrike 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: *

  • Users: bryan1207
  • Content: Threads
  • Order by date
  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

    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.
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. bryan1207

    Error pop up everytime

    Did anyone encounter this pop up message? Is this related to the $objecthandle$ commandline? Thanks,
  10. bryan1207

    AccpacSignonMgr - Automatic detect signed in user

    Hi All, I created a simple program and attached it inside SAGE 300 using Program Object. Now, I want that when they open the program (A) it auto-detect the current login user and company details. I'm using the below code, but I don't want the user to login and select again to the company...
  11. bryan1207

    Update ORDER Entry doens't update record

    Hi I just want to ask what is the problem in my code. When updating the Order entry it doens't update the real Order number, instead it update the next record. I'm updating the following fields: OEORD1headerFields.FieldByName("PONUMBER").Value = PONUMBER '...

Part and Inventory Search

Back
Top