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 TouchToneTommy 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. Alastor

    Applet Slow Load In IE5

    I figured it out. My Java server and the Web server are on seperate machines and they are connected through a proxy connection. I had moved my applet to the Java server to keep everything together and this was the problem. Netscape was able to get the applet through the proxy connection but...
  2. Alastor

    Applet Slow Load In IE5

    I have a Swing Applet that connects to a servlet using an HTTP connection. When I load the applet in Netscape everything runs fine. However, when I run the applet in IE it takes about 10 minutes before the applet loads. The web server is NT4/IIS4. If anyone has any suggestions I would love...
  3. Alastor

    FrontPage 2000 Reports

    When you open FrontPage, on the left hand side of the screen, in the Views window, there is a button called Reports. If you go into Reports you can get different information on your web site. Unfortunatly there doesn't seem to be any way to print the reports or even export them to a different...
  4. Alastor

    FrontPage 2000 Reports

    Is there any method or third-party utility that can be used to print reports in FrontPage?
  5. Alastor

    Office Slow Downs

    Thanks for the tip. I think this will take care of the problem. I removed it from my computer a long time ago and forgot about it. Another wonderful Microsoft app.
  6. Alastor

    Office Slow Downs

    Several of our users are experiencing slow response times when opening or editing a document in Word or Excel. We've tried defraging and increasing the page file but the problems persist. We are using Office 97 SR-2 on NT 4.0 SP-5. Our machines have 64MB of memory. Also, although Office is...
  7. Alastor

    MS SDK

    I'm using jexegen from the MS SDK to compile my .class file into and .exe. The reason I am doing this is so I can get my servlet to run off my IIS4 server without using third party software (such as JRun). However, when I run the .exe file I get the following error:<br> <br> &quot;CGI...
  8. Alastor

    MS SDK

    I'm using jexegen from the MS SDK to compile my .class file into and .exe. Now before anyone starts screeming about this being anti-Java and calling me a heretic, the reason I am doing this is so I can get my servlet to run off my IIS4 server without using third party software (such as JRun)...
  9. Alastor

    ResultSet Question

    Thanks for your help. What I am trying to do is query and display data from an Access database to the internet. I have an html form setup with a POST method to a servlet. The servlet then queries the database based on the form information and creates a ResultSet. Everything works up to this...
  10. Alastor

    ResultSet Question

    I didn't figure that was a way to pass the ResultSet, I just did it to see what would happen. I was wondering if the hex number indicated the location in memory where the ResultSet was stored.<br> <br> What I want to do is display the ResultSet in a Swing table which is why I'm trying to send...
  11. Alastor

    ResultSet Question

    p.s.<br> <br> Is there a way to pass a ResultSet to an applet from a servlet?
  12. Alastor

    ResultSet Question

    I was playing around and I passed a ResultSet to a String variable and when I printed the string I got this:<br> <br> sun.jdbc.odbc.JdbcOdbcResultSet@b80f70e7<br> <br> Is this telling me the location in memory of the ResultSet? Can I do anything with this information?
  13. Alastor

    double to float

    Thanks for the info. The type casting was what I needed. I'll check out that book, but I won't tell anyone that you told me about it ;-)
  14. Alastor

    double to float

    I'm trying to convert a double value to a float value using the floatValue() method. When I compile I keep getting the error - Method floatValue(double) not found in class. I've tried adding Import java.lang.Number.* but I get the same error. What am I doing wrong?
  15. Alastor

    Form Data to Java Applet

    Thanks Otto. That worked great. You're the king!
  16. Alastor

    Form Data to Java Applet

    Here is some additional info: It seems to work fine under IE4 but not under Netscape.
  17. Alastor

    Form Data to Java Applet

    Okay Otto, this method works great with text boxes but I am having problems getting it to work with a combo box. I keep getting a null value result. However, when I submit the form using the post method it sends the correct data to the server. Can you help?
  18. Alastor

    Access Access with Java Applet

    Thanks again Otto.
  19. Alastor

    Access Access with Java Applet

    I have an Access database that I want to put on the Web. I tried using FrontPage 98 but the output is kind of ugly. I was able to use Swing to display the database but I was using the JDBC-ODBC bridge to access the data. This will be going on an IIS4 server. My question is, can I create a...
  20. Alastor

    Form Data to Java Applet

    Thanks Otto! This is great.

Part and Inventory Search

Back
Top