| Thread | Last Post | Replies |
|
| cfmail issues | 14 Jul 2008 14:05 GMT | 2 |
I have an application that sends an email upon the submission of a form. Easy enough. And it has worked for a year. However, all of a sudden, the emails are not getting delivered, and instead are going to the Spool folder. I checked the log files, and emails were being ...
|
| string processing | 14 Jul 2008 13:34 GMT | 1 |
I have a directory containing several filenames like below: xyz~20080714100808.wav abc~20080214120808.wav where 20080714100808 means 14jul2008 at 10:08:08am
|
| date object validation | 14 Jul 2008 09:54 GMT | 6 |
I've been looking at date and decision functions but I can't seem to find one which will check if a certain value/variable is a date object or not. I can't use IsDate 'coz this will only check if a certain string can be converted to a date. What I mean is, example, I will know ...
|
| Stored Procedures and Error Message stating missing parameter - when it is not | 14 Jul 2008 09:43 GMT | 5 |
I have a call to a SQL Server stored procedure that reads as follows: -------------------------------------------------------------------------------- ---------- <cfstoredproc procedure="insertNewRSS" datasource="rssfeeder"
|
| I'm stumped! | 14 Jul 2008 00:48 GMT | 2 |
This is my table: PK COLOR 1 blue 2 orange
|
| SQL select query hep | 13 Jul 2008 12:48 GMT | 10 |
Can't seem to figure this out. The below query will run without error however it will output the company_name for each row which I dont want. So basicly it outputs like this now: company_name - fielddata1
|
| How to replace information on an include file? | 13 Jul 2008 02:24 GMT | 4 |
Hi all - I have an application that allows the users to edit the HTML for their custom headers and footers. I am looking to give the users a list of predefined terms to include on their pages that gets replaced when the header is viewed on the application.
|
| Preserving session data | 11 Jul 2008 18:21 GMT | 2 |
I have and application where users need to fill in 10 to 30 rows of data by searching and matching data. So it takes a little while to complete the process. While this is happening the data is saved in a 'array of structures' in the session scope and then posted to the database ...
|
| Passive errors? | 11 Jul 2008 16:50 GMT | 1 |
In PHP, I know that if you echo or display a variable that has not been defined, it will just run through it and display nothing. However, in CF, I get an error when that happens. If have about 20 variables that need to be displayed and need to know if there's a way to have the ...
|
| loop through post variables? | 11 Jul 2008 14:47 GMT | 5 |
I'm trying to make my own viewstate setup (I'm a .NET guy trying to work on a CF site for a client). Is there a way I can cycle through all the available post variables when a form is submitted? I want to capture these and put them into a struct which will then be saved to the ...
|
| Function to translate file path to URL? | 11 Jul 2008 10:32 GMT | 1 |
I figure this is either some obvious built-in function that I missed, or may require a custom function. I'm looking to be able to pass a file path on our web server, eg: c:\inetpub\wwwroot\blahblah\blah\ and have a function automatically translate to http://www.mydomain ...
|
| Processing a list | 10 Jul 2008 22:06 GMT | 6 |
I have a column, let's call it "BGT_CDS", in a database that stores values as such: row 1 -- "RING","AFFAIRS" row 2 -- "MEMBER","TREASURER"
|
| End of Service Life for ColdFusion MX 6.1 | 10 Jul 2008 21:56 GMT | 2 |
I am conducting an inventory to determine which software needs to be upgraded in our systems, so I need to know the date that the extended support ends for ColdFusion MX 6.1.
|
| cfoutput group | 10 Jul 2008 20:12 GMT | 4 |
Im using the group attribute in my cfoutput tag to list all the offices, grouped by their dept head. my form is showing info about a person, and what offices they are responsible for. when i pull up someone's name, i want the input fields to be checked if that person is already ...
|
| cfselect required="yes" | 10 Jul 2008 19:01 GMT | 10 |
Just a simple question here... I want to make my cfselect a required field... How do i do this... See my code...
|