RE: [Zope] Mental disconnect help: Zope objects vs. Python objects in ZODB

2001-01-18 Thread Max M
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of >[EMAIL PROTECTED] >Am I being dense in this mental disconnect and is it just trivial to write >Python scripts that create objects in the ZODB and have Zope dtml calls that >access the attributes in these objects? I have written a H

[Zope] connecting mysql db from zope

2001-01-18 Thread jacintha menezes
hi, AS you said i installed MySQLbd-0.3.0 & ZMySQLDA-2.0.2 . When i started Zope it gave the following error.What more do we have to do ?.Please help. Thanks, jacintha [root@Sound1 zope-linux]# ./start ./start --

[Zope] Re: connecting mysql db from zope

2001-01-18 Thread Andy Dustman
On Fri, 19 Jan 2001, jacintha menezes wrote: > hi, > AS you said i installed MySQLbd-0.3.0 & ZMySQLDA-2.0.2 . When i started > Zope it gave the following error.What more do we have to do ?.Please help. > File /zope/zope-linux/lib/python/Products/ZMySQLDA/db.py, line 89, in ? > ImportError

RE: [Zope] Using images as submit buttons

2001-01-18 Thread Max M
Untested but tried: function submit(){ self.document.formName.submit(); } Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects.

[Zope] Re: "Find" broken in 2.2.2

2001-01-18 Thread Chris McDonough
Hi Ty, The find machinery searches subobjects for the method 'PrincipiaSearchSource' on each object it finds in the hierarchy... DTML Methods and Documents, PythonScripts, and (believe it or not) database adapters support this method, but no other core objects do. This is probably why it's retur

Re: [Zope] Setting the sort var in

2001-01-18 Thread Dieter Maurer
Max M writes: > Does anybody know if it is possible to programatically set the sort > parameter in something like: There is a product on zope.org that enhances sorting capabilities drastically. Unfortunately, its name is difficult to remember (at least for me), something with ZIE in it, I think

RE: [Zope] Setting the sort var in

2001-01-18 Thread Loren Stafford
See the concurrent thread "Variable sort ..." -- Loren -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Max M Sent: Wednesday, January 17, 2001 15:58 To: Zope@Zope. Org Subject: [Zope] Setting the sort var in Does anybody know if it is possible to prog

<    1   2