is there a coldfusion function that always rounds up? i need a function that will round up a number ie. 1.2 would be 2
livedocs are down at the mo so i can not check, i know there is a fun...
I am creating a form where the user can check either "yes" or check " no" on one of the questions. The problem is that since these will be 2 different types of input boxes how will I be able ...
Need a ColdFusion solution.
I have a form used for scheduling. The end user needs to pick a beginning date and end date. My goal is to do something like any of the travel sites do for th...
Hello experts.
I want to know if the code below is OK.
I have a search page and i'm passing the values in URL .
In the code below i have two problems.The first is that i get an error for O...
ColdFusion 8
MS SQL Server 2005
Hi. I'm trying to get ColdFusion to secure a directory on my web server.
I have built a simple login application here:
http://ascassociation.org/coali...
Anyone can point me to how to generate guids in ColdFusion?
I have a file that is generating by a cffile move on a server.
Trying to prepare for the case of more than user trying to use ...
i have the folling code that write to an xml file:
<cfoutput>
<CFXML variable="event">
<event>
<date>#form.date#</date>
<time>#form.time#</time>
<title>#form.title#</title>
<ima...
What are the rules on using CFParam vs using CacheWithin or CacheAfter in your query attributes.
We are using Coldfusion MX 7
Is it possible to call a CFC directly from the action tag in <cfform>?
if not what is the best way to invoke the cfc from a form?
Thanks,
Summary: CFFILE saves document to correct directory on web server, but my database column "DocumentPath" does not record the correct filename and filepath of each document
Platform:
ColdFu...
I am trying to put the results of a database query into a struct. But I keep getting this error:
****************
Cannot insert item with key First.
This key already exists.
************...
In the attached code snippet I am creating a .csv file for downloading to Word.
On some records the "Address2" field and "Fax" fields are blank. When these fields are blank the output cont...
I have two "simple" CF pages. The first is an input form page where a user is given, among other things, the option of checking any of 4 check boxes. The second page is a processor page that v...
Hi all i'm using this SQL to to query the db to show me all products from a particular category.
the problem is that each image has four images and i only want to display one (the thumbnail...
I'm in need of creating a task in outlook by sending an email to the users email account. The email accounts are not using exchange. They are pop accounts.
I know that outlook allows some...
Good Morning,
I have been trying to use google maps with my website and I can't seem to find a good tutorial. What I am trying to do is I am pulling a city from my database and trying to g...
Hi experts.
Look at the code below.The problem is that i have wrong recordcount values.
if one art_ID has f.e two values in ArtExtras table like art_ID 1 than if i want to show all items in ...
I have a CF form that requires writing a cfif statement confirm the checked property of a radio button and then comparing that to the value of another form element, form.other.
I can make t...
I want my users to be able to select a day of week via a link that will return results for that specific date.
Here is a simple example..
MON | TUE |WED | THU | FRI | SAT | SUN
Each...
I keep getting an error saying:
The request has exceeded the allowable time limit Tag: CFQUERY
whenever I use a certain cfc component
Can you tell me how I can get around this error?
I...
In a reply email on my action.cfm page, how do I execute a comma if there is more than one returned value?
On the "needs" line in the return email, I have several possible values that may ...
Can anyone spot why the attached code would throw the error outlined below in ColdFusion 6.1 but not in ColdFusion 8.
ERROR:
Context validation error for tag cfscript.
The start tag m...
Can anyone show me an example of how to implement tabs in cold fusion? For examply by page should have a 'Genera' and 'Details' tab and I need to find out a way of how to implement that quickl...
I'm getting this error.
Unable to parse the feed: Either source specified is invalid or feed is malformed.
Error: Invalid XML: Error on line 14: Open quote is expected for attribute "face...
Hi Experts,
I've recently been given the task of managing/improving a website for a new client of mine. It was created using ColdFusion, which I have very limited experience with.
Basica...