I am having a hard time using a query of query with a date comparison. For example,
<cfquery name="GetTotalArrestsByDay" dbtype="query">
SELECT ArrestCount
FROM GetAllArrestsForEnfPer...
Hello,
I just wondered if there was a way I could update two records in the same column with different values with the same query?
I have attached a code snippet to demonstrate what I me...
I have what I thought would be an easy question, but if it was easy, maybe I wouldn't have the problems that I do. I have a very simplistic database, in MSACCESS right now but will eventually ...
Hello, in my table I have 3 fields for the phone number and each are a number type. So when the user enters a number with a zero preceeding other numeric values, it drops that zero on the ins...
Hi there..
I was wondering if someone could tell me how to send mail to multiple recipients. right now i have: <cfmail from="#FORM.E_mail#" to="Direct-orders@honey.ca" subject="Special Or...
Hello experts.
Using my query i have the error :Invalid data '' for CFSQLTYPE CF_SQL_INTEGER
I get this error for a value with cfparam:
<cfparam name="Form.TUVmonth" default="">
The query ...
Hello experts.
On this page :http://websitebuildersresource.com/2009/02/07/jquery-select-manipulation-multiple-selects-json-default/ i found a tutorial jquery-select-manipulation and php.How ...
Hi, I have a Java CFX Tag that I want to register and use. I am able to register it properly. however i am now trying to tell the Administator where i put the .class files by setting the "Cold...
I have a coldfusion form with a few multiple select list boxes. Users are successfully able select multiple values from any of those list boxes and do a search query that displays a results pa...
is it possible to create a line break in a Javascript "Alert" box? I was thinking a Hex or ASCII character.
Thanks.
Phil
I have a ColdFusion application that was working fine until a few days ago. For some reason it is no longer picking up the NT authentication. It is installed on IIS.
I get this error mess...
Trying to check to see if someone has entered in correct information into a database (AFTER form validation was implimented - ya I know, no lectures please on not doing that fiirst!)
Using ...
This little <CFIF> statements works, except when the getRetailQty.Available is NULL. I added the "desired" code below but it does not work.
There must be a smile answer to this.
Thank...
I have a comma-delimited list that have a double quote after each string such as peter", paul", mary" How can I remove the double quote from each string, then recreate the list?
I'm trying to consume a webservice as follows and get the following error:
"Cannot generate stub objects for web service invocation. "
<cfinvoke webservice="http://mywebservice?wsdl" met...
I am getting the error in Cold Fusion 8
Query Of Queries runtime error.
Unsupported Cast Excpetion: Casting to type NULL is unsupported.
What i am doing is I have an include. If I dump...
I have a page that has an iframe in it. I want to know if there is a way to use the pass url variables of the page containing the IFRAME to the IFRAME page.
For example:
ParentURLtes...
hi, the following page (see snippet)takes forever to load - none of the other cf pages on the site are problematic - and this one doesn't have any graphics - please advise! thanks in advance!!!
Hello,
I have a small app which allows you to upload a file, and then it parses it into a query object. Currently I just loop over the query object 1 row at a time and insert it into the appr...
I am getting an error message when I try the following insert query, what am I doing wrong?
Here it is....
<cffile action = "read"
file = "c:\inetpub\wwwroot\coldfusion\performea...
Hello experts.
I have a page bindmap that is working with google maps.
Now using :
<img src="img/Globe.png" width="24" height="24" style="cursor:pointer" onClick="ColdFusion.navigate('Inclu...
I'm using the following code in one of my .cfm pages:
<select onchange="document.forms[0].submit()" name="FContractor"> When the drop-down field changes... it submits the form. When I use t...
Does anybody know how I can get a hold of a good coldfusion event Calendar application?
or
Any suggestions on an event calendar?
Thanks.
I have a page that dynamically pulls column names from a query using ColumnList from any number of stored procedures that may be called from it.
example:
<CFLOOP INDEX="FieldName" LIST="#Que...
For some strange reason I have a website that is unable to access the CF8 Ajax scripting libraries.
The website is not set up as the default website on the server (IIS 6.0 , Windows 2003), ...