| Thread | Last Post | Replies |
|
| admin config for wrong mail syntax? | 18 Jul 2007 18:18 GMT | 3 |
I recently had to reinstall coldfusion on our server, and came across an error i hadn't noticed before when sending a mailing with cfmail, if the mail address in the to had an incorrect syntax i get a error message:
|
| Anchors don't work in cfdocument | 18 Jul 2007 06:29 GMT | 5 |
I'm running CF7.0.2 and can't get anchors to work in the pdf (or flashpaper) even when they work in the HTML before I add the <cfdocument> wrapper. Here's a very basic example that I can't get to work. ----------------------------
|
| form validation question | 18 Jul 2007 01:01 GMT | 2 |
Okay I'm struck. I have this request: On the form you can put a space in any of the required feilds and it will accept the space. This is obviously a loophole around the required field that would
|
| Use CFINCLUDE in a DWT file? | 17 Jul 2007 22:24 GMT | 1 |
Can I use a CFINCLUDE in a DWT (dreamweaver template) file? Does it need to be in an editable region? Many thanks!
|
| Problem With XML Parsing | 17 Jul 2007 21:58 GMT | 1 |
I have a very simple xml document I want to read: <?xml version="1.0" encoding="iso-8859-1"?> <teaminformation> <newsitem date="07/16/2007" category="practices">
|
| OOP "inheritance" | 17 Jul 2007 20:10 GMT | 4 |
I have component base class, I'll call Obj1 and I have another component parent class that extends Obj1, I'll call Obj2. I have two functions in each, both with same names in each using function overriding.
|
| Verity wildcards | 17 Jul 2007 18:56 GMT | 1 |
Beginning to use verity for something more sophisticated than finding a word or phrase and, to illustrate my noob status with Verity I have just come across wildcard. But I want to be able to do a search for NAS (as in Network Attached Storage)
|
| Chart not displaying | 17 Jul 2007 18:21 GMT | 3 |
Hi, any idea why a chart would not display. It displays when I do it locally in coldfusion personal development but when I upload to production server it won't display. Here's the code: <cfchart xAxisTitle="Week ending" yAxisTitle="Number of Internet Bets">
|
| Query Of Queries syntax error | 17 Jul 2007 16:32 GMT | 2 |
I tried to query a query result based on user selected columns. I built the SQL SELECT statement, #SubSelect#, via <CFSET> based on the columns selected. I received following error, and I can't seem to see the cause. Error Executing Database Query.
|
| cffile: reading over file | 17 Jul 2007 16:29 GMT | 1 |
I am trying to figure out the best way to read over a file and stuff the contents into a database. The file contains three line blocks of customer data. I need to create a loop and create a condition where it reads the first three
|
| Charts in Excel | 17 Jul 2007 13:50 GMT | 6 |
I like to create an Excel file on the fly containing one or more charts. I found a method to create an Excel file by ColdFusion in http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=7&t hreadid=1241066&highlight_key=y&keyword1=excel, but how do I add a ...
|
| Need Help w/CSS | 17 Jul 2007 05:00 GMT | 4 |
I am trying to use CSS to dynamically set the background image of a specific location in a table based on a "URL.Parameter". Is there a way to to use a parameter passed from a calling page in CSS? Example:
|
| CFFORM | 16 Jul 2007 21:43 GMT | 1 |
I have a problem that I have no idea how it has occured or the solution. I use a third party provider to host my CFMX site and requested that they enable cfform for use. They remapped the scripts directory and I now have what appears as an include file pointing to
|
| Can't get ColdFusion to work - Trojan attack | 16 Jul 2007 02:16 GMT | 2 |
literally hundreds of files on our server got a line of code written to it that added an iframe to it, which included soem coldfusion server files. We have those cleaned out and got CF restarted, but now any site we go to just says "Either the Macromedia application server is ...
|
| query problem | 13 Jul 2007 21:25 GMT | 6 |
I'm getting error message in this query not sure why? The round function requires 2 to 3 arguments. SELECT zipcode, latitude,
|