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...
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...
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...
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)...
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
:)
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...
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...
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 =...
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 =...
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
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.
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.