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 bkrike 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: Number6
  • Content: Threads
  • Order by date
  1. 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...
  2. 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?
  3. 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?
  4. Number6

    How to format a date as it is being entered?

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

Part and Inventory Search

Back
Top