Sam
Member since Jun 27, 2009
- Profile: /members/3697-sam.htm
- Comments: 8
Recent Blog Comments By Sam
-
ColdFusion CFQueryParam List Attribute Is Sweeet!
Posted on Jul 13, 2009 at 9:23 AM
Thanks Ben!!! I found it very helpful to....as always :) Cheers!... read more »
-
ColdFusion CFInvoke Eliminates The Need For Evaluate() When Dynamically Executing User Defined Functions
Posted on Jul 3, 2009 at 3:52 PM
I am having a .cfm file and i wanted to load the file in a div content!... read more »
-
ColdFusion CFInvoke Eliminates The Need For Evaluate() When Dynamically Executing User Defined Functions
Posted on Jul 2, 2009 at 7:10 PM
HI Ben, I have an issue using ajax. Hope you can answer it with ease..... I am trying to fill a div tag dynamically when the page loads from an external file (may be .cfm or .htm) There is some dynamic content on my page as well. Question is how do i make an ajax call. I know it can be done ... read more »
-
ColdFusion CFInvoke Eliminates The Need For Evaluate() When Dynamically Executing User Defined Functions
Posted on Jul 1, 2009 at 3:55 PM
As i mentioned you, the query gets dumped into a variable but just shows an empty structure in the output. I tried to change the variable scopes as well, but it didnt work for me. Is there is any problem sending a list of values wrapped into a variable (with variables scope) as an argument to the... read more »
-
ColdFusion CFInvoke Eliminates The Need For Evaluate() When Dynamically Executing User Defined Functions
Posted on Jun 30, 2009 at 9:43 PM
Yes! That's true...i am not getting the query and ColdFusion is throwing me an error saying Error executing database query.... read more »
-
ColdFusion CFInvoke Eliminates The Need For Evaluate() When Dynamically Executing User Defined Functions
Posted on Jun 30, 2009 at 1:20 PM
It is showing an output dumped with nothing in it... read more »
-
ColdFusion CFInvoke Eliminates The Need For Evaluate() When Dynamically Executing User Defined Functions
Posted on Jun 29, 2009 at 6:46 PM
Hi Ben, Query inside is not executing! I even tried dumping the data........ read more »
-
ColdFusion CFInvoke Eliminates The Need For Evaluate() When Dynamically Executing User Defined Functions
Posted on Jun 27, 2009 at 6:48 PM
Hi Ben, I was trying to pass a list of values as an argument into a CFC method. I have a query in the method which is intended to retrieve the results by comparing a number (ex: 20095567)with the list of numbers send as an argument. But for some reason the query is not being execute... read more »