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

    Problem adding form vairbales

    I have five text inputs 4 are user entered values 1 is to display the total I am trying to get the total to display the total of all four boxes. This is my javascript code... function calcTotal(NewClaim) { A = document.NewClaim.delegate1percent.value; A = A * 1; B =...
  2. knightjb1

    Using a variable for bgcolor in TD tag

    Hello, I am trying to pull a user selected color from a database and use it in my td tag to change the background color of the cell. This is used on a calendar. I want the user to be able to color code events. The string being stored currently is in the format of #6699FF and I can pull it...
  3. knightjb1

    coldfusion code problem

    OK, I have two tables in my database one is called Quiz and one is called examlog. The quiz table holds the name of all the possible Quizes for a user. The examlog holds the information when a user takes a quiz and is only recorded if they get 100 on it. So Lets say i have three quizes(quiz1...
  4. knightjb1

    Inner join issue

    I having this issue when i use an innerjoin in the cfquery tag. I am trying to join my two tables on a certain id then when all is said and done i need to spit out the ID to the page. My query is <cfquery name="getQuestion" datasource="DATES"> SELECT question.questionID, question.quizID...
  5. knightjb1

    invalid column name in cfquery with sql server 2005

    Hello, I was using an access database to run this web application and i just switched it over to sql server 2005 the databases are identical same column names and everything. But when i switched the datasources on the coldfusion page from the access datasource to the sql datasource the...
  6. knightjb1

    problem with updating date in cfquery using access

    Hi, I have read some of the other posts on this and none of them have seemed to help me so I am hoping someone can tell me specifically what I am doing wrong in my own code. First off I have a date field that I am pulling from a database by the ID of the table. Then I want the user to be able...

Part and Inventory Search

Back
Top