Welcome to the Sage 300 Support Group on Community Hub! Available 24/7, the Forums are a great place to ask and answer product questions, as well as share tips and tricks with Sage peers, partners, and pros.
I created VB.net application which run macros but I got error when tried open session
the code:
Session = New AccpacCOMAPI.AccpacSession Session.Init("", "XY", "XY1000", "61A") Session.Open(acc_user.ToUpper, acc_pass.ToUpper, acc_company.ToUpper…
Hi all, I have already created C# program using Accpac Advantage to import AR and AP Batches into sage in Ready to Post Mode. But my client wants it to auto post after import to sage. So, is there any tutorial or example that I can reference for doing…
Hi all, I have already created C# program using Accpac Advantage to import AR and AP Batches into sage in Ready to Post Mode. But my client wants it to auto post after import to sage. So, is there any tutorial or example that I can reference for doing…
Hi Everyone,
I am now developing a .NET exe and Accpac.Advantage to open the view and import into Sage. But currently how I design is using the one sage login to open the view and do the stuff inside the program. Now I would like to change it to use…
I'm creating a customized OE Entry screen. I want all the users to have the exact same fields and detail columns. I'm able to hide fields on the header level using the code below. But I'm not sure how to hide specific detail columns. Anyone know how to…
Hi everyone,
I dont remember exactly but Im sure we could copy some folders/files (\USER I think so) of Sage actual installation at server (they have Sage 300 ERP 2012) to new server installation (Sage 300 2022) so we can recreate icons users run -…
Sage menu invoked an XLSM file
Inside that XLSM file I want to use the invoking Sage300 session because customer has limited licenses
So do not want to login and make another session with another userid and or have to know user's password etc.
sort…
i am reviewing the Sage 300 web API and looking for a means of updating a AP payment batch (eg. removing a cheque from the batch, updating cheque dates, removing invoices,etc...) and all I can see thus far is GET and POST for APPaymentAndAdjustmentBatches…
I built two macros that create IC adjustments for a certain class of items for a client. Works fine on the system in my office.
I coped the two macros onto the clients server and when i go to edit either macro I'm getting an 'Out of Memory' error. …
Getting below error when calling API for AR module.
The 2 config files are enabled ( https://www.sagecity.com/support_communities/sage300_erp/f/sage-300-general-discussion/110205/unable-to-make-a-get-call-using-sage-300-web-api ) and in Sage 300 USER…
Back on the custom OE Screen. Here is what I need to do. Currently the 'Post' button is hidden for certain users and exposed for others so they can post orders and quotes.
When the 'Order' is a 'Quote' ALL the users should have the 'Post' button available…
I have a built a Custom OE screen for a client that throws up an error that says "You don't have a license for this product" when it opens. When you accept the message the OE screen closes.
The screen was built in VB6 and uses a copy of the OE1100 OCX…
Hi all,
My Sage 300 version is 2023.1.0. I already have the web screen running & working fine.
My Visual studio version and info below:
Microsoft Visual Studio Community 2017
Version 15.9.52
VisualStudio.15.Release/15.9.52+33403.129
Microsoft…
I'm trying to insert the OE Order screen into a macro and it's giving an error of 'Microsoft Visual Basic. Element not found.' I tried all of the other OE screens which worked okay.
I did this because the Visual Basic project for a custom OE screen…
Hello Team
I'm facing a small issue using Sage 300 on my new laptop, all the icons appearing too small (I customized the setting on my pc following the recommendation that I found regarding this issue but no success to fix it)
Installed PU8 on server and now a macro with OCX dropped on userform1 does not work
on the server where macro is being developed does weird stuff now like
1. no longer generates _OnRecordChange event
2. Set oHeader = AccpacOE1100UICtrl1.UIDSControls…
Hey Everyone,
I would like to add program icons in Sage to print off different Crystal using the same program. Ex/ Picking slip with CR form 1, picking slip with CR form 2, etc.
However, when I change the default setting of each individual icon it…
I added an additional control screen (AccpacIC3530UICtrl1) to a user form and i want to customize it to perform specific functions
Such as set the default quantity to (1).
And also set the location to the quantity on hand above (1)
Thank…
on OE/CN screen you fill in OE/Invoice number and Sage loads details
I have certain customers where all OE/CN are on account, trouble is once you erase the OE Invoice# the screen details erase (can we stop this from happening?)
I did not want to manually…
Say I have an order of 100 OE Order detail lines and I want to process a partial list of shipments against it
I have to find the grid line with the item code of the item shipping.
#1 I can browse the grid using dsoeord.gonext and then see if it…
Hi all, I tried to use Visual Studio 2019 with Sage 300 Solution Wizard to generate a simple screen. Right after the solution was auto generated, I use Sage 300 Code Generation Wizard to create a payment code screen. I tried to build the solution but…
I have noticed that an OCX dropped on userform1 does not colourize automatically the same way when you run it as standard screen
especially the caption bar on top which I guess is not really part of std screen, but the userform1 frame (Caption and so…
I have a customer that wants to hide a field on the prepayment window on OE Order (OE1100)
in the list of controls for OE1100 there is none for Prepayment window
Does anyone know if there is a list ? or how to access list of fields and controls
…