Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Chloeee

    Upgrade to CF 5.0

    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...
  2. Chloeee

    Upgrade to CF 5.0

    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...
  3. Chloeee

    Need a list of years from dates

    That works perfectly; thank you so much!
  4. Chloeee

    Need a list of years from dates

    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...
  5. Chloeee

    CF5 Graphs

    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!
  6. Chloeee

    Variable inside a variable is its own variable?

    Excellent! I'm going to try it.
  7. Chloeee

    Variable inside a variable is its own variable?

    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...
  8. Chloeee

    Allow or Disallow execution of script

    Wait, the code is actually this... if ($fields{'iagree'} eq &quot;no&quot;) { print <<Go_to_front_door; Content-type: text/html; <meta http-equiv=&quot;refresh&quot; content=&quot;0;URL=http://www.suresource.net/domain_reg.cfm&quot;> Go_to_front_door exit; } Thank-you :-)
  9. Chloeee

    Allow or Disallow execution of script

    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...
  10. Chloeee

    CF Image Editing

    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...
  11. Chloeee

    Need to concatenate date and insert

    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.
  12. Chloeee

    Need to concatenate date and insert

    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(&quot;Form.addrecord&quot;)> <cfset theDate = CreateDate(Form.theYear, Form.theMonth, 1)> <cfquery...
  13. Chloeee

    CF Image Editing

    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...
  14. Chloeee

    Good Programming Info

    Where do you get it from, and is this a Web or paper publication?
  15. Chloeee

    CFMail with attachment error

    This worked BEAUTIFULLY! Thanks guys!
  16. Chloeee

    CFMail with attachment error

    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!
  17. Chloeee

    CFMail with attachment error

    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?
  18. Chloeee

    CFMail with attachment error

    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...
  19. Chloeee

    CFMail with attachment error

    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...
  20. Chloeee

    Why won't CF process Check Boxes in FORM Tags that aren't checked!

    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!

Part and Inventory Search

Back
Top