Re: Bind to a CFINPUT from a CFGRID

2010-08-04 Thread Michael Grant
As an aside: I see this time and time again and just don't get it. If you're going to bother to test that url.Parkname exists and isn't a zero length string then why aren't you trimming it when you check? On Fri, Jul 30, 2010 at 12:57 AM, Ria Ragam ragam0...@gmail.com wrote:

Bind to a CFINPUT from a CFGRID

2010-07-29 Thread Chad Baloga
I can't seem to figure out how to bind a selected column value in a CFGRID to a text box later on the page. Any ideas? Thanks ~| Order the Adobe Coldfusion Anthology now!

Re: Bind to a CFINPUT from a CFGRID

2010-07-29 Thread Ria Ragam
gridExample.cfm cfquery name=GetParks datasource=cfdocexamples cachedwithin=#CreateTimeSpan(0, 6, 0, 0)# SELECT PARKNAME, REGION, STATE FROM Parks Where REGION = 'Southeast Region' ORDER BY ParkName, State /cfquery cfform name=GridForm action=