[Zope] scope of dtml-let tag

2009-06-12 Thread indrajit926 indra
Hello All, I faced a parsing error when I used dtml-if and dtml-let, like below -some dtml code- dtml-if CONDITION dtml-let some_function dtml-else dtml-let other_function /dtml-if -some code---

Re: [Zope] cron or time server

2008-12-30 Thread indrajit926 indra
Hope file attached with this mail may help you in installing clockserver. Rajasekhar. On Sun, Dec 28, 2008 at 7:18 PM, Garry Saddington ga...@schoolteachers.co.uk wrote: On Sunday 28 December 2008 12:33, Andreas Jung wrote: On 27.12.2008 21:23 Uhr, Garry Saddington wrote: Does anyone

Re: [Zope] single zsql on multiple tables or multiple zsql s

2008-12-15 Thread indrajit926 indra
. 2008/12/12 indrajit926 indra indrajit...@gmail.com: Hi All, In my project iam using zsqls. Now i want to improve performance of project.So i thought to reduce number of zsqls,expecting it may improve performance. using one zsql to fetch values from different tables ,can increase

[Zope] single zsql on multiple tables or multiple zsql s

2008-12-12 Thread indrajit926 indra
Hi All, In my project iam using zsqls. Now i want to improve performance of project.So i thought to reduce number of zsqls,expecting it may improve performance. using one zsql to fetch values from different tables ,can increase performance ?(instead of using multiple zsqls on multiple tables).

Re: [Zope] delete a variable from REQUEST

2008-09-30 Thread indrajit926 indra
Hi, thanks for ur reply. My problem is, my code is like if REQUEST['usr_msg']: On Mon, Sep 29, 2008 at 1:36 PM, Tino Wildenhain [EMAIL PROTECTED] wrote: Hi, indrajit926 indra wrote: Hi All, Iam relatively new to zope. I want to delete a variable and it value from REQUEST.I used

Re: [Zope] delete a variable from REQUEST

2008-09-30 Thread indrajit926 indra
, Tino Wildenhain [EMAIL PROTECTED] wrote: Hi, indrajit926 indra wrote: Hi All, Iam relatively new to zope. I want to delete a variable and it value from REQUEST.I used python pop() and __delattr__() ,but getting attribute error. Actually you can't. (Not without writing a product

[Zope] delete a variable from REQUEST

2008-09-29 Thread indrajit926 indra
Hi All, Iam relatively new to zope. I want to delete a variable and it value from REQUEST.I used python pop() and __delattr__() ,but getting attribute error. Hoping someboby helps me. thanks , Indrajit. ___ Zope maillist - Zope@zope.org