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

    PLEASE HELP!!!

    I'm in need of some help rather fast, project due!!<br> <br> I have this project due and the boss is<br> breathing down our necks, anyway I need to know how to call some<br> classes. I have this button on an applet from which I need to trigger<br> the following class. <br> <br> void...
  2. ceaton

    DIRE STRAIGHTS -- NEED HELP ASAP!!!

    I'm in need of some help rather fast, project due!!<br> <br> I am so new to java and I have this project due and the boss is breathing down our necks, anyway I need to know how to call some classes. I have this button on an applet from which I need to trigger the following class. <br> <br>...
  3. ceaton

    Writing an "Object Class"

    Okay, I'm getting confused on an issue of writting an object class. Does anyone know how to do this and can explain to me how to do this in a nutshell or have examples?<br> Maybe even a site that shows how to do this... this is imperative for me to finish my project.<br> <br> <br> Thanks for...
  4. ceaton

    Now onto UPDATE SQL

    I need to retreive my id key from an Access database and compare it to the current record I'm working on how do I go about doing that, this is what I've come up with so far and this doesn't seem to work. <br> <br> docketNum is within my access db and fileNum is the current record I'm working...
  5. ceaton

    INSERT INTO problem

    I have an INSERT INTO query with several fields, one of which is a name field. The problem I'm having is if the person has a name like &quot;O'brien&quot;, the query is then rejected due to the single apostrophe. Here is the bit of my query that I'm using.<br> <br> String query = &quot;INSERT...
  6. ceaton

    Symantec CurrencyTextField

    I need to know what method is used to retrieve data from the<br> CurrencyTextField, should be something like <br> getFormattedText()however this is incorrect, what other method is there? JDK1.2.2 compiler gives the following error: Method getFormattedText() not found in<br> class...
  7. ceaton

    SQL SELECT stmt

    I have a very large user interface, several panels, components, buttons, etc. I have approximately 146 fields that the user can possible fill in, they can fill them all in or only part of the fields. What I would like to do is do and INSERT of the data into my MSAccess database then perform...
  8. ceaton

    Choice boxes -- String Array Help

    Hi, I'm trying to have two string arrays (State, County) based on the first selection puts the counties into the second choice box. I'm trying to combine my classes within my applet and I'm having problems with my applet not initializing and I'm unsure where I'm going wrong. If you could please...
  9. ceaton

    JDBC & ODBC

    I am creating an application in with Java applets that reside on HTML pages. The applets(11)<br> gather contain the information the user wants to use in the SQL and calculations. Now, I have .dbf tables with the information that is needed to perform the SQL and calculations.The problem is that...

Part and Inventory Search

Back
Top