I'm getting the following error in my application:
Attribute validation error.
A duplicate attribute NAME has been encountered. Attributes with the same name cannot be provided more than ...
I have two queries; the first one simply returns a list (of, say, all letters of the alphabet) and the second returns a varying number of letters. What I want to do is print out the results o...
I have inherited an application that has, for some reason, been inserting all information twice. The table was set up with an auto-incrementing primary key though, so it looks much like:
Ke...
I have several pages, named along the lines of page1.cfm, page2.cfm, etc. What I want to do is set a variable (say, "pagenum") to be the number in the in current file name ( so I would wind up...
I am trying to create a SQL view using multiple datasources and I'm running in to issues. My datasources are on two separate serves and I have full permissions to each datasource.
This is m...
I'm using Coldfusion 8 and Exchange 2007. I want to be able to add a calendar event to a Public folder. I know its easy to do using the new CF tags when you are dealing with personal calenda...
I believe I could figure this out in that I would pull events for each day but I'm looking for a way to that is more efficient that I can learn. Below is a start to the code... What I mean by ...
given the code below i get the following message using the coldfusion component explorer (http://localhost/cfide/componentutils/componentdoc.cfm?)
Component not found
The component definitio...
I posted my code below. I'm trying to save the selection of the second dropdown box to a variable and pass it to the second form. The problem is the form need to resubmit because the content...
I'm trying to create a script that searches a directory of files for a list of keywords in an and for each keyword result to display back the files where those keywords are found. Any ideas?
Hello,
I have an xml file which the output depends on what is in the field.
So with the following xml, my query runs fine but the logic dies when I try to check for a value in an empty...
The website works correctly on my computer but when I go to another computer it does not work.
I have a session variable I use to store a vin number setup as follows
<cfquery name="listd...
I have already set the code for a cfwindow and disabled its visibility. It's name is "Confirmation". How do I make it visible withou a button or a link????
TODAY_DATE = 9/15/2008
<cfset curr_date = dateadd("d", 1, today_date)> is equal to 9/16/2008
How do I get 9/14/2008 from today_date?
Hello experts.
I have a problem with my result page.
I have two tables.
First: artikel art_ID typ_ID Price
5 4 2000
...
We're creating a number of small sites (generally only a handful of pages), most of which have cfincludes or tables populated with a cfquery (or both).
The data within these is generally on...
Hello Experts!
I'm sure every CF8 web designer has come across this presentation hell hole at some point or other.
I have a simple Flash Form I would like the user to be able to enter in...
Hi,
I would like everything in the CFDIV to submit inside itself so the rest of the page does not have to refresh, below should work but the whole page refreshes any idea why?
I have a .cfm file that I'm using to upload multiple files. If I try to do a <cfoutput>#somevariable#</cfoutput> nothing is displayed. Is there a problem with the way I built this page causi...
Hello,
I have a file which creates output for a swf to read. The dynamic aspect is in PHP and I need to convert to Coldfusion.
I have a dynamic number that's formatted as 000,000. (We'll say it's currrently 123,456 for the example.) What I want to do is create html from the number that looks like:
<img src="1.jpg">...
Hi guys,
I have a script that allows me to dispay news from a 3rd party application, I have a news section that displays all my news and the script below works fine for that.
HOWEVER
...
Whenever I do a cfdump of a input type of file it gives an unexpted result regardless of the file that is browse and seleted.
For examle, even if I browse for a file for a file C:/Test.txt
...
I am working with colfusion and creating a simple form and wanna know how to make someone log back in even on a bookmarked link , and set up a timeout for 15 minutes?
lets say window A popups up window B (via a javascript and through a click on a hypertext link)
I want to be able to pass a Struct(most likely a java.util.Hashtable object) from window A to...