ColdFusion Developer's Journal has a CF101 on components this month but I can't find a link for it on their web site http://www.sys-con.com/coldfusion/ I have a PDF of it but would that be illegal to send a copy of the article?
I'm up for cfc in feb. On Wed, 15 Dec 2004 13:47:26 -0600, Matt Woodward <[EMAIL PROTECTED]> wrote: > Thanks Tom! The reason I suggested February for talking CFCs in > general is because Tom has agreed to come talk to us in February about > cfcPowerTools. (Don't mean to put you on the spot here Tom--if that > doesn't work out for some reason we can reschedule.) > > I figure we can have a general discussion about CFCs at the beginning > of the meeting and then let Tom show how cfcPowerTools can make our > lives a lot easier! > > Matt > > On Wed, 15 Dec 2004 12:24:54 -0600, Schreck, Tom > <[EMAIL PROTECTED]> wrote: > > > > > > > > I'm developing an application for generating CFCs. My app is called > > cfcPowerTools. You can check it out at www.cfcpowertools.com. Right now > > the site is informational. I'm wrapping up how I'm going to distribute my > > application. I hope to have it finished and available the first part of > > January. Please check out the site. I have a white paper and an > > informational movie on what the tool will do for you. > > > > > > > > > > Thanks > > > > > > > > Tom Schreck > > > > 972-361-9943 > > > > ________________________________ > > > > > > From: Jordan Gouger [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, December 15, 2004 10:54 AM > > To: [EMAIL PROTECTED] > > Subject: Re: CFC help > > > > > > > > > > > > This may or may be a stupid question, as I am trying out CFC's too, but when > > you are instantiating the component, do you need to instaniate each method, > > or like in Java or .net, you instantiate the class, and have all of the > > methods / properties in the component work like class? Also how are > > CFPROPERTY tags used properly? Also does anyone have any tips about > > developing XML apps with Cold Fusion? > > > > > > > > > > > > Matt, and others I remember that a few days ago, that group was talking > > about getting a CFC meeting together. I'd be very intrested in attending > > that, even if it means traveling from SA. > > > > > > > > > > > > Thanks for help, > > > > > > > > > > > > Jordan > > > > Chris Gomez <[EMAIL PROTECTED]> wrote: > > > > > > I'm trying out cfc's for the first time. I can get it to invoke > > correctly, but I'm having problems changing the default arguments. It > > won't accept any URL vars (besides 1). I tried cfinvokeargument and it > > didn't work either. Any ideas? > > > > Thanks, > > Chris > > > > Here's the current cfc code: > > > > > > > > > > > > > > SELECT TRO.Faction, TRO.Name, TRO.Class, TRO.VType AS XVType, > > TRO.Weight, TRO.APrev as Prev, TRO.ANext as Next, TRO.UnitID, > > Mass.TMass as uMass, TRO.TMass, TRO.Faction AS XFaction, TRO.Era AS > > XEra, TRO.Votes AS AVotes > > > > FROM Era INNER JOIN (Faction INNER JOIN (Weight INNER JOIN (VTypeINNER JOIN > > (Mass INNER JOIN (Class INNER JOIN TRO ON Class.ClassID = > > TRO.Class) ON Mass.MassID = TRO.TMass) ON VType.VTID = TRO.VType) ON > > Weight.ID = TRO.Weight) ON Faction.FactionID = TRO.Faction) ON > > Era.EraID = TRO.Era > > > > WHERE > > (TRO.Era = #Arguments.XEra#) AND > > > > (((TRO.Faction)=#Arguments.XFaction#) AND > > ((TRO.VType)=#Arguments.XVType#) AND ((TRO.Weight)=3)) > > > > ORDER BY TRO.TMass, TRO.Name; > > > > > > > > > > test page code: > > > > > > returnvariable="MechQuery"> > > value="#XFaction#"> > > ---------------------------------------------------------- > > To post, send email to [EMAIL PROTECTED] > > To unsubscribe: > > http://www.dfwcfug.org/form_MemberUnsubscribe.cfm > > To subscribe: > > http://www.dfwcfug.org/form_MemberRegistration.cfm > > > > > > > > > > > > > > > > -- > Matt Woodward > [EMAIL PROTECTED] > http://www.mattwoodward.com > ---------------------------------------------------------- > To post, send email to [EMAIL PROTECTED] > To unsubscribe: > http://www.dfwcfug.org/form_MemberUnsubscribe.cfm > To subscribe: > http://www.dfwcfug.org/form_MemberRegistration.cfm > > ---------------------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
