Where is this cfc builder? You mean new > cfc in CF Eclipse?
> -----Original Message----- > From: Casey Dougall [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 08, 2007 10:19 AM > To: CF-Talk > Subject: Solved: Using the component builder in eclipse > > 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 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288037 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

