| Thread | Last Post | Replies |
|
| CFC Tutorial Help | 31 Dec 2005 20:59 GMT | 2 |
http://www.macromedia.com/devnet/coldfusion/articles/flashforms.html I am going through this tutorial on the Macromedia website in an effort to learn about CFCs and the new cool features of Cold Fusion 7. I have ran the 7.1 updater, but I'm still getting an error when calling ...
|
| Tutorial for posting comments via Atom | 31 Dec 2005 20:53 GMT | 6 |
Can anyone point me in the right direction? atomenabled.org seems to assume some core things are already understood, which I don't so am a bit lost. Not asking for someone to give me the code, just a nudge in the right direction-- am not finding much in googling..... Thanks!
|
| cflocation - is this possible | 31 Dec 2005 15:35 GMT | 1 |
I want to open a page in a different frame after my page loads So there fore is there a way to set a target eg "_blank" etc to a cf location Any help would be great Regards
|
| Compress CF5 with II6's build-in compress | 31 Dec 2005 12:34 GMT | 2 |
Does anyone try to use II6 build-in compress with CF5? after edit metabase.xml ,my cf5 still cant be compreesed by IIS6 ,but static page could. Finally , i install port80's Zipenable 3.0 on IIS6
|
| Addition Problems | 30 Dec 2005 22:58 GMT | 10 |
I've inherited a store from another programmer, and was asked by the owner to create a new function that will allow him tack on extra cost to the shipping amount that UPS provides. I found the calculate-shipping template and attempted to apply the following highlighted code at ...
|
| Populating Javascript Variables | 30 Dec 2005 22:21 GMT | 5 |
I have a fuse that returns part-related data from a database. It looks like this: <cfswitch expression = "#Attributes.Fuseaction#"> <cfcase value = "getpartsreport">
|
| CFContent yields blank page | 30 Dec 2005 21:29 GMT | 2 |
I am trying to secure non-cfm files by placing them above the wwwroot and using CFContent, as I have seen suggested in these forums numerous times. The problem is that I cannot get it to work. All I get are blank pages. No error message, no file, no nothing. I tried the ...
|
| references for cfscript and/or OO architecture | 30 Dec 2005 21:07 GMT | 1 |
I am looking for thorough references on OO architecture in CF, particularly using CF scripting. I have experience coding in Java/JSP (although am not an expert by any stretch) and have been coding in CF for a few years now, but still feel I am lacking in detail as far as CF ...
|
| Dynamically control cftextarea height? | 30 Dec 2005 20:16 GMT | 4 |
Is it possible to control the height of a cftextarea dynamically? In short, instead of letting the vertical scroll bar appear, let the cftextarea grow to accommodate any additional text that a client is typing in. Any ideas or examples would be appreciated.
|
| What is the best way to do this?? Passing Variables betwn Pages | 30 Dec 2005 20:15 GMT | 3 |
I am writing a small application to track a weekly league participation. I have a login area where a user can log in and enter all of the member information, weekly participation, and results. The way that I am thinking of it is like this:
|
| CFSCRIPT | 30 Dec 2005 18:32 GMT | 5 |
I'm converting a bunch of Fortran to Coldfusion. The issue I'm running into is compatibility. The person who wrote the Fortran code used numerous goto tags instead of loops. I've tried converting these tags into loops but I'm
|
| Problems converting cf code to cfc | 30 Dec 2005 18:24 GMT | 2 |
I have created a cfc (posted below) that replaces a cfquery statement (posted below also). The cfc handles the query with no problems. The problem I am having is with the return variables and the cfif statement that checks for errors. The cfif doesn't recognize GetLocation ...
|
| CF5, IIS6, and Http compress don't work | 30 Dec 2005 15:40 GMT | 1 |
I try to use native http compress on IIS 6 with cf5. It's don't work. I trie to compress ASP on same web server, it's work. So dynamic compress seem to be well enable. Both extension asp and cfm are in dynamic extension list for http compress on
|
| SQL GUID as Coldfusion Variable | 30 Dec 2005 06:04 GMT | 2 |
I am trying to query a MSSQL database to get a GUID (9DE552B2-BABC-42CC-92A3-C641A39035E0) and pass it to another page. When I do this I get the following error: ByteArray objects cannot be converted to strings.
|
| Passing Form variable issue | 30 Dec 2005 05:56 GMT | 3 |
I am having an issue with varibale being passed from a form. I am looping a form and the form fields are appended with the loop index: <cfloop index="i" from="1" to="#skiloop#"> <input type="text" name="skier_First_Name_#i#" value="" size="15">
|