Ask a Question related to Macromedia ColdFusion, Design and Development.
-
bongobuda #1
Help with cf functions
Here is my problem:
I am having component file and inside 3 functions.
First function is returning set of results, and then according to results I am
calling another 2 functions. How to return all results together.
Any help is very appreciated.
Here is sample:
<cffunction name=?function1? access=??.? Return Type=?query?>
<cfquery name=?query1?>
SELECT ??
</cfquery>
<cfif query1.recordCount>
<cfset function2Result = function2(query1.someID)>
<cfset function3Result = function3(query1.someID)>
_____________________________________
HOW TO RETURN :
query1 ? result
function2Result ? result
function3Result ? result
ALL TOGETHER
____________________________________
<cfelse>
<cfreturn query1>
</cfif>
</function>
bongobuda Guest
-
Too many functions!!!
While developing a large FMS application, main.asc has become more than a bit lengthy. The bulk of the file is taken up by the custom client... -
web functions?
Hi, I'd like to post some news content on my web page from another website. Are there built in php functions that will allow me to do this? ... -
Using ZIP functions..
Okay, here's the scenario.. I have uploaded file_blah.zip .. It has a file compressed in it called asdf.mgx .. The thing I need to do is rename the... -
#10743 [Com]: class functions & PHP core functions inconsistently clash ;)
ID: 10743 Comment by: destes at ix dot netcom dot com Reported By: jjones at net-conex dot com Status: Open... -
Functions
Do you know if Sql Server User defined Functions are an ANSI Standard ?



Reply With Quote

