I need to populate a select box with the years available from a database. The full dates are stored in the database, but I just need the years(no duplicates, of course). I don't care if they come directly from my query, or if I have to do some manipulation in CF before I use them. I just need...
Can anyone lead me to some sites that are using the new graphing capabilities of CF5?
I really need to see what they look like and what kind of functionality they provide before I decide to either upgrade or purchase a 3rd party sofware.
Any sites at all appreciated.
TIA!
I've been losing sleep over this one and would appreciate anyone who can find the solution. I did a work-around that involves about 600 lines of code (it's insane, I know!) because I was out of time and had to deliver the product, but now I really need to make it proper. So...
It's the admin...
I'm in desperate need of some help. I do ColdFusion, but not PERL.
Here's the deal...
I need my users to agree to a statement before they can execute a script. The site is in CF, but the script is CGI. I must use the CGI, and cannot rewrite the funtionality in CF.
I can send either a URL...
I am passing a date from a form in 2 parts (month and year)
The following code is giving me an error. The error is related to the date. Any ideas?
<cfif isDefined("Form.addrecord")>
<cfset theDate = CreateDate(Form.theYear, Form.theMonth, 1)>
<cfquery...
Does anyone know of any kind of CF image editor app or custom tag that can be integrated into a site? I am looking for something similar to what is found at http://www.myimager.com.
Most specifically, I need for the client to be able to upload, resize and optimize their jpgs (and GIFs) for use...
The goal is simple. Allow a user to fill out a form, browse for a file, and submit the form. The info is received by a template which e-mails the form data with the file attached.
The e-mail and info sends fine, but when I try to use either mimeattach or cfmailparam to attach the file, I get...
Is there a way to format a date that is displayed via CFGrid in a grid column? I see that there is a number format mask attribute to the CFGridcolumn tag, but what about dates?
I have a new installation of ColdFusion 4.5 and have a need to use a custom tag that I have written. I am able to place the tag in the same directory as the calling template and get the expected results.
However, I need to use this application throughout the site. When I move the tag to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.