[Zope] How do I get dtml-in to only "iterate" once ?
Tom Deprez
Tom Deprez" <tom.deprez@uz.kuleuven.ac.be
Mon, 11 Jun 2001 13:06:45 +0200
what about :
<dtml-if sequence-start>
</dtml-if>
?
Tom.
----- Original Message -----
From: "Gitte Wange" <gitte@mmmanager.org>
To: "Chris Withers" <chrisw@nipltd.com>; "Gitte Wange" <gitte@mmmanager.org>
Cc: <zope@zope.org>
Sent: Monday, June 11, 2001 12:58 PM
Subject: Re: [Zope] How do I get dtml-in to only "iterate" once ?
> On Monday 11 June 2001 11:47, Chris Withers wrote:
> > <dtml-in my_stuff size=1>
> >
>
> Don't know if it's relevant but it's a ZSQL method I am "iterating"
through.
>
> Gitte
>
> > Gitte Wange wrote:
> > > What I want to do is:
> > > I only want the first result of my query.
> > >
> > > But I can't remember what option it is I must set.
> > >
> > > Gitte
> > >
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )