ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Jan 2, 2007 4:48 pm
40285
Greetings Group! I have been beating my head against the wall for a couple of days now... Partial code example: <cfset dept_list = ArrayNew(2)> <cfoutput...
Hello, I guess I left that out of the example I have added it below: Ernest Breau <ernest.breau@...> wrote: Where is Temp1 defined? ... <!---temp1 and 2...
I need to change a date that displays in a footer; the date is part of a section of text that I believe is stored in a SQL database, but I can't determine...
Su Question 1: How can I make Enterprise Manager display the long text? * I've tried building a query but I don't know how to build one that uses a wildcard....
Hello All, I am searching for an excellent ColdFusion Contractor for a southern California contract. MX7 experience would be great but MX6 would also be fine....
Hello All, I'm studying CFC's now that my company has finally upgraded to CFMX7. I'm using the CFMX7 WACK book. On page 752, they have you build an instance...
I want to use CFCONTENT to access a CSV file but can't come up with the right MIME type. It keeps wanting to open as a CFM file. What is the MIME type for a...
Best practices is just a way to keep things simple. Directories for example become like code hints hinting you to the right location. I for one like the idea...
I have since tested this code in FireFox and it works exactly as it should. What is up with IE? 6 or 7...it breaks in both. Weird. Carolina Ernest Breau...
Yes, and as long as it is in IE, it breaks. FireFox works on other workstations too. That's how I found out it worked in the first place. I sent my test...
Thanks for the reply Dan, but I'm not sure I follow. Most of the articles I'm reading are telling me that custom tags should be used for presentation, and...
I stopped using custom tags and for now I only use small CFC's for everything. The MVC is all done inside small CFC's while using my directory structure as a...
Hi there, I checked out this link and the wiki has been subverted so things are not available. I just downloaded the latest Eclipse and have the CFEclipse...
I try to register a C++ CFX tags on the Administrator 's page, but when I click on "Register C++ CFX" button, I got a "The page cannot be displayed" Error and...
Does anbody know a cftag that does the same thing as it's PHP counterpart Sleep(). It's used to create a delay time which the script has to wait for before it...
Google for Java + Sleep + ColdFusion. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a...
To follow-up on my issue, I've figured out that the dropdown list is populated in accordance with how the query is setup. I removed the Order By statement and...
My guess is you would have to check for this specific value thus: <select name="specialty"> <cfloop query="getspec"> <cfoutput><option value="#Specod#"...
I posted this solution already. Lucky I can keep showing solutions which break the rules of CF. 1) Get anyObject 2) Get the class 3) Get the forName method ...
Hi Simeon, I tried your Yahoo account, but the email did not go through. I am running with Flex 2. I have both the Eclipse plugin and the standalone installed,...