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

    Duplicate database entry when using Firefox but not IE

    Hi there, I'm using Coldfusion 6 and fusebox 4.1. I get a duplicate entry into the database when using Firefox but not when I use Internet Explorer. It's exactly the same code of course! Any ideas? Thanks, Bruce
  2. bigDaftie

    spacebar shortcut problem with html email from java app

    Hi there, I'm using javamail to send an html questionnaire that has text areas for users to write sentences in. But when the spacebar is used to put spaces in between words outlook automatically goes onto the next email in your inbox. It's a keyboard shortcut! Outlook express is ok it's just...
  3. bigDaftie

    cascade update problems in Access database using JDBC?

    Hi there, I'm trying to update a row of data in a table in an Access database from a Java Application. First it wouldn't work because I had related data in other tables. Changed relationships in database so that it will "cascade update related fields". It now allows me to update data that is not...
  4. bigDaftie

    cascade updates in Access database using JDBC?

    Hi there, I'm trying to update a row of data in a table in an Access database from a Java Application. First it wouldn't work because I had related data in other tables. Changed relationships in database so that it will "cascade update related fields". It now allows me to update data that is not...
  5. bigDaftie

    stop spacebar scrolling when filling in html form in outlook email

    Hi there, I'm trying to send an html questionnaire that has text areas for users to write sentences in. But when the spacebar is used to put spaces in between words outlook automatically goes onto the next email in your inbox. If you go tools>options>other>preview pane and uncheck "single key...
  6. bigDaftie

    sharing data between jsp, bean, servlet

    Hi I'm trying to do a simple web app. A jsp with a form fills a beans properties. A servlet then uses that bean data but I can't seem to get it to work. This is a simplified version..... my jsp page is as follows <%@ page contentType=&quot;text/html; charset=iso-8859-1&quot...
  7. bigDaftie

    JScrollPane, when setting text, how to set scrollbar to the top?

    I am using a JScrollPane. When I set the text, the pane is at the bottom, showing the last of the data I sent to the pane. I want the scrollbar to be at the top otherwise the user has to scroll up to see the title and the top of the page. This is something that's been bugging me for a while now...
  8. bigDaftie

    Advanced object casting problem, static methods/variables?

    I'm looking at some past papers for an exam and have a problem with the following answers to a question (answers are beside output in the main method) that you have to give the output for. I think that when you upcast in this manner A a=(A)b if you call a.aMethod, if the method appears in both...

Part and Inventory Search

Back
Top