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: *

  • Users: microdisney
  • Order by date
  1. microdisney

    appending fields to tables

    Are you trying to append records that conform to the field descriptions of the "MakeTable" ? or Are you trying to alter a table by adding an additional field ? If the latter is true, then you cannot accomplish this task using the append action query. Please explain more clearly.
  2. microdisney

    Import specific data from file

    Just FYI... There is a great utility for Unix and Windows called grep. You can tell it to search for any pattern and pipe it to a file of your choice. I've used this utility on Unix, AS400 and WINNT and it works like a charm. Here is an example. grep ^117 nameoffiletosearch >...
  3. microdisney

    Import specific data from file

    Just FYI... There is a great utility for Unix and Windows called grep. You can tell it to search for any pattern and pipe it to a file of your choice. I've used this utility on Unix, AS400 and WINNT and it works like a charm. Here is an example. grep ^117 nameoffiletosearch >...
  4. microdisney

    String Manipulation

    It's just a hunch, but perhaps your object of "out" should not refer to the "System".out.println(contents.toString), but rather out.println(contents.toString()); I ran it within the IDE and it seems to work fine. As before I fixed that, I was getting text printed out to my...
  5. microdisney

    String Manipulation

    I just imported this code into VAJ 4.0 just because its late and I can't sleep. 4.0 complains that "The method "write" invoked for type javax.swing.JTextArea with arguments (java.lang.String) is not defined. I'll see what I can come up with.

Part and Inventory Search

Back
Top