ah, but if i know how to use cfif and dateformat, then I will not have a problem with: queryname["fieldname"][rownumber]
perhaps another tag! <cf_getcolumnvalue column="name" returnvariable="myname"> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Murat Demirci Sent: 23 February 2005 17:17 To: [email protected] Subject: RE: Re[2]: [CFCDev] query object (was: Using application.cfc to modify the request stream) In this case, you cannot use tags and functions (like cfif, cfinput and dateFormat()) to format values before displaying them. Murat. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kerry > Sent: Wednesday, February 23, 2005 6:36 PM > To: [email protected] > Subject: RE: Re[2]: [CFCDev] query object (was: Using > application.cfc to modify the request stream) > > > shouldnt this: > > <cf_data_list query="myQuery"> > <cf_column > headerText="Name"><cfoutput>#myQuery.name#</cfoutput></cf_column> > <cf_column > headerText="Date"><cfoutput>#myQuery.date#</cfoutput></cf_column> > </cf_data_list> > > be this: > > <cf_data_list query="myQuery"> > <cf_column > headerText="Name" columnName="name"></cf_column> > <cf_column > headerText="Date" columnName="date"></cf_column> > </cf_data_list> > > and therefore all the need for iteration/notation knowledge > is taken away > from the user? > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
