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

    Excel slow to open with Chart

    Hi, I not sure how to troubleshoot this because I think it is just how Charts work in general, but maybe someone has a suggetion. Bascially one of my users has 3 or 4 spreadsheets that have 3 sheets to them. Each one of the spreadsheets has a sheet with a chart on them. The files are saved...
  2. johnhig

    check if total is correct if not then font is red

    Hi All, I just want to check to see if the number that was entered in the total column is correct. If it is not then I want the variable to have a red colored font. That way it flags the user that it is wrong and needs to be updated. The wrote the following but the font says black and I know...
  3. johnhig

    I want to use cfloop but....

    Hi Everyone, I have a form that has fields to it. I want the user to be able to enter up to 15 entries. I used a loop to have the additional rows display... here is the form code. <tr> <td width="48">&nbsp;</td> <td...
  4. johnhig

    Form Field Validation not working

    I have a form and for some reason the validation is not working. I just started modifing one of the fields, because prior to this the field(s) were not required. Now the powers that be want some field(s) required. <cfinput name="mileage" type="text" value="#mileage#" size="8" required="yes"...
  5. johnhig

    Want the message to popup

    How can I make the following isdefined statement popup the message? <cfif GetCustomerInfo.Credithold EQ "Y"> <CFSET Message = "This customer is on Credit Hold. Stop this RO and contact Issy"> <CFELSE> <INPUT TYPE="text" NAME="CreditHold" VALUE="#Credithold#" SIZE="30"...
  6. johnhig

    Can't remember the name of the function?

    Hi there, I am trying to look up some help on how to create a function on my page where users can add fields on the fly. But I can't remember the name of that function. Does anyone know? example: Cause is my field1 but I need to add 3 more Causes, so I would click on an Add link and...
  7. johnhig

    Is it possibe to group the cfouput??

    Hi Everyone, I have pasted a copy of my code below. All is well with the code and it works just fine, but now one of my end users is asking if I can group the output of data by Division. I am not sure how to do this with the existing code. I have tried a few different ways but am not getting...
  8. johnhig

    Query to display rows that do not equal

    Good Morning, I need some help with this query. I have 2 tables with part numbers in them. I am trying to return all the part numbers from table A that do not equal the part numbers from table B. When I run this query it matches fine. SELECT Powerscreen.Item_Number...
  9. johnhig

    Data Protector Express

    I need some help. I am hoping someone has had this problem before and it is a simple fix. I have Data Protector Express on my HP Server. I scheduled backup jobs that run every evening. They were running perfectly until about a week ago when I installed SQL Server 2000 SP4 and now the scheduled...
  10. johnhig

    Does anyone know of a CF Application

    that has labor costs and work centers functionality. Basically a simple manufactoring type application. My bosses are looking at me to right something and frankly I was hoping to find an inexpensive solution that I could purchase. Thanks John
  11. johnhig

    SQL Server does not exist or access is denied

    Hi All, I can not figure out what I am doing wrong. I installed SQL Server 2000 with SP4 on a Windows 2003 Server. When I run the New SQL Server registration from the server I can connect to the other SQL server just fine. When I run it from my workstation I get the error message "SQL Server...
  12. johnhig

    Orange Blicking Light Question

    Hi All Please first let me let be known that I am not a network administrator. BUT I have a bit of a situation that I need some verification on from all of your experts. I have 2 Dell PowerEdge 2550 that have an Orange blinking light. The lights seem to be appearing next the picture/icon...
  13. johnhig

    Why does my Javascript pass the incorrect URL variables?

    Good Morning, I have this Javascript that opens a popup window. The popup window is a form and I am trying to carry 2 url variables and then output them on the form fields. Now the form opens up, but it brings over the incorrect variables See below: Here is the Javascript that lives...
  14. johnhig

    Drop Down Question

    Hi, I have the following drop down menu that displays information from a look up table in my database. <CFQUERY NAME="GetUnits" DATASOURCE="intranet" DBTYPE="ODBC"> SELECT Item_No, Unit_Desc, Serial_No FROM Inv_Roots2 ORDER BY Item_No </CFQUERY>...
  15. johnhig

    How to understand the world of checkboxes

    Hi Everyone, I hope you can help me understand the world of checkboxes. I am confused on how I can make this work. I am displaying list of data based upon the following query. <CFQUERY NAME="GetTasks" DATASOURCE="intranet" DBTYPE="ODBC"> SELECT Tasks.ProjectID, Tasks.TaskID, Tasks.Customer...
  16. johnhig

    Time Clock Report - Query Help

    Good Morning - I am having a problem with my query. I have a little timeclock table. I just want to output my data to a time clock report which display all time clock activity from yesterday. So I created my query like the following: SELECT Username, TimeIn, TimeOut, Status...

Part and Inventory Search

Back
Top