Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
waterworker #1
Can't pass a query out of a custom tag
I am attempting to extract a query from a custom tag. I am passing several
variables into a custom tag using CFMODULE. I then run a query based upon the
variables submitted to the custom tag. I would like to then pass the query
back to the caller page. Is this possible? I can pass a string, or I can run
through a loop and create a list or array and then pass that back, but I
haven't found a way to pass the query back to the caller. Note: my company
runs ColdFusion 5 because we are still using Oracle 8, otherwise I would use
cfcomponent. Thanks for any help.
waterworker Guest
-
How to pass query result from pop-up?
Hi! First of all, sorry for my english, I hope you could understand me :-) I'm newbie in Flex, just started. I wrote main application with button... -
pass variable to custom function not working MX
I have an app that I built in Flash 5 that I want to output in Flash MX (not 2004, though) but part of my code, which works fine as Flash 5 swf,... -
Pass Param to SQL Query
Hi I'm sure this is very trivial, but I simple don't know how to it? I've got a SQL query but I wish to pass a 'WHERE' clause to it, to filter... -
Unable to Pass custom class in WebService
Xmlserialiaztion wont serialize methods. "Linesh Gajera" <linesh_gajera@hotmail.com> wrote in message... -
query a DB - pass the query to next page
I am running a querry on an access database and have set the number of records/page displayed at 20. if there are more than 20 records returned,... -
jonnycattt #2
Re: Can't pass a query out of a custom tag
doing something like <cfset caller.myquery = myquery> doesn't work? if not, you can always use the request scope: cfset request.myquery = myquery.
jonnycattt Guest
-
waterworker #3
Re: Can't pass a query out of a custom tag
That did it. I over-thought and over-coded.
Thanks a lot.
waterworker Guest



Reply With Quote

