Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top ColdFusion Studio Solutions: 1 - 25 of 30
 
I've been using  the code below to pass one variable from one page to the other: I'm using Coldfusion flash forms on the page. The page calls the "tagging" cfsavecontent: <cfsavecontent va...
I have an XML file which is located in the same directory as the cfm which is to parse it. The XML file is as shown below. When I send a query string to the .cfm file, the variables are ext...
Hi friends, I am running a coldfusion page that uses java objects I guess..(previous developer has made the code). Since im not expert, im not understanding java. This page runs good in se...
Lets say i have variable X example value: Aqua Breeze Baby Pique (AQRB) Aqua Knit (C/P/S) (AQUA) Black 4.5Oz.Poplin w/Antimicrobial (BKPA) Blue Oyster Baby Pique (BGRB) <cfset x = "A...
I have a PDF file that gets created when you click a users name.  All the code works to populate and create the PDF file from the database.  The question is how do I have the PDF file show in ...
I use IIS6 on Windows 2003 SP2 and Colf Fusion 8.1. I change my Server and I reinstall Windows 2003 because I had a problem on hardware. I configured my IIS for about 10 CFM site. I created...
I am new to the charting function in CF.  This example works but I want to pull the data, not have to enter it into each value.  When I put the field in #field# syntax it bombs. Any help i...
Hello Experts, I have created an autosuggest cfc that pulls items from a database, and am trying to style the CSS.  Everything I've read says I need to get the directory CFIDE/scripts/ajax....
I tried this in the java script section last week and did not receive a reply.  I am hoping someone will know in this section.  I have a table that displays the most recent record from several...
Hi, I just had a broad question. Is it possible to make a search function with ColdFusion that will take into account a city, then 40 miles around that city? How would you "map" out the code?...
I can't see what is the problem with my syntax, it works on another page.  Any help is appreciated. Thanks Error Executing Database Query.   [Macromedia][SQLServer JDBC Driver][SQLServe...
I have a function in javascript that looks thru a document to get the number of forms which i call with addLoadEvent(initializeValidation).  My problem is that it will not see the forms with i...
Hi im using cf8 report builder to generate a printed mailshot.  the report is displayed in PDF so the users can save them. my problem is i have defined my main fields to display XHTML (true...
I need to skip the first two headers in a csv file and the trailing total line.  I don't see a big problem with the first two but how do I handle the total line?  Any help is appreciated.
Excuse me once more Guru, I have been able to to remove the user_id from the URL, and there is no way to remove the first parameter called id because it's useful for the code. When i log ou...
I have 2 functions and I want to use a variable in Function #2, that's defined in Function #1.  I can't seem to make it work. This a basic example of the code.  I'm trying to use the variab...
<a href="./searchresults_detail.cfm?productid=<cfoutput>#getresults.productid#</cfoutput>&Product=<cfoutput>#getresults.man#-#getresults.model#</cfoutput>"> when the above is clicked the re...
Hello Experts, I have created an autosuggest cfc that pulls items from a database, and it seems to have a delay or bug.  When you first start typing, it only drops down on approximately ev...
Does any one know ways to implement e-signature using cold fusion. We have a web application and it has a flow where one person looks at the page and should sign (some how) and send it to the ...
I have an import that reads a csv file and imports the data into a table.  I want a query to run before the import which moves one column to another so the new data can populate the old column...
I am trying to import a file with an example I found here on EE.  I don't understand why it won't import the file.  ANy help is appreciated. The value returned from the CSVToArray function ...
Hello once more, Please i want to delete session variables when i click on the logout link but it doesn't work because when i type the url later i can access the page without logging in. I am...
Dear friends, Im getting the below error while trying to execute a coldfusion program. I could not understand what the debug code saying? Will appriciate if someone could tell me the exactly ...
I am looking for the syntax to select the month and year from a date field into a variable formatted as mmyy.   select expression(date_created,"mm/yyyy") as mmyy I am doing this in Coldf...
I am attempting to generate an XML document from a Query in ColdFusion.  The challenge I am running into is that one of the elements of the XML document needs to be dynamically generated from ...