| Thread | Last Post | Replies |
|
| cfcalendar date formatting | 24 Apr 2008 15:11 GMT | 5 |
cfcalendar returns Tue Apr 22 00:00:00 GMT-0400 2008 but when I output dateFormat(TestDate,'mm/dd/yyyy') I get 04/22/2000 Is there a way to correctly parse that kind of timestamp? Thanks!
|
| cfoutput within a cfoutput question | 24 Apr 2008 14:09 GMT | 4 |
I'm pulling data from several tables and one of the tables happens to be all the comments associated with a specific job. I'm able to output the last comment in the system but I can't seem to figure out how to show all the comments as well. I've pasted the code below:
|
| Saving output to file | 24 Apr 2008 04:42 GMT | 4 |
I have a scheduled task that runs once every night. I have set the scheduled task to output to a file. The output file just has the date and time of completion. It works great! When I checked the output file, it always shows the latest
|
| Installing developer edition | 23 Apr 2008 19:05 GMT | 18 |
I have a PC using Vista Home edition and I have Dreamweaver 8 installed. I downloaded the developer edition and installed it as a standalone. At the end of the installation process when I see the message "Step 1 completed successfully" (or similiar to that), I click on the ...
|
| getting started with cfc's - how do i pass a variable in? | 23 Apr 2008 18:22 GMT | 9 |
hi - i'm trying to write my first cfc. i want it to get some data from the database but cant seem to get it to accept a variable that exists in the page i'm calling the cfc from (although oddly it seems to be able to make use of form variables that exists in that page - i can ...
|
| coldfusion script | 23 Apr 2008 14:19 GMT | 5 |
I am new to coldfusion. I usually program in php. I need to stop the script from going any further if it meets an if statement. in PHP I can just say Is there a way to do this in coldfusion ? if ( bla bla = true)
|
| account activation email | 23 Apr 2008 08:08 GMT | 2 |
Is there an explanation on the internet about the process of sending an account activation email once a user has submitted their account creation data? I have the basic idea, but, what like to see what a professional does to implement this process using coldfusion. Broad ...
|
| Query stopping after first row | 22 Apr 2008 20:56 GMT | 10 |
I have a query to show people what they have signed up for and it's returning the first row it encounters and then stops. When I run it in SQL it works fine and returns all rows. What am I missing here?
|
| Ip address | 22 Apr 2008 19:40 GMT | 2 |
hi.I'd like to know what is the equal command for this in coldfusion: <input type="hidden" name="IPaddress" value=<%=Request("REMOTE_ADDR")%>> thanks
|
| Why is the number 2 displayed? | 22 Apr 2008 19:15 GMT | 11 |
I?m confused trying to work out why the code arg2 in hash signs displays the number 2? I can?t see a 2 anywhere- Is the fntest doing a len function? Thank-you very much <CFFUNCTION NAME="fnTest" OUTPUT="YES">
|
| ColdFusion admin and W2K3 | 22 Apr 2008 18:43 GMT | 8 |
I can't login to the ColdFusion admin after the installation is done. http://server1:8500/CFIDE/administrator/index.cfm. Thank you
|
| Parsing a tab delimited file | 22 Apr 2008 17:49 GMT | 13 |
I have a tab delimited text file that I'm trying to parse. My question is how do you find the end of the row if its tab delimited??? Thanks
|
| Checking Installation was OK | 22 Apr 2008 17:28 GMT | 2 |
I've recently installed cold fusion 8 developer edition. When I open ColdFusion Launcher the 'Stop ColdFusion 8' and 'Start ColdFusion 8' buttons seem to be working but when I click 'Webserver Connector Utility' it just says 'Run Webserver Configuration Utility' after prompting ...
|
| application.cfm not available in some folders | 22 Apr 2008 14:51 GMT | 2 |
Application.cfm not available in some folders of website. What might be reason? How can i test or debug the issue? Thank you
|
| Configuring CFMX 8 on my Desktop | 22 Apr 2008 00:08 GMT | 3 |
I just downloaded CFMX 8 and Installed on my desktop. I am able to browse my page as http://127.1.0.1/pr/index.cfm, but the reference to my images which is stored in wwwroot\pr\images folder is not showing the Image. This is the path <img
|