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]
