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 biv343 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: firepwr
  • Content: Threads
  • Order by date
  1. firepwr

    CF Slider Custom Tag Help

    We found this really cool slider tag for Coldfusion at the following location: http://www.asfusion.com/blog/entry/cfslider-custom-tag/. The problem is that it's missing one core piece of functionality...no matter what we've tried we can't seem to pass a value to the slider and have it reflect...
  2. firepwr

    SQL Looping - Indeterminate Counts

    We have a department like many with a director and multiple layers of supervisors. Some employees may be only one layer away from the director while others may be multiple layers away. For various reasons we're trying to pull a list of all of our employees from a much larger enterprise list...
  3. firepwr

    Stuck Emails

    Recently a working stand alone Exchange server stopped being able to send out messages. The messages arrive at the server (i.e. they are in the queue) but they are never able to leave the server and eventually return an "undeliverable" message with a #4.4.7 code (Problem with a timeout)...
  4. firepwr

    Locate Unknown Database Hosts - Simple Scanner

    I work in a large enterprise with large numbers of servers in multiple DBMS versions (DB2, Oracle, SQL, Sybase). We have a repository of information, however, one of the obvious challenges is keeping it accurate and up-to-date. We've looked into "scanners" but almost everything we've found...
  5. firepwr

    Automatically Download a File from a Website

    I need to automatically download a file (via http) that exists on another server. It's not running ftp and there is no share I can map to. It's at a web address like: http://www.domain.com/excel_file.xls If I go to the website and click the link to that file I can easily save it but I...
  6. firepwr

    Two Select Boxes - Auto Balancing to 100%

    I've got two drop down boxes that are going to be used to select the percentage a person is designated to two different categories. I'd like them to "auto-balance" whenever one of the two is selected. Example #1: Someone selects 30% on the left side and the right side automatically changes to...
  7. firepwr

    Send a CFCHART via CFMAIL

    Does anyone know if it's possible to send a CFCHART via CFMAIL? All kinds of people are asking this but no one seems to have an answer.... I tried modifying the example from the online docs to what's below (comments removed) but all I receive is an email with a red "x" in it and the 5 data...
  8. firepwr

    Page Last Updated

    Does anyone have a code snippet they've used for the last update date of the current CF page being executed? We need to include this in a footer in order to meet an intranet standard.... Thanks.
  9. firepwr

    CF MX 7: Launch .CFM Page from a Batch File

    In Coldfusion 6 I used to be able to launch a .cfm file from a batch file (runme.bat) in the following way: set cf_template_path=c:\inetpub\schedule\runme.cfm set QUERY_STRING=RequestTimeout=6000 c:\cfusion\bin\cfml.exe In Coldfusion MX 7 this obviously won't work since there is no...
  10. firepwr

    SMTP Anonymous Access

    Can someone help me understand what the "Anonymous Access" setting is for the default SMTP Virtual Server? I think it's the obvious (i.e. it corresponds to the "My Server Requires Authentication" box in Outlook Express), however, whenever I check that a lot of (valid) email doesn't seem to...
  11. firepwr

    PDF Files Display as Gibberish

    I've got a website that was just set up (Win 2K3 Server, IIS 6.0). Everything works fine except that when I view a file with a .pdf extension it displays as gibberish in the browser. I remember having a similar problem a long time ago in a different setting but I can't remember what the...
  12. firepwr

    CFFile Attribute validation error

    I've got a web application that uploads a small photo to a "temp" directory one level below the final directory where the photo files will reside (CF MX version 6,1,0,63958). After uploading the file (which IS successful---the file is uploaded to the temp directory), my intention is to validate...

Part and Inventory Search

Back
Top