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 gkittelson 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. Number6

    creating/ using a package in java

    Oh boy. I am using Windows 98. I have tried all of these suggestions and I still cannot get the package "concept" to compile, so let me explain again what I have tried. First, both DummyClass.java and LovePotion.java are in the c:\com\group1 directory. When each file has no package...
  2. Number6

    creating/ using a package in java

    I am still receiving errors. Both LovePotion and DummyClass are in c:\com\group1. I have included a classpath line in my autoexec.bat file: CLASSPATH=.;C:\JDK1.2.2BIN;C:\COM;C:\COM\GROUP1;C:\COM\GROUP2 If I comment out the package line in both source files, they compile okay and run from a...
  3. Number6

    creating/ using a package in java

    I have tried this, but I am still unsuccessful. Here is the new directory structure: c:\com\group1 c:\com\group2 The calling java class, LovePotion is in the com\gourp1 folder. The called java class, DummyClass, is in com\group2. No matter what combination of pakage statements I write, I...
  4. Number6

    creating/ using a package in java

    I am experimenting with packages in Java using the Certification book examples. I tried to expand to use a package. I have two classes, LovePotion and DummyClass. Without the Java package line of: package com.group1;, LovePotion executes properly and creates the DummyClass object. No matter...
  5. Number6

    Attaching an HTML report to an e-mail in java

    I am able to send and receive e-mail messages, which are generated by Java code. How do I attach an HTML report to the e-mail message?
  6. Number6

    Attaching HTML report to an e-mial

    I am trying to attach an HTML report to an e-mail message. The actual e-mail message is created in by Java. I am able to successfully send and receive the e-mail. Does anyone know the commands to attach an html file to the e-mail?
  7. Number6

    How to format a date as it is being entered?

    Nick and Will,<br><br>Thank you for this information.&nbsp;&nbsp;Unfortunately, I agree with you that this is not just a simple case of making a quick adjustments, such as adding a drop down menu.&nbsp;&nbsp;My client has a system built and I am just doing some modifications to it.&nbsp;&nbsp;I...
  8. Number6

    How to format a date as it is being entered?

    I do not think that I explained the problem correctly.&nbsp;&nbsp;I apologize.&nbsp;&nbsp;As the field is being filled, the format must change.&nbsp;&nbsp;I believe cdate returns a formated date, which would mean that the date field has to be filled cpmppletely.&nbsp;&nbsp;Correct me if I am...
  9. Number6

    How to format a date as it is being entered?

    Here is the problem: A text field represents a date.&nbsp;&nbsp;If the first character entered is 9, then the field should automatically change to look like 09/.&nbsp;&nbsp;If the first character entered is 1, then nothing happens until the second character entered is 0, 1 or 2.&nbsp;&nbsp;For...

Part and Inventory Search

Back
Top