Re: [ACFUG Discuss] cf based forum/kb software

2011-06-24 Thread Phillip Senn
I'd check RIAForge.org. On Fri, Jun 24, 2011 at 10:34 AM, Troy Jones wrote: > Hey all, > > ** ** > > Does anyone know of a ColdFusion based forum and/or knowledge base > solution? I have found quite a few hosted and (cough) .php applications. > My client is requesting something along these l

Re: [ACFUG Discuss] room scheduling algorithm

2011-06-06 Thread Phillip Senn
I just heard about doodle.com last week. Looks like a good *free* scheduler. On Mon, Jun 6, 2011 at 1:47 PM, Tepfer, Seth wrote: > We are on the cusp of considering to embark upon coding an application to > handle room scheduling. I'm wondering: > a) Has anyone done this in CF before? If so,

Re: [ACFUG Discuss] Question on multiple

2011-04-12 Thread Phillip Senn
John is right. I would also say that you might want to think of it from the bottom up. Rather than thinking "I have 5 different categories", you should develop the SELECT statement from the detail level and GROUP BY. "How man cities are in each state" is a select on the city table, not the state t

Re: [ACFUG Discuss] cfselect selected chooses last match not first -- really? Eh, ok.

2011-04-01 Thread Phillip Senn
Are you using preservedata in the cfform? On Thu, Mar 31, 2011 at 4:19 PM, Steven wrote: > Hi All. I'm in the middle of investigating an app-side bug, and ran into a > weird issue. We have a cfselect that is currently populated by a query doing > a select with distinct on agency_id. > This sourc

Re: [ACFUG Discuss] Newbie Question with Components

2010-12-31 Thread Phillip Senn
gt; > Teddy R. Payne, ACCFD > Google Talk - teddyrpa...@gmail.com > > > > > On Fri, Dec 31, 2010 at 12:10 PM, Phillip Senn > wrote: > > In recent days, I've actually experimented and had success just passing > in a > > structure and using it in the comp

Re: [ACFUG Discuss] Newbie Question with Components

2010-12-31 Thread Phillip Senn
In recent days, I've actually experimented and had success just passing in a structure and using it in the component. I actually call the argument that was passed into function "form". Not to be confused with the form structure, but it's name was inspired by me passing in the form structure from th