[Zope] Can I have 'pointers' to ZSQL Methods?

Stephen Harrison stephen@nipltd.com
Thu, 30 Mar 2000 10:56:40 +0100


> <dtml-in "<dtml-var qry_name>" or
> 
> <dtml-in "_['<dtml-var qry_name>']">

Try:

<dtml-in "_[qry_name]">

_['something'] means I want the value with the literal key of 
something.

_[reftosomething] means I want the value with the key which is the 
value of reftosomething, if that makes sense.

Cheers,
Stephen

-- 
Stephen Harrison - stephen@nipltd.com
New Information Paradigms - www.nipltd.com