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: Alastor
  • Content: Threads
  • Order by date
  1. 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...
  2. Alastor

    FrontPage 2000 Reports

    Is there any method or third-party utility that can be used to print reports in FrontPage?
  3. 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...
  4. 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...
  5. 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)...
  6. 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?
  7. 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?
  8. 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...
  9. Alastor

    Form Data to Java Applet

    Is there a way to pass form data as a &lt;PARAM&gt; to a Java Applet? Code samples would be greatly appreciated.
  10. Alastor

    Form Data to Java Applet

    Is there a way to pass form data as a &lt;PARAM&gt; to a Java Applet? Code samples would be greatly appreciated.
  11. Alastor

    Excel error

    All of a sudden several of our users are getting an error when they open Excel. The error states:<br> <br> Run-time error '53':<br> File not found: clinka32.dll<br> <br> I've check and there are no macros or code set to run at startup. Also the file 'clinka32.dll' is not located on...
  12. Alastor

    Frontpage and SQL

    I have a database that I am displaying through Frontpage. The database contains several tables that have the exact same format but contain different information. I want to be able to have a dropdown list that I can select a table from and then have that table displayed(on that page or on a new...
  13. Alastor

    Access basic 97

    I have a form with several text boxes on it. Is there any way to clear all of the text boxes at once without individually setting their .text = ""?
  14. Alastor

    GroupWise and Outlook working together (yeah right!)

    Does anyone know of a way to integrate MS Outlook and Novell GroupWise? Everything on the MS site says it ain't happening and Novell doesn't really say anything about it. Any suggestions would be helpful. Thanks.
  15. Alastor

    Looking for Love

    I am looking for a Fax package to implement on our network and I wanted some opinions. Tell me which ones you love and which ones you hate. Thanks.
  16. Alastor

    Scheduling Jobs in Backup Exec 7.0

    Whenever I go to look at a job schedule it brings up some sort of default schedule. Is there a way I can get it to display the schedule that I actually set up?
  17. Alastor

    Displaying list of tables using VB code in Access

    I am trying to automate the importing of data into a database. I have created a form that uses VB code import the data and modify it to it's proper format. I then use a SQL statement to append the data to a table. Unfortunately I can't get around hard coding the table name into the SQL...

Part and Inventory Search

Back
Top