Advertisement

1 - 10 of 25 containing alltags:("cffunction") (0 seconds)
Need some help here, I'm trying to run 'two' queries with one being dependant on the result of the other. So far this is the code that I've come up with but would not run for some reason. To me the...
Zones: ColdFusion Application ServerDate Answered: 10/18/2005 Grade: A Views: 4
Experts, Have a simple cffunction and I'm not sure about the cfreturn tag and what it does. It looks to me like it is invoking another function called "getActivePresentations" and sends it an ar...
Zones: ColdFusion Application ServerDate Answered: 03/22/2006 Grade: B Views: 0
i'm much more familiar with php, javascript, etc...  style of function writing than with coldfusion's.  i've searched and searched for examples that explain the similarities/differences between the...
Zones: ColdFusion Application Server, ColdFusion ...Date Answered: 11/20/2003 Grade: B Views: 0
Here's my error: Error Occurred While Processing Request   Complex object types cannot be converted to simple values.   The expression has requested a variable or an intermediate expression re...
Zones: ColdFusion Application ServerDate Answered: 01/12/2004 Grade: A Views: 0
Hello experts, Newbie at work here. 1. I have a radiobuttongroup like this:    <input type="radio" name="Lenghts" value="30" onClick="getPrices(30)">    <input type="radio" name="Lenghts" val...
Zones: ColdFusion Application ServerDate Answered: 05/30/2004 Grade: A Views: 0
I have a form variable.  When I change the value of that form variable, I want to pass its new value to a cffunction. How can I do that?
Zones: ColdFusion Application ServerDate Answered: 06/10/2005 Grade: A Views: 0
I am attempting to implement an AJAX form and it works fine until I need to provide communication from the CFC to the AJAX form. Unfortunately when sending data back to the AJAX form (via xmlHttp.r...
Zones: ColdFusion Application Server, XHTMLDate Answered: 11/24/2005 Grade: A Views: 0
Trying to modify some code that currently uses a settings.ini file to control the configuration. This won't work in final deployment environment. Here's the current configuration <cffunction ...
Zones: ColdFusion Application ServerDate Answered: 06/01/2006 Grade: A Views: 0
Can anybody explain what a struct is when used as a return type ?With an example? Trying to grasp this component! Thanks
Zones: Web Languages/Standards, CFMLDate Answered: 11/02/2007 Grade: A Views: 17
I have a component which I invoke and pass form fields to, one of these form fields is of type file. I would like to do a file upload inside the component, using the file form field. cffile requi...
Zones: ColdFusion Application ServerDate Answered: 10/22/2003 Grade: A Views: 0