[Zope] How to undo the last transaction from a DTML Method ?

2000-07-05 Thread Frederic Quin
Hi all, I would like to know how to undo the last transaction from a DTML Method and I have no idea of how I can do that. Help ! Thanks Frederic ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts

[Zope] RE : Redirect when not authenticated

2000-07-07 Thread Frederic Quin
Hi, I am not sure to understand your problem but maybe you can use the following meta HTML tag which redirect the user where you want... head meta http-equiv="Refresh" CONTENT="0 ; URL=new_url_html" /head If the DTML Method containing those lines is in a secured folder, you can add a Proxy

[Zope] Problem with ZClasses and Permissions

2000-07-19 Thread Frederic QUIN
Hi all, I created a ZClass. Automaticly, Zope has created a new Permission called "Add MyZClass". I activated this Permission for a role called "simple user". But, when a user connected has a "simple user" try to add an object from "MyZClass", he can't. Zope return an error... Is there any

[Zope] RE: What is the best method to enter more attributes about DTL Document?

2000-07-31 Thread Frederic QUIN
Hi Marcin, you can write a new HTML page which add a new document. This page must contains a form which post the datas to the method "AddDTMLDocument", responsible for the creation of this object. But, if you need for example, to associate new properties to the new Document, you have to rewrite

[Zope] Is anyone know when Zope was born ???

2000-08-30 Thread Frederic Quin
Is anyone know when Zope was born ??? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce

[Zope] A temporary python object defined in a dtml-let tag ???

2000-10-04 Thread Frederic Quin
Hi all, I wonder if it's possible to create temporary a python object in a dtml-let tag. If someone knows more about how to do this, please, help me... Thanks Fred Quin ___ Zope maillist - [EMAIL PROTECTED]

[Zope] In a python method, I want to convert a XML string into a dictionary...

2000-10-05 Thread Frederic Quin
Hi all, I would like to create a python method which take a parameter xml_string and return a dictionary containing all tags, values and attributes. I know that it exists some modules for xml conversions but I don't know very much how to use them. I am novice in Python so it's a little bite

[Zope] Problem with Z SQL Method associated with a class...

2000-10-06 Thread Frederic Quin
Hi all, I associated a Z SQL Method to a class. This class MUST have attributes but I obtain a Zope error on them. Did anyone know why and what I can do ??? Thanks Fred HERE IS THE ERROR Error Zope has encountered an error while

[Zope] Problem with Zope 2.2.0 and Z SQL Method : NO MODULE NAMED ZDBASE...

2000-10-11 Thread Frederic Quin
Hi all, I have some problem using Z SQL Method on Zope 2.2.0. I have a Zope error clicking on the item "Advanced". I have the same error when trying to find an object... Here is the error : Thanks Fred Error Zope has encountered an error while publishing this resource. See

[Zope] I can't find a way to give parameters to the getDtmlData of a ZGDChartobjectobject

2000-11-08 Thread Frederic Quin
Hi all, I can't find a way to give parameters to the getDtmlData of a ZGDChart object. Please, help... 'Cause I don't want to duplicate the same chart one hundred times... Fred ___ Zope maillist - [EMAIL PROTECTED]

[Zope] A new Zope Product for the documentation of databases...

2000-12-01 Thread Frederic Quin
... You will find it at the adress : http://www.zope.org/Members/fquin/ZDBDocManager/index_html If you try it, let me know what you think about this product Frederic Quin Profile For you SARL, France ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] How to specify to z sql methods, the connection object to use at runtime...time...

2000-12-04 Thread Frederic Quin
object ??? Thanks Frederic Quin ___ Zope maillist - [EMAIL PROTECTED] 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

Re: [Zope] How to specify to z sql methods, the connection object to use at runtime...time...

2000-12-06 Thread Frederic Quin
connection. -Randy - Original Message - From: "Tino Wildenhain" [EMAIL PROTECTED] To: "Frederic Quin" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 4:56 AM Subject: Re: [Zope] How to specify to z sql methods, the connection object to u

[Zope] How to find items to catalog from a dtml method ???

2000-12-06 Thread Frederic Quin
Hi all, I tried to use the manage_catalogFoundItems( REQUEST, RESPONSE, URL2, URL1, [] ) method of Catalog objects, from a dtml method. But it didn't work... There is still some parameters that I don't understand like URL2 and URL1. Which values do we have to pass ? Is it why it didn't work for

Re: [Zope] How to find items to catalog from a dtml method ???

2000-12-07 Thread Frederic Quin
-in yourCatalog do your row display stuff here /dtml-in /dtml-let good luck, Chris Frederic Quin wrote: Hi all, I tried to use the manage_catalogFoundItems( REQUEST, RESPONSE, URL2, URL1, [] ) method of Catalog objects, from a dtml method. But it didn't work... There is still

[Zope] Is it possible to install the Bug Collector Product in my Zope ???

2001-01-04 Thread Frederic Quin
Hi all, I can't find the bug collector product to install it in my zope. Maybe it's not possible... If it is, please tell me where to download it. Frederic ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No