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

    Exporting to MS Word

    How do you get ColdFusion to export to MS Word? I used the CFCONTENT tag as follows, but that does not work for me. <cfcontent type=&quot;application/msword&quot; > also tried <cfcontent type=&quot;application/vnd.ms-word&quot; > Neither work. Any advice?
  2. shammack

    Drill Down Graphs and MX

    ColdFusion MX does not appear to support drill down on graphs at the data bar or pie slice level (whereas ColdFusion 5 did). Is this feature really gone?!! If so, does anybody have any suggestions for how to produce dynamic drill down graphs?
  3. shammack

    Oracle Stored Procedures

    I have an Oracle stored procedure that returns a result set. It works fine in SQL+, but I am having trouble with the syntax in ColdFusion. I keep getting an error WRONG NUMBER OR TYPE OF PARAMETERS. Does anybody have any examples of CF code that actually works?
  4. shammack

    CFX_ZIP and Internal CF Server error 500

    Does anyone have any ideas of how to resolve a '500 Internal Server Error' related to using CFX_ZIP on a Cold Fusion server. The error is being generated when one scheduled task creates a zip file of the inetpub/wwwroot directory and all subdirectories on a CF server. When this was tested on...
  5. shammack

    Fiscal Year

    Is there a way to derive the fiscal year from a date?
  6. shammack

    Does anyone have any ideas of how t

    Does anyone have any ideas of how to resolve a '500 Internal Server Error' related to using CFX_ZIP on a Cold Fusion server. The error is being generated when one scheduled task creates a zip file of the inetpub/wwwroot directory and all subdirectories on a CF server. When this was tested on...
  7. shammack

    Virtual Directories or Web Server Mappings

    How do you set up a virtual directory (sometimes called a web server mapping) in Apache? I want to be able to reuse images on various subsites of a site, and I would like to just be able to specify the path to the images as /images/image1.gif regardless of which directory I am in. Anybody know...
  8. shammack

    Stored Procedures that Return Result Sets

    How does one write a stored procedure that returns a result set? Can anyone provide a brief example?
  9. shammack

    Stored Procedures that Return Result Sets

    How does one write an Oracle stored procedure that returns a result set? Can anyone provide a brief example?
  10. shammack

    Oracle Stored Procedure That Returns Result Sets

    I am trying to figure out how to write a stored procedure in Oracle that will return result sets that I can then use in ColdFusion using the CFPROC and CFPROCRESULT tags. This is sort of an Oracle question, but since the context I am trying to use in is ColdFusion, I thought there might be some...

Part and Inventory Search

Back
Top