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!

Search results for query: *

  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

    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...
  3. 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?
  4. 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.
  5. 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...
  6. 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.
  7. 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...
  8. 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.
  9. 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...
  10. 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 ???" The returned value will be "How are you ???" I also try...
  11. stanley1610

    ScanJet 5550c

    I wanna use HP ScanJet 5550c in Centos 4 Linux. However, HP does not support Linux. SANE does not support that model either. What can I do to use such scanner? I don't wanna throw it away. Thanks.
  12. stanley1610

    DirectShow via Proxy

    Hi Forummates, How can I render a file via a Proxy Server in DirectShow? For the case without Proxy, just simply RenderFile(L"http://someserver/somefile"); For the case with Proxy Server, how? Thanks, stanley
  13. stanley1610

    Web Services in ASP.NET

    Hi all, I created an ASPX using someone's Web Services. The URL of the ASPX is http://intranet.cyberport.com.hk/_layouts/esri/getlocation.aspx It is found that it created a temporary DLL during execution and failed. System.Web.Services.Protocols.SoapException: Server was unable to process...
  14. stanley1610

    Veritas Volume Manager =&gt; EMC Shared Array

    Hi Forummates, I am a newbie of Veritas System. I am going to use Veritas Volume Replicator to replicate data from an EMC Shared Disk Array in EMC CX 300 to another EMC Shared Disk Array in another site. This operation will run on Veritas Volume Manager. Would you mind to tell me WHAT I...
  15. stanley1610

    Alternative to username:password@domain

    Hi Groupmates, Are you suffering from the same problem? In the past, you want to access to a secured page protected by Windows Authentication (e.g. Exchange OWA), you will make such redirection "http://username:password@domain/exchange/". However, because of security and Microsoft's latest...
  16. stanley1610

    EAI: Single Sign On

    Hi groupmates, I m going to integrate several MS products together based on SPS 2003. There are three servers, i.e. one for SPS, one for Exchange and one for a customized program in ASP.NET (Form Authentication). They are all under than the same Active Directory. How can I login any server of...
  17. stanley1610

    SPS2003 - Failure of Importing

    Hi groupmate, I am a beginner of SPS. I found that SPS 2003 is more powerful but more complicated than those in previous version. When I try to insert a webpart which was downloaded from Microsoft Gallery, the fullname of the Webpart could be shown as "Untitled" and when I pulled it to a...
  18. stanley1610

    EAI: SPS2003 + MCMS2003 + ....

    Hi groupmates, As my boss suggested that the power of Microsoft products, we are going to have a project of integrating the following things together; - SharePoint Portal Server 2003 - Microsoft Content Management Server - Biztalk - Microsoft CRM - SQL Server 2003 - Windows Server 2003 -...
  19. stanley1610

    JBoss Deployment

    Hi forummates, In order to learn J2EE, I am using Eclipse integrated with JBoss by a plug-in called JBoss-IDE. I downloaded the document called "Tutorial-1.2.2.pdf" at the JBoss's download site and followed it one by one. At the last step, which is the deployment, the console shows the...
  20. stanley1610

    How To Print SQL Server 2000 Data

    Hi all, I am using VFP 6 to connect to SQL Server 2000. I use Cursor Method to retrieve data, like "browse" for DBF. However, how can we print the output data by printer in the "simulated" browse generated by SQLConnect and Cursor methods? Please help. -stan

Part and Inventory Search

Back
Top