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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by stanley1610

  1. stanley1610

    Strange Characters in Directory List

    I customized Tomcat to list files of a folder by editing web.xml <servlet> <servlet-name>listing</servlet-name> <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class> <init-param> <param-name>debug</param-name>...
  2. stanley1610

    What exactly is SAP?

    simply speaking, SAP is a complicated system to support all operations, including Finance, Manufacturing, Logistics, etc, of an enterprise. In addition, SAP represents a standardized sophisticated business operation. Implementing SAP is a kind of reengineering of a company.
  3. stanley1610

    SAP BAPI .NET

    I am going to write a C# program to connect SAP. Here is my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Configuration; using...
  4. stanley1610

    No Display Problem

    Hi SimonDavies, thanks for your reply. There is no sound at all. The new video card can work in other PCs.
  5. stanley1610

    No Display Problem

    Hi vacunita, thanks for your reply. The monitor and the cable are both fine as they are still used by another PC. The power and HDD LED are on too. More information needed for check? How can I fix it? Many thanks.
  6. stanley1610

    No Display Problem

    My computer with All-In-One motherboard does not display at all. Since the motherboard is all-in-one, I cannot replace the display card. Therefore I tried to plug another video card into the PCI slot but no display goes to that. How can I show the display into the new display card?
  7. stanley1610

    Outlook 2003 - Open very slowly when emails with attachments

    I am using Outlook 2003. When I open an email with attachment, the Outlook hangs quite a long time. But if I open an email without attachment, it opens quickly. Why? How can I solve? Please kindly advise.
  8. stanley1610

    Record Combination

    I have a table in this format: Name: Varchar Food: Varchar Date: Date There's no primary key. e.g. Sam eats icecream on 19 Sep 2007, then the record will store Sam, icecream, 19 Sep 2007. If the case: Sam, icecream, 19 Sep 2007. Susan, icecream, 20 Sep 2007. Jacky, icecream, 21 Sep 2007...
  9. stanley1610

    Visio 2007 with Office 2003

    My computer was installed with Office 2003 Professional. Since I have to use Visio, I just installed Visio 2007. As a result, once I open Outlook, it prompts a box that Visio 2007 is configuring something. The message shows everytime. It is very annoying. How can I cancel it? Many thanks.
  10. stanley1610

    SLA of Outsourcing

    I am going to outsource the whole SAP (Data, Application and Administration) to a contractor. Before this business, I would like to ask the vendor sign up the Service Level Agreement. Here is the items of the SLA I drafted: Outsourced Production Systems Backout Plans Shared Outsourcer Firewalls...
  11. stanley1610

    Evalutation of Microsoft CRM

    I am evaluating several brands of CRM, including Goldmine and Microsoft CRM. Because of the tight budget, Microsoft offers SME version for me with 30 named user license. What do you think SME version of CRM? Do you have any bad impression on it? any performance issue? Thanks.
  12. stanley1610

    ScanJet 5550c

    Question: Does HPLIP support HP Scanjet single function scanners? Answer: No, HPLIP only supports devices that include print functionality. For possible Scanjet drivers, visit HP SANE Drivers.
  13. stanley1610

    ScanJet 5550c

    How can I use or setup generic driver?
  14. stanley1610

    Long Run Report

    If one of my report will be run in a very long process (e.g. half an hour), it is not suitable for normal Web-based applications. What should we do, using Servlet/JSP, to handle such case? It seems difficult to use a batch job because the user's input is required. The flow is like this: 1...
  15. stanley1610

    Jakarta POI failed to read double bytes

    I have an Excel files consisting of some Traditional Chinese characters and normal alphabets. When I use HSSFCell::getStringCellValue() to read some Chinese characters, it returns question marks. e.g. The cell contains "How are you &#20320;&#22909;&#21966;" The returned value will be "How are...

Part and Inventory Search

Back
Top