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 Mike Lewis 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. jtrench

    Setting cursor position

    Hello, I'm coding an application, this application has a "text area" and I try to take control on tab key. I'm trying to catch the key press and then add some spaces at the end of the text. I could catch the key press but I cannot set the cursor at the end of the text. How can I place...
  2. jtrench

    Problems with Tab key

    Hello, I'm programming an enterprise application with Access and I have a problem when I use the Tab key. I use a RichText component because the users want write some description that will be saved in the DB. I don't have any problem saving data but I have some problems when I press the Tab...
  3. jtrench

    Problems compiling code for a MySQL connection

    The NoClassDefFoundError that throws the JVM refers that your class is not in the execution classpath. Then compile the class using javac -classpath jdk_directory\lib\classes.zip DBConnect.java. After you compile the class, execute your class using java -classpath...
  4. jtrench

    How I can?

    I'm developing an application using ACCESS2000 and I have some problems: 1.- Problems with the decimal point I develope an application using the Windows spanish regional configuration. One of the consecuences of this configuration is that decimal sign is ',' neither '.'. To add records in...
  5. jtrench

    Using sockets in ASP

    I'm trying to connect two applications using sockets. The first one is a JAVA application and the second one is a web application using ASP. I've got the connection between the JAVA application and a web application using Java Server Pages and the native JAVA class Socket (using WebSphere...
  6. jtrench

    Problems with the class excel.application

    I'm building an application that calls applications like Microsoft Word, Microsoft Excel and so. When I call Microsoft Word in my aplication I code: ========================================================== Dim appword As Word.Application ' Aquest missatge s'encarrega de carregar el Word On...

Part and Inventory Search

Back
Top