Oh, you want to actually nest a select within a cfgrid?  No, I do not
believe you can do this.  Possibly in a CFGRID that you are manually
creating, rather than creating from a query. 

Dave Watts.... you have anything to add to this?

~Simon

-----Original Message-----
From: John Allred [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 20, 2000 2:41 PM
To: CF-Talk
Subject: Re: Selects in CFGRID


Simon,

Yeah. Just like you would do with SELECT or CFSELECT, as in:

<SELECT NAME="DeptAbbrev">
<cfoutput query="departments">
<option
value=#abbrev#>#trim(dept)#</option></cfoutput></select>

I can't find anything to indicate something like this is
possible. I guess maybe the question is whether you can nest
a SELECT field within a CFGRID.

Thanks,
--John

Simon Horwith wrote:
> 
> let me get this straight:  you want to know how to create a CFGRID with
one
> query, and populate some of it's cell values with results from another
> query?  I'm just trying to make sure I understand the question, before I
> answer.
> 
> ~Simon
>
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to