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

    compile fails with ClassNotFoundException

    When I attempt to compile the class below, it returns this error: C:\...\classes\northwind>javac Employee.java Employee.java:11: unreported exception java.lang.ClassNotFoundException; must be caught or declared to be thrown Class.forName(DRIVER); ^ 1 error...
  2. jfriestman

    VBA: How to conditionally enable/disable a menu item

    Re: Word 97<br> I have a custom macro assigned to a menu item. I only want the menu item to be enabled if text is selected in the ActiveDocument. I'm sure this can be done (similar to the Cut/Copy/Paste being conditionally enabled) but for the life of me I can't find where the document object...

Part and Inventory Search

Back
Top