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: *

  • Users: seema165
  • Content: Threads
  • Order by date
  1. seema165

    Web Application (JSP, Servlets, Struts) Issue - Java & Tomcat Upgrade

    Hi, I am wondering if someone could assist me with trying to figure out what's wrong with my web application. The current live application is on Java 5 with Tomcat 5.5.29. It also uses YUI 2.6.0 and JCIFs for authentication. I have upgraded on a virtual machine to Java 7 and Tomcat 7.0.50. I...
  2. seema165

    Java Tomcat Application Access Issues on Virtual Machines

    Hi, I know that this is probably not the right forum to post this in, but I've already posted in the "Sun: Servlets and JavaServer Pages (JSP)" forum, with no reply, so I'm not sure if anyone's seen it...yet. If there is another forum you recommend I post in, please let me know. We have a Java...
  3. seema165

    Java Tomcat Application Access Issues on Virtual Machines

    Hi, I don’t know if this is the right place to post this, so please advise if it isn’t. We have a Java struts servlet application which is running through Tomcat and is access through our intranet page. Java version 1.5, Tomcat 5.5.29, Windows Server 2003 R2 SP2 – this is on a virtual box...
  4. seema165

    JInternalFrame

    Hi, Let me give you the scenario of what the problem is: I have a JDesktopPane and a JPanel. I have added both onto a JSplitPane (split HORIZONTAL). The JDesktopPane then has 2 other JPanels (blankPanel and newsPanel) which are added using GridBagLayout, where the top JPanel (blankPanel)...
  5. seema165

    Set table header background

    Hi, I am trying to get my JTable table's header to setOpaque(false) so I can see the background image in the same way I can see it for my table rows and columns. Can someone please tell me how to do this, if it is even possible to do. Thanks in advance :)
  6. seema165

    How do I format Dell Inspiron laptop?

    Hello, I have a Dell Inspiron laptop which, I've been told, has spyware/malware on it. I rang up Dell and they told me the only way to remove it is to re-format my laptop. They told me that if I let them do it then it will cost quite a lot to fix it, so the person on the phone told me to look...
  7. seema165

    Insert SQL and RecordSets

    Hi, I have an error in my code which says: [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ':'. At line 69. Here's the code: strInsertSQL = "INSERT INTO Navigation (UserName, SystemTime, InitialProcess, OpportunityGUID, ActivityGUID) " strInsertSQL = strInsertSQL...
  8. seema165

    SQL and RecordSets

    Hi, I have a error in my code when I run it. In the following code, if the where statement doesn't return anything I get an error. Here's the code: while not objRecordSet.EOF strSQL = "SELECT bhagnb FROM mvxjdta.staghe WHERE bhagnb = ('" & objRecordSet(0) &"'))" objRS =...
  9. seema165

    SQL and RecordSets

    Hi, I have a error in my code when I run it. In the following code, if the where statement doesn't return anything I get an error. Here's the code: while not objRecordSet.EOF strSQL = "SELECT bhagnb FROM mvxjdta.staghe WHERE bhagnb = ('" & objRecordSet(0) &"'))" objRS =...
  10. seema165

    How Do I Launch Internet Explorer?

    Hi, Does anybody know how I launch Internet Explorer using VB? I want to launch it and have it open on a specific URL. Any help would be appreciated. Thanks in advance
  11. seema165

    Setting DataCombo to blank

    Hi, I want to clear the DataCombo that I have when the clear button is pressed. I've been using the following code: dataCombo.BoundText = "" However, this is bringing up errors when I press the clear button, but it does clear the DataCombo box. Any help will be appreciated.
  12. seema165

    Error: -2147217908 message

    Hi, I keep getting an error saying- Error: -2147217908 Description: Command text was not set for the command object. Does anyone know what this means? I have 2 combo boxes and each time I clear the selected values and I refresh the datagrid I have, it brings up this message. Thanks in advance
  13. seema165

    Datacombo get value

    Hi, This is my first thread! I have a datacombo dropdown. I choose an option from the dropdown. I then want to do an if statement saying that if the datacombo selected value is not null do something. How would I write this? Is it If Len(Trim$(dataCombo.BoundText)) = 0 Then ... Please help...

Part and Inventory Search

Back
Top