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 strongm 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: Bobford
  • Content: Threads
  • Order by date
  1. Bobford

    Help File will not open

    When users try to open the MAS200 Version 4.2 Help File it strangely just opens a directory on their workstation. The directory is c://sagesoftware/mas 200 client/version4/mas90/launcher/ Any idea why? The workstations are running on Windows 7 if that helps.
  2. Bobford

    MAS 200 4.4 Approving Sales Orders

    Hi Guys! Is there a way to anyone's knowledge to make Sales Orders have to be approved before they are allowed to go further through the system? Like to assign a user as Sales Order Approver? I don't think there is but I have a boss that would like to do this.
  3. Bobford

    Posting in Wrong Period

    What is the best way for correcting an entry that is posted in the wrong period? Specifically, a SO with inventory.
  4. Bobford

    Credit applied back to SKU's

    We occationally will get a credit back from a vendor several months after we have paid their invoice. Is there a way in MAS to apply the credit back to the SKU's that we purchased from the vendor?
  5. Bobford

    Need to attach PDF files to Access Database

    I am trying to create a PDF link that will pull up the correct file for a particular record. I thought I had it with the script below: Dim stAppName As String Dim Filepath As String Const cstrPath As String = "\\mas200server\mas_pdf_files\" Filepath = cstrPath & [ItemNumber] & ".pdf" stAppName...
  6. Bobford

    Where are Custom Lookups Stored

    I have created several custom lookups for inventory that I would like to share or copy to other user profiles. Does anyone know where I would find them to copy?? Thanks! Bob
  7. Bobford

    Searching The Extended Description

    Does anyone know a way to include the Extended Description in Searches and Filters?? I realize there is an extended solution to do this, which seems silly itself since this should be included in the existing filtering. Your help as always is very appreciated! Bob Barnett Tulsat
  8. Bobford

    Extended Description needs to popup under Inquiry

    I'm having an issue with the Extended Description. When in Inventory maintenance, you can pull up a part number and if there is anything in the extended description it will automatically popup on the screen. However, if you are in Inventory Inquiry it will not popup. I really need it more for...
  9. Bobford

    Need more help Louie!

    Louie, Please see below for what we did and the results we got. Renamed PDF file to ItemNumber.PDF Created a .txt file called PDF Script and put in the script as follows: Dim wsh PDFPath="C:\Users\Mikes\Desktop" PDFFile = ItemNumField & ".pdf" set wsh = CreateObject("WScript.Shell")...
  10. Bobford

    I would like to attach PDF files to Items in MAS

    Does anyone know a way to attach PDFs to items in MAS inventory?? Attaching a JPG is useless to me and PDFs are almost essential in our line of work. Any ideas or help would be greatly appreciated. Bob
  11. Bobford

    KnowledgeSync

    Does anyone here use KnowledgeSync with MAS200?? Would it be possible to start a new Forum for it if one doesn't already exist?? Thanks!
  12. Bobford

    MAS 200 4.2 Splash Screen

    How can I change the Splash Screen for MAS 200 4.2?? I can't find where it pulls the file from. I found the one for WKSetup but can't find where the actual Splash Screen is kept for the MAS Startup. Any help would be appreciated. Bob Barnett
  13. Bobford

    MAS 4.2 shuts down on users after 5+ minutes

    I have a strange one.... MAS 4.2 running through Terminal Services will shut down on SOME users after 5 or so minutes. The Terminal Server Session keeps running so it doesn't appear to have anything to do with it's Idle Time Settings. It also does not happen to everyone. Just a handful of...
  14. Bobford

    Report for Items Shipped

    Is there a canned report that will show you Items that have shipped between a particular date range? Should be simple but my eyes are tired. Must be overlooking something right? Bob
  15. Bobford

    EXTSOL Table Locations??

    Does anyone know where the EXTSOL tables are? We have a couple of Extended solutions with some UDFs and I need a report with information from these. In this case the Table is supposedly in the IM tables and called EXTSOL I/M Lot Serial I have searched and it simply doesn't exist that I can...
  16. Bobford

    Custom Crystal Report Keeps wanting to convert....

    I have 2 new custom reports that everytime I try to access them through MAS it says they need to be converted. I go this process it says it was successful then I try to run the report again and the same thing happens again. I can open the reports in Crystal directly but not from within MAS...
  17. Bobford

    MS Access & MAS 200

    How do I tie Access into the MAS Database? I keep getting an error. Thanks in advance. Bob
  18. Bobford

    Help with Report

    I need a report that outputs the following data: SERIAL NUMBER, RECEIPT NUMBER, ORDER NUMBER Everytime I try to build this I cannot get them all to work together. I am totally ignorant on the rules of linking data and have had no luck trying. The Receipt Number refers to the Serial Number...
  19. Bobford

    Data Migrator

    Does anyone know how to unpack the Data Migrator? I downloaded it from the Support Site but it seems to be passworded and I get no answer when I ask Sage. I am wanting to attempt bringing DacEasy Data over into a new MAS company. It say's it is capable of doing this for my version of...
  20. Bobford

    Auto select feature

    Is there any way to have Serial #'s be auto selected to fill a sales order rather than chosen manually?

Part and Inventory Search

Back
Top