[Zope] Batch Processing Problem
Alexander Schad
ags@beehive.de
Mon, 10 May 1999 12:41:42 +0200 (CEST)
Hi!
I want to iterate over a big data set (about 1400 entries) using the in
tag and i want to provide a link to the last batch.
I wanna do something like:
<!--#in DP_Search_Results next size=30 start=query_start-->
<a href="<!--#var URL--><!--#var sequence-query-->query_start=
<!--#var "last-sequence-start-number - batch-size"-->"
>last <!--#var last-sequence-size--> Entries</a>
<!--#/in-->
Anyone any ideas??
Alex