[Zope] Problem with ZSQL query results...sort of...

Farrell, Troy troy.farrell@wilcom.com
Wed, 28 Feb 2001 13:40:11 -0600


Is there any particular reason you think you are exempt from the laws of the
mighty Python?

Shouldn't that be:

<a href="<dtml-var URL><dtml-var "_['sequence-query']">query_start=<dtml-var

"_['next-sequence-start-number']">">

Sorry.  I couldn't resist :)

Troy

-----Original Message-----
From: Tino Wildenhain [mailto:tino@wildenhain.de]
Sent: Wednesday, February 28, 2001 1:29 PM
To: Schmidt, Allen J.; 'zope@zope.org'
Subject: RE: [Zope] Problem with ZSQL query results...sort of...




--On Mittwoch, 28. Februar 2001 14:00 -0500 "Schmidt, Allen J." 
<aschmidt@nv.cc.va.us> wrote:

> How about like this. This is how I changed it right after I had originally
> created it but did not like the look of it. This does not work either...
>
>
>
>
>    <dtml-if sequence-end>
>       <dtml-if next-sequence>
>          <a href="<dtml-var URL><dtml-var
> sequence-query>query_start=<dtml-var next-sequence-start-number>">

try:
<a href="<dtml-var URL><dtml-var sequence-query>query_start=<dtml-var 
next-sequence-start-number>">

instead. (without any newlines inside dtml-var )
Regards
Tino

>            (Next <dtml-var next-sequence-size> results)
>          </a>
>       </dtml-if next-sequence>
>    </dtml-if sequence-end>



_______________________________________________
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 )