Forum Post: RE: Payroll PRV or PR.FILESTAT data file Crystal Reports
Ok, since your post relates directly to Sage 100 ERP, I am going to move it to that Support Group so that other users of this software will see it and can offer their thoughts and insight. Thanks, Derek
View ArticleForum Post: RE: Cheque printing
I have stared at these screens for what seems like years, and I never noticed. Thank you.
View ArticleForum Post: RE: Payroll PRV or PR.FILESTAT data file Crystal Reports
Since there is no ODBC dictionary for that file you are not able to.
View ArticleForum Post: RE: MAS90 - CRXI - Customizer/Modify Screen
The Print came out in Landscape, but the Design View of CRXI only has 7.5 inches width to add fields still, can the design view be changed to 10.5 inches width happy thanksgiving all!!
View ArticleForum Post: RE: Script not triggering message
oScript.SetError will have no effect on Post events. You need to call the script on the Column Pre-Validate event.
View ArticleForum Post: RE: VI Job Chain Import File
We wrote a script to update the 'ImportFileName' in the mas_system.dbo.VI_JobHeader table for each job compiled name. We run this script before kicking off the first VI job in a sequence or chain....
View ArticleForum Post: RE: Passing import file name to Perform Command in Visual Integrator
The file name and location for each VI job is saved in the database in our 4.50 SQL version. Table name is mas_system.dbo.VI_JobHeader and the field name is ImportFileName. Would expect a similar...
View ArticleForum Post: RE: Sage 100 ERP Premium Interfacing
To read data use the ODBC connection to the DB. To write new records or edit data within Sage best path is to write a VI job to integrate the data (using the Sage Business Objects) and then script a...
View ArticleForum Post: RE: Move SQL database to new server
In v. 4.50 SQL the SQL DB setup is accessed via the SQL Settings Utility:
View ArticleForum Post: RE: Script not triggering message
@ BigLouie - Yes, message box is showing the message but i'm trying to show a script error that will prevent the user from continuing. @Kent Mackall - I'm running the script in TTT. We want the...
View ArticleForum Post: RE: Converting Crystal to latest version - Sorting field not found.
I'm having the same error with another database when converting a report on Sage 100 2014. "Could not covert sort ' databasename ': Sorting field not found." How do you enter a sorting field in...
View ArticleForum Post: RE: Converting Crystal to latest version - Sorting field not found.
It may be cheating but since the report runs in Crystal and not Mas 100, I figured I would try this work around. In Crystal: File, Summary Information. In the field Key Words paste in or enter in...
View ArticleForum Post: RE: Multiple monitors, forms always load on primary monitor
When repositioning, is the windows maximized? If so it won't save monitor location. I imagine you may also have difficulty in a mixed multi-monitor/single monitor environment. You may want to look...
View ArticleForum Post: RE: Activity Log
Are you on SQL? Use Microsoft SQL Management Studio to open the database MAS_SYSTEM, find the table SY_ActivityLog to purge records. Someone with reasonable query skills should be able to delete based...
View ArticleForum Post: RE: MAS90 - CRXI - Customizer/Modify Screen
When you are in Design View, Click on File...Page Setup and select Landscape as your Orientation and the width will increase.
View ArticleForum Post: Sales Order Detail line business object.
I've written a script that does some calculations in the SO_SalesOrderTierDistribution and I want to write the results back to the Sales Order Line. The oBusObj is the TierDistribution line. How do...
View ArticleForum Post: Access PO Receipt Header from Landed Cost
Hello All, I'm running the script below and attempting to update a couple of PO Receipt Header UDFs, but am receiving the error Invalid/Unknown Property Name. Object Required: oHeaderObj. I'm sure I...
View ArticleForum Post: Weight in sales order and purchase order entry.
Customer needs to enter weight by line in sales order and purchase order for items. Looking at the files and line weight is there but not sure what or where that resides. Would a UDF be the better...
View ArticleForum Post: FRX versions
Is there some where we can download FRX ? Customers using this and I have not used FRX for over two years. Looking for refresh but don't have the software.
View ArticleForum Post: Deleting an open credit memo invoice using a VI import job
I am using MAS 200 4.10. We are automating our RMA process, and currently are creating credit memos through a VI import job. That is working fine. Now I am expanding the function to include...
View Article