RE: Renaming a query column?

2007-03-21 Thread Ben Nadel
-ben/ -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 12:35 PM To: CF-Talk Subject: Renaming a query column? Hi all, I'm working on a webmail interface that supports both POP (suing CFPOP) and IMAP (using Rick Root's imap.cfc).

Re: Renaming a query column?

2007-03-21 Thread Pete Ruckelshaus
you find nothing, have a look under the hood. You might be able to do it > with some Java calls. > > Adrian > > -Original Message- > From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] > Sent: 21 March 2007 16:35 > To: CF-Talk > Subject: Renaming a query column? > &

Re: Renaming a query column?

2007-03-21 Thread Claude Schneegans
>>using Rick Root's imap.cfc Since you're using this code, can't you simply change the column name it generates? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PR

RE: Renaming a query column?

2007-03-21 Thread Adrian Lynch
If you find nothing, have a look under the hood. You might be able to do it with some Java calls. Adrian -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: 21 March 2007 16:35 To: CF-Talk Subject: Renaming a query column? Hi all, I'm working on a we

Renaming a query column?

2007-03-21 Thread Pete Ruckelshaus
Hi all, I'm working on a webmail interface that supports both POP (suing CFPOP) and IMAP (using Rick Root's imap.cfc). I'd like to use a single set of interface components, but the column names returned by cfpop and imap.cfc don't completely mesh up (i.e. cfpop "queryname.attachments" and imap.cf