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: DC505
  • Order by date
  1. DC505

    MAS 200 BOI (Business Object Interface) Examples.

    Honestly not to sure, for sake of speed I only ran through the VB and got those to work. I don't know as much about C# and I ran out of time to learn. I was going to pick it back up but sorry I can't help. I looked at that line and to me it seems right, my guess is a parameter in there isn't...
  2. DC505

    MAS 200 BOI (Business Object Interface) Examples.

    Alright here are updated links, by the way these took a extremely long time to find and track down. One is the course curriculum and the other is a set of examples in various languages. The interface isn't hard to work with, but if you have some specific questions post here and I will do my...
  3. DC505

    MAS 200 BOI (Business Object Interface) Examples.

    Sorry about that, they are my links and I have since done some things to that site. Let me find those files and update the link. -Adam
  4. DC505

    CSR for ebusiness

    Wherever the actual website files are being served from are where you would want to have the CSR generated on. I would say server2. Are you using Mas 90 eBusiness, how is that working for you? -Adam
  5. DC505

    MAS 200 and WMS integration

    If you just need to export then using ODBC and a VB program to sync between your WMS and Mas 90 might be a way to go. BOI is great in that it lets you write back in far easier then previously where you needed someone with access to the Mas 90 code to write for you. In-Sync is more for web...
  6. DC505

    Website Integration

    Hello, I talked to all of the relevant parties involved and while they might be good for some, I am just going to write my own. I can't justify paying large amounts of money for a glorified import/export program. That being said most people wouldn't go this route and the people at In-sync...
  7. DC505

    BOI Sales Order Example

    I ran into something similar when trying to get results out of Mas 90. There is a delimiting character that you need to use to separate out the records. This is what I use to loop through a results set from Customer Records and look for a matching e-mail address. Dim strResults Dim strJunk...
  8. DC505

    How to get rows from SalesOrderDetail Table to Datagrid?

    I ran into something similar when trying to get results out of Mas 90. There is a delimiting character that you need to use to separate out the records. This is what I use to loop through a results set from Customer Records and look for a matching e-mail address. Dim strResults Dim strJunk...
  9. DC505

    BOI Sales Order Example

    This is an updated version of that script that does more error checking. It will create a new Zip Code if it finds that it does not exist. Since the comment line in S/O does not hold many characters it will automatically create a new memo for that S/O that has the customers comments. This...
  10. DC505

    BOI Sales Order Example

    Hello, I have created a simple Sales Order program that will create a new customer in AR and also create a new Sales Order. http://www.listech.net/archives/21 I hope this helps some people! -Adam
  11. DC505

    Slow aged receivable report

    Thanks guys, the lady who works with A/R likes to run it after updating cash receipts which she does most of the day so it is run multiple times. She was just getting frustrated after she was used to it going quickly in 4.05 and now it takes much longer and it is not reasonable to ask everyone...
  12. DC505

    Slow aged receivable report

    The workstations and server are not running any anti-virus software. I checked the SMB signing settings on the server and tried with oplocks enabled/disabled and no change. There is not a bottleneck in the network infrastructure as everything is running on cat 5e with brand new procurve...
  13. DC505

    Website Integration

    Thank you, I looked into that but it is a one-way sync not bi-directional so that wouldn't work for use. In-Sync seems to be the best solution so far and I talked with them and they seemed to have a good handle on that so I think that will work out the best. Thank you though! -Adam
  14. DC505

    Slow aged receivable report

    Is there by chance any way to create a different Crystal Report or something that I can, pull all the data out into a database by ODBC or something? I am being yelled at because 5 minutes to wait for a report is entirely too long. Any and all ideas are appreciated. -Adam
  15. DC505

    Slow aged receivable report

    Hello, I have narrowed down what can reproduce the problem but I have no idea how to fix it. I am running Mas 90 4.2 (service pack 10) and if we run the aged receivable report while anyone has a customer maintenance screen open (only screen I have tested so far) the aged receivable report runs...
  16. DC505

    Website Integration

    Hello, I have a question regarding people's experiences with Mas 90 website integration products. I am not interested in using E-Business because it would be too difficult to recreate all of the very specific style requirements our website has. Ideally what I would like to have is a SQL...
  17. DC505

    Simple VLAN Setup

    I figured it out by using ACL's, thanks! -Adam
  18. DC505

    Simple VLAN Setup

    Hello, I am attempting to setup a 2 VLAN configuration for a public wireless network and an internal wireless/wired network. I have a Procurve 2650 Switch and a Procurve 7102dl router with two Procurve 420 Access Points. The router is setup for eth0/1 to connect to the DSL modem and eth0/2.1...
  19. DC505

    Reinstalling MAS90 on Windows Server 2003

    Well I have Mas 90 running on Windows 2003 no problem. Since Mas 90's workstation client seems to just be dependent on reading and writing to the shared directory, all you need to do is make sure domain permissions are correct. Also if for some reason you have slow performance, SMB Signing may...
  20. DC505

    Recalculating Inventory Sales History

    Correct, I am most definitely not an accountant. I am merely the computer guy tasked with figuring out how to make this work for everyone. Those files are saved in Crystal 10.0 as I created them for 4.20 since I am moving to that anyways. -Adam

Part and Inventory Search

Back
Top