I have a form with dynamic <td>s like;
Firstname John Lastname Adams DOB 1701/12/02
Tom Jefferson 1724/04/28
...
I am having trouble getting two CFselects to bind with Coldfusion 8. I am getting an error - "Bind Failed, Element not found {myvariable}". The first CFselect grabs the data, but doesn't bind ...
My pages are taking longer than I expect to load - perhaps 8-10+ seconds for pages that don't seem very big.
The execution time for Coldfusion to process the page is only 270 ms. So there...
hi
does anyone know how to serve a file to the browser over https in IE and not allow the file to cache in IE's temporary internet files? Personally - I don't think it's possible! It's not so...
Hi Experts,
I'm trying to create a chart which counts two seperate entries on the same database table, and then outputs the values as a pie chart. I'm a total noob when it comes to coldfusi...
Hello,
I'm using cfform and cfinput to make a user selction with either a dropdown box (preferred method) or radio selection box. The problem I am having is that my text that should go in ...
On my form submission page, I am looping through a list of fields to insert into a database. One of the fields is a contact's FULL name (field:contact). I want to split the name provided into ...
Hi,
I'm working on a zip code proximity search using zipfinder.cfc that was written by Robert Capili. The proximity search is working great, but I need to show the distance from the origin...
When a form within a cfdiv tag that contains a FCKeditor textarea is submitted via ColdFusion 8 AJAX (cfajaxproxy), the javascript shows an error "FCK is not defined." This happens in Firefox....
I have a form that I am submitting via cfajaxproxy that has validation attributes within the cfinput tags. How would the submitProductForm() function need to be setup to call Coldfusion's form...
We recently converted our ASP.NET Web Service to VS 2005. Our ColdFusion program that used to call the web service just fine is now receiving this error:
Could not perform web service invo...
Experts-
I have an web app written in cold fusion that uses session variables. We have a landing page with an .shtml extension. On the page there is a login button that the user clicks to ...
We have to integrate
https://thefinder.tax.ohio.gov/OHFinderService/OHFinderService.asmx?op=GetOHSalesTaxByZipCode
using Coldfusion. I am guessing it's a SOAP thing? How would I go about...
Hello experts.
I want to output in one row values from query separated with a (,).
Same variables can be EQ "" so they will not displayed and there is need no (,).
can i use valuelist to ma...
I have a Cold Fusion Form that is being dynamically created based on results of a query so the text field names are Cost#item_id#. When the form is submitted, I want to loop through the same ...
I have 3 CFM pages. I am using CFHTTP POST method.This is used for displaying the member results when we search a member
PAGE 1: This is used for creating an XML
PAGE 2: This is used for i...
Ive created a ver simple shopping cart (see below), i wanting to add a sub total on each line of the looping table then a grand total in the last table cell which sits outside of the loop. how...
ColdFusion 8
MS SQL Server 2005
Hi. I'm working with a form in ColdFusion. I'm trying to get a form checkbox to output Yes or No -- "Yes" when the checkbox is checked, "No" when the checkb...
Hello Experts,
i have a form that submits to paypal, once the user has paid via PP they are returned to my success page which has a 'New Member' registration form.
The form fields are most...
The code below will display the job number and employee code and the hours on each job, the way it is at the moment, it displays one job which may have multiple employee codes and the hours ar...
I need a custom replace function, that will create a 'text only' version from a block of html code, while preserving links as visible text urls.
This is for an email application, where text...
I know my HTML but I'm new to cold fusion. I need to fix a cfloop problem. I can't get the correct results I'm looking for.
First I need to get results from table "OrderDetail" (ItemStyle) &...
Hey all,
I am creating a custom report builder that my clients will use to generate downloadbale reports they will import into their own software. As part of that, I need to be able to allo...
I just can't seem to get past the return of data to the cfinput. This is the current code that causes the error "Variable CANDIDATENAME is undefined."
I have a string of data:
Location: Boston, MA
And, I'm trying to pull only "Boston" from it. This is what I'm using, but without luck...
<cfset leadcity = REFindNoCase("Location:(.*)...