umuayo wrote:
> Hi,
>
> The Proc is in a CFC. I need to invoke the cfc from the
cfm page to return cfstoredproc query results.
Then just do that.
Of course you can only return one value from a function so
you will need
to put those four results into an array or structure or
something to
group them together.
Then use the complex variable of your choice in the cfm page.