[Zope] <dtml-in " " size=1> error

Casey Duncan cduncan@kaivo.com
Tue, 10 Apr 2001 08:15:18 -0600


Grant Murphy wrote:
> 
> Hi
> 
> When I use the following tag, the result only contains the first and second records
> in the postgres table. When setting size to "2"  it gives me all the records but two at
> a time. Is this a known problem or am I doing something wrong?
> 
> <dtml-in sqlSelectAllCustomers size=1 start=query_start>
> 
> Thanks
> Grant
> 

You might try:

<dtml-in name="sqlSelectAllCustomers" size=1 orphan=0 start=query_start>

or perhaps:

<dtml-with expr="sqlSelectAllCustomers(REQUEST)[query_start]">

-- 
| Casey Duncan
| Kaivo, Inc.
| cduncan@kaivo.com
`------------------>