never mind. I wasn't using the gateway cfc it creates.

On 9/8/07, Casey Dougall <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> When you use the component builder in eclipse published by adobe, it
> creates a component with a bunch of geters and setters,  I can get and set
> one record at a time but I can't figure out how to call these components so
> it gets multiple records. I know the table has multiple entires for my
> criteria.
>
> <cfscript>
>     catObj = createObject("component", "includes.cfc.Category
> ").init(IsActive=Val(1));
>     catOut = StructNew();
>     catOut.Category = catObj.getCategory();
> </cfscript>
>
> This will return one record, how do I get all the records?
>
>
> --
> Casey


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288034
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to