I hate to be the thorn because I'm a CF lover but...
I just upgraded 2 weeks ago, and all my cfgrids broke. It seems that there is something wacky about those. Upon investigation in the Allaire forum, I found out that there's quite a stir going on about the cfgrid. We got them fixed after a...
I hate to be the thorn because I'm a CF lover but...
I just upgraded 2 weeks ago, and all my cfgrids broke. It seems that there is something wacky about those. Upon investigation in the Allaire forum, I found out that there's quite a stir going on about the cfgrid. We got them fixed after a...
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!
...itself. Perhaps looking at the code below will demonstrate what I mean. Theoretically, this code would work. But of course, CF melts down. *sigh*
<cfdirectory action="LIST" directory="C:\www\mydomain.com\photos\photofiles\temp" name="temp_photos"...
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...
Well, I'm not sure what's causing that, but I can only imagine that the algorithims that manipulate the images either have some bug or need some fine tuning. I say this because I used the tag to resize some jpgs and they didn't look so hot.
I think the practical uses of the tag are limited to...
Okay, Okay...
I fixed my own problem at long last by removing the single quotes from #theDate#.
I thought I'd post the solution for future archive search for others.
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...
Ahhh... very cool. I'm sure that will do it. I wonder why they didn't say in the docs or in my manual. *sigh* Thank you so much. I'll let you know Monday if it was a no go on that. Enjoy the weekend!
I need the file to attach to the email being sent, not write itself to the server. Do I need to incorporate an upload somehow with the mimeattach or cfmailparam?
Hey thanks for taking this on. I did have a space in the directory on my harddrive. When I removed it, however, I got the same error. The sending template 1 and receiving template 2 code is listed below. The current URL for the page is http://scoutdoors.com/new/list_request.cfm if you'd like...
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...
I thought I was going crazy! I didn't know that unchecked values weren't passed and couldn't figure out why the unchecked ones weren't being updated in the database. This post was a lifesaver. Thanks!
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.