Forum Post: Script creates duplicated Invoice Lines
Hello, Could you please advise - what is wrong with the script below. It creates duplicated invoice lines, seemingly due to the CopyLinesFromSalesOrder call. Maybe this function is outdated - looks...
View ArticleForum Post: get price method
I want to get the pricing info (IM price code info, e.g. price break qty, prices for the different price breaks...) using custom office user defined script after validating the item code in sales...
View ArticleForum Post: Barcode
I have added a barcode to a couple of Crystal reports (azalea Code 39) but none of the other computers see it when they bring up the report on their computer. What steip am I missing? Should I have...
View ArticleComment on Ideas and Feedback
I review the income statement and balance sheet that is generated in Financial Reports before I finalize my month end and create condensed financial statements in another piece of software. It would...
View ArticleForum Post: Earnings Report
Is it possible to obtain an earnings report for overtime for a month in which is not in the quarter that you are currently in?
View ArticleForum Post: How to Delete Old Unused GL Accounts
We have marked a large number of GL accounts as "Deleted". Years to Retain History is set to 2. We run year end closing on the third year and the accounts don't purge. It creates a BB entry in the...
View ArticleForum Post: Need help from another old timer..
We just started working with a client that has version 3.21 - yes, 3.21 I am helping them with some configuration and am getting an error in the printer preferences that says to increase the -sz...
View ArticleForum Post: RE: Launch Custom Report from UDS
The only question I have is what arguments should be passed to LoadReport for a custom report. The form code ('STANDARD') wouldn't really apply, right? Should the first parameter be the name of the...
View ArticleForum Post: Slow running script for Price Code record search
The script below is causing very slow performance when run in SO Entry on the Lines tab. It does eventually finish, but takes a good while and is not usable in its current form. Does anyone have...
View ArticleForum Post: RE: Launch Custom Report from UDS
Trying a bunch of different combinations of arguments, but get 'Report file is not found or does not exist every time :(
View ArticleForum Post: RE: Custom Forms (copy to live system)
I guess I'm talking about Panels. Thanks
View ArticleForum Post: RE: Slow running script for Price Code record search
The line: retvalBrowse = oPriceCode.SetBrowseFilter(PriceDiv&PriceCust) Should be: retvalBrowse = oPriceCode.SetBrowseFilter(Div&Cust) You get the current division and customer number into...
View ArticleForum Post: RE: Launch Custom Report from UDS
Dan, You can check the value of oBIR.LastErrorMsg to find out what the error is.
View ArticleForum Post: RE: Launch Custom Report from UDS
Justin, I just saw that Dan has another thread about this going with a Sage employee, so hopfully it gets figured out. I don't have any experience with this particular function/object....
View ArticleForum Post: RE: crystal report 2011 no longer provides runtime component...
I browsed the DLL with Visual Studio and there are a couple of Export functions available. public void Export(int exportFormatType, int exportDestinationType, string exportDiskFileName) public int...
View ArticleForum Post: RE: LoadReport & ProcessReport no longer working
HI Kent, I'm trying to print a regular Custom Report that I created, that has been added to the 'Custom Reports' menu under Sales Order. Ideally, this report would be run from a button link on a Sage...
View ArticleForum Post: RE: BOI - unable to get value with nGetNextJournalNo and can't...
I am a dork! The error I was getting when setting the key is thrown every time I am creating a new record. It was not causing any kind of an issue. I am still not able to get the next journal...
View ArticleForum Post: Getting Started With Business Object
Hello All, We are developing an Windows Forms c# Application in VS2010. We need to interface with Sage 100 to create and manage Sales Orders and Purchase Orders as well as future custom reporting. We...
View ArticleForum Post: RE: Slow running script for Price Code record search
That's gotta be it! Thank you Steve. I will correct this and test it out this evening. Thanks so much!
View ArticleForum Post: RE: LoadReport & ProcessReport no longer working
This is the same script I'm trying above and getting nothing. How are you getting it to return "Report file not found"
View Article