I have a cold fusion file that I will be loading data into from a cfquery. The cfm file has ajax that allows an edit in place for comments that will be posted to a database. I need the resul...
I am using this to check to see if a form has been submitted when using a image as the button for submit
<cfif IsDefined("Form.save.x")></cfif>
It does not work if i am using a standard ...
I'm using a form with chexboxes to feed a SQL database, the cells are feed with a string of numbers (12,34,4, 6, 12, 34, 7).
Those numbers are ratingIDs of an imageID wich is part of a galler...
Hello,
Does anybody have any examples how to import or read xml with Coldfusion and input the data into a table using Coldfusion?
Thanks,
Brian
This is related to my previous question where I was getting the null null error messages. I have narrowed it down to a problem with CFC's that I store in the application scope. The errors disa...
Trying the following Ben Forta example(http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-1-AutoSuggest ) is successful,
<!--- Get data --->
<cfquery datasource="cfartg...
Hi,
I have an access database of 250 records. I also have an admin section where the staff is viewing each record of the database. When viewing the data of the individual record, they would...
We need code that changes Latitude/Longitude coordinates into MGRS (Military Grid Reference System) Coordinates. It can be Java, JavaScript, CF Script, or anything ColdFusion can take in and i...
How can I create a typable dropdown menu in coldfusion.
I want to have the dropdown menu pull data from a query but also have the abliltiy to free type in something new.
How can I do thi...
I need to create a pop up address book that sends email addresses back to main window. I am using ColdFusion, and know that this can happen with Javascript. Can someone point me in the right d...
Hi Experts,
I've probably done the hardest part of my spec but mind's boggled by something very strange. I'll explain:
I have a simple cfm page with a div and a textarea, plus AJAX code....
I am trying to query a table with this WHERE clause
WHERE datetime_column = <cfqueryparam cfsqltype="cf_sql_date" value="#now()#">
I am just trying to find all the entered datetimes in a...
I am using the following code to ensure the field contains only numbers or a decimal point. The problem is it also allows commas. How can I change the code to trigger the error for commas as...
I have a document I am laying out in CFM/HTML or CFM/CFDocument (undecided) to be used for printing. The document consists of 3 tables (top,middle,bottom) of information (a header, footer, and...
I have just finished upgrading our entire Intranet application to CF8. The upgrade went well, and all is working as it should. However, I've recently started diving into some of the new Ajax c...
I already have a json output from a previous xml feed, but the nodes are normal and can be parsed easily. The XML I have for this project is from here: http://cardatavideo.blip.tv/rss
I ha...
I have an issue with my next record code in Coldfusion. I have a database with electronics information in it at several installations...so installation 1 might have 10 pieces of electronics. I...
I'm trying to export a report in Excel using Coldfusion, however all the data displays in just 1 cell. How do I make the report display the way it want it to.
Here is my code for the exc...
I'm experiencing some 'brain fade' on this one, so help would be much appreciated.
I need to remove certain characters from a string - namely spaces, £, &
I have managed to do this for a...
Is it possible to wrap a statement (255 characters) in the cfgridcolumn tag?
Thank-you,
I have a page with a normal HTML table that has a CFLOOP populating it. I am needing to pass two URL variables through to a CFWINDOW which has another CFLOOP on it that is conditional based of...
I have a cf query that pulls out from two databases (MS SQL 2000).
select empid, lname, fname, jobtitle, bla....
from EMPHRDB..empdemo
where jobtitle not like '%Regular%' and
...
Does anybody have a good resource for inataling Coldfusion 8 Enterprise with IIS?
I installed IIS and Coldfusion but I'm getting an error when I try to view the Administrator page.
The e...
Hi experts,
I have an Xml file in my local directory.. I can display the values in aform but I have no clue how to update them... can anyonw help
this is my xml file:
<?xml version="1....
Hi,
I have a flashform with several input fields that I need to do math on.
I have an onChange event that's called whenever the values of the 2 fields change.
--------
<cfsaveconten...