On 27.06.09 17:15, Miguel Beltran R. wrote:
>
>
>
>     It is possible...
>
>      <div tal:define="ignored python:request.set('sumVar', 0)">
>
>     but not recommended.  The kind of logic you are trying to wedge
>     into the
>     template should be pushed out into a Python script, leaving the
>     template
>     only with the job of rendering the results.
>
>
>     Tres.
>     - --
>
>
> I want show tabular data with money and the last show the sum
> can you explain me how can made better this then? almost never use
> python script :P

Huh? Write a PythonScript (yes, you should know some basic Python)
returning the
data as dict or list or something similar...then render the result as needed
using ZPT. Should be documented in The Zope Book (docs.zope.org).

-aj
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to