| Thread | Last Post | Replies |
|
| Calling coldfusion vars into flash | 31 Mar 2007 08:28 GMT | 7 |
I am calling data into flash from a coldfusion page. I want all "gigdescriptions" where ADMIN ID = 6 .... there are 5 results to that query. However, I only see the lastest one when I call the variables into flash.
|
| cfexecute problem | 31 Mar 2007 05:35 GMT | 2 |
When I run the following code notepad doesn't pop up. I get a timeout error. If I set the timeout to 0 nothing occurs at all. The coldfusion service is running under it's own account with permissions on the network.
|
| cfinclude within cfoutput or cfloop won't work when trying to create a doc using cfheader | 30 Mar 2007 21:46 GMT | 3 |
am trying to create a word document by using the following code (see below). The doc does get created but with only the first record. Have tried using cfloop instead of cfoutput and it does the same thing. When i comment out the cfheader tag the results are displayed without any
|
| Var with & Losing half of text ??? why / prevention? | 30 Mar 2007 21:15 GMT | 2 |
I have a string I pass in a URL variable like this Group=SE Sons & Company Problem is, on the receiving page, it loses everything after the & How can I prevent that from happening?
|
| Date Range Within a Date Range | 30 Mar 2007 19:25 GMT | 11 |
I'm suffering from a mental block on this one and I'm hoping someone here can help. What I need to do is determine how many date ranges are between a broader date range. For example a school year runs from 9/1 to 6/30 or 180 days. What I need to do is compute the number of 9/1 to ...
|
| CF Standard, MS Exchange and SQL on one computer - best practices? | 30 Mar 2007 16:30 GMT | 2 |
After attending Ryan Favro's session on vmware, I realized my one box should function to it's full capacity (it's a dual physical processor Supermicro/AMD Opteron w/ 8 hotswap Raptors, expandable to a quad 2.6Ghz/8Gb RAM). I had planned on running CF Standard (bought it), SQL ...
|
| cfhttp problem reading file | 30 Mar 2007 13:45 GMT | 7 |
The code below works fine on my local host computer and databse setup. cfhttp will read my file fine and output the number of rows. When i attempt to run this code on my web host's CF and MS II's server i get a - HTTP 500 - Internal server error in Internet Explorer and a blank ...
|
| Setting Colors | 30 Mar 2007 13:29 GMT | 4 |
I am wondering how to use a cfif statement to set the background color of a table cell based on the percentage number that is outputted from a db.
|
| HTML2Word.cfm custom tag | 30 Mar 2007 12:54 GMT | 2 |
have you used this custom tab? I downloaded this from coldfusion support and wonder it is working on windows 2003. When I downloaded this file, windows 2003 did not even come out and comments on this file said "This tag will only work on WindowsNT/2000". however shouldn't be ...
|
| Adding DOM element to a CF variable | 30 Mar 2007 05:09 GMT | 2 |
I would like to know if it is possible to add a DOM element to a CF variable? Something like this: <cfset test = opener.document.MyForm.AFormField.value> Any help would be appreciated.
|
| show icon on table insert | 30 Mar 2007 00:10 GMT | 10 |
hi i would like to have a notice on my webpage if a new record gets inserted to a table in my database ie if a new record is entered a small icon appears on the page, can this be done without having to refresh the page?
|
| urgent help.. | 29 Mar 2007 22:24 GMT | 5 |
We moved our CF apps from windows to Linux box...since linux is case-sensitive...I am not able to call the files to stored in a linux directory..so I decided to lower their case as in oracle db so that everything will work...I am getting this err...CF 7...
|
| Performance | 29 Mar 2007 20:49 GMT | 3 |
I am exporting data in excel file (around 45000 records) using cffile in Cold Fusion.It is taking around 45 mins in exporting the data. Is there any other way to export a file from oracle database, so that performance could be increased. I tried through procedures in oracle and ...
|
| HomeSite and RDS Connection | 29 Mar 2007 17:23 GMT | 1 |
I have been using HomeSite for years and connecting to my server using RDS. I woke this morning to find that I could no longer connect to my server. When I try I receive a 'HTTP Error 404. I think something changed on my server last night as there were other strange things going ...
|
| CFHTTP not functioning properly | 29 Mar 2007 16:57 GMT | 3 |
The following is in application.cfc: <cffunction name="onRequestStart"> <CFIF (RIGHT(CGI.SCRIPT_NAME, 9) NEQ "login.cfm") AND (NOT isDefined("SESSION.loggedIn"))>
|