valueList requires query.columnname syntax directly.  If you need to
do something dynamic, you have to use
evaluate("valueList(#query#.#column#)"), though I can't say I've ever
actually tried doing that.

cheers,
barneyb

On 2/2/06, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> I think I remember this being a problem, but I'm trying to create a
> value list from a dynamic query and column.
>
> Something like this:
>
> function(query, column)
> {
>     return valueList(query.column);
> }
>
> That's the gist of it, but it doesn't work.  Any suggestions?
>
> Thanks
>
> M!chael A Dawson

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231212
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to