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 Chriss Miller 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: *

  • Users: Chloeee
  • Content: Threads
  • Order by date
  1. 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...
  2. 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!
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Chloeee

    CFGridcolumn and Date Formatting

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

    Custom Tag not being found! What's the problem?

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

Part and Inventory Search

Back
Top