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...
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...
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"> </td>
<td...
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"...
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"...
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...
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...
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...
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...
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
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...
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...
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...
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>...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.