RE: [Zope] Including a method returning batches inside a page.

2000-08-24 Thread Jean Jordaan
hi Dieter > For a DTML method(!), "id" is the id of the object of which > the method is used as a method. > In your case, this is the folder. No, actually -- since 'index_html' is a document, it turns out to be the id of 'index_html'. > In some cases, you would use "this().id". OK, I'll try an

Re: [Zope] Can't compare apples to apples. (document_id != id_of_my_document)

2000-08-24 Thread Jens Quade
"T.J. Mannos" <[EMAIL PROTECTED]> writes: > Hi, there, > > I have a DTML document called "apples". > > A call to gives the string "apples" > > However, a returns false. Am I missing > something? I've tried _.str(document_id) and even > _.string.strip(_.str(document_id)). document_id is a

[Zope] Where do I find out about cookies?

2000-08-24 Thread Jean Jordaan
Hi Zopers It looks like I'm going to be using cookies now, and I don't find any How-To on cookies. What's the most instructive place to look? "UTSL" is fine as an answer, especially if it points me somewhere, and even more if it's DTML source .. The *ZQR* is a bit too cryptic for me. The *DTML

[Zope] Re: Can't compare apples to apples. (document_id != id_of_my_document)

2000-08-24 Thread Steve Alexander
T.J. Mannos wrote: > > I have a DTML document called "apples". > > A call to gives the string "apples" > > However, a returns false. Am I missing > something? I've tried _.str(document_id) and even > _.string.strip(_.str(document_id)). The tag gets a value for document_id, and looks to see

[Zope] The tree tag, SQL and what should be simple

2000-08-24 Thread icottee
I thought this was going to be simple but having read numerous postings on the mailing list and all related HOW-TOs I can find, I think I can confirm I am stuck. This is sad because I've just spent a very productive couple of days with Zope and MySQL making the world a better place. I have a ta

[Zope] ZClass and external Methods

2000-08-24 Thread Vincent
Hi, I just would like to call from a DTMl document an external method defined in a ZClass. - I created an instance of this ZClass -> Ztest (for example), - But I can't call the external method : -> If somebody knows where I am wrong ;-) Thansk again Vincent ___

[Zope] Zope as an NT service in "developement mod"

2000-08-24 Thread Vincent
Does somebody know how to launch Zope as an NT service in development mode (I need to pass the -D parameter) Thanks Vincent PS : I got my answer for my previous question (Thanks again) ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/ma

[Zope] review waiting for 3 days!!!

2000-08-24 Thread Hugo Ramos
Yellow ppl at DC, Is everybody on holyday at DC? :-) I've a some reviews waiting for 3 days now to be validated on zope.org Maybe there's a lot more reviews waiting from other guys. please check it regards = Hugo Ramos - [EMAIL PROTECTED] ZopersORG - http://www.zopers.org = Do not med

Re: [Zope] Zope as an NT service in "developement mod"

2000-08-24 Thread Phil Harris
Vincent, You will need to change the rgistry entry for the service: Open regedit and goto hkey_local_machine/system/currentcontrolset/services//parameters. Then double click on the 'start' parameter in the right hand window, when the edit box comes up simply add a -D to the end of the options o

[Zope] NTUserFolder Object. Where is it?

2000-08-24 Thread Christian Adams
I have, apparently, sucessfully installed NTUserFolder into my Zope installation. Now I need to add some NTUserFolder objects to some working directories. My rather silly problem is this: Where do I have to look for the NTUserFolder object? It's not in my usual Objects drop down menu so what have

[Zope] Missing pictures

2000-08-24 Thread William JOYE
Hello, I have notified that every time on my web page one picture is missing (with IE and Netscape). When I refresh the page there is another picture missing and the first is OK. After another refresh, the first is missing and the second is OK. And so on... I use Apache and Zope 2.1.6 under Linu

[Zope] building a Python module on Winnt

2000-08-24 Thread Vincent
Hi,   How can I build a python module on Windows NT ?   Thanks   Vincent

Re: [Zope] newbiz : zope connection

2000-08-24 Thread Stephan Goeldi
>Zope 2.2 has a facility in its Control Panel where you >can see, how much requests are currently in work. What is the "Control Panel" and where can I find it? Get Your Private, Free E-mail from MSN Hotmail at http://www.ho

Re: [Zope] Using crontab instead of rc.d

2000-08-24 Thread Stephan Goeldi
>5 * * * * root./start > >This would start the script every five minutes. Now how do I check if the >script is running after it's been started and if it wasn't to restart it >again. Why don't you write a shell script which 1. starts the ./stop script, and 2. star

Re: [Zope] building a Python module on Winnt

2000-08-24 Thread Phil Harris
Which one? It may already be built by one of us Zopista types. - Original Message - From: Vincent To: [Zope Org] (E-mail) Sent: Thursday, August 24, 2000 11:37 AM Subject: [Zope] building a Python module on Winnt Hi, How can I build a python module on Windows NT ? Thanks Vincent

Re: [Zope] building a Python module on Winnt

2000-08-24 Thread Diny van Gool
At 11:37 24-8-00 +0100, Vincent wrote: > Hi, How can I build a python module on Windows NT ? Thanks Vincent Well, I only know how it's done on Windows NT: I use Idle (python.org) to make the .py file, then put this python file into the Extensions directory of the Zope installation. The

Re: [Zope] Generic Workflow Products?

2000-08-24 Thread Paolo Bizzarri
> >There is an standards based (WFMC -- workflow management coalition, >www.wfmc.org) Zope product that really has seen no progress since early >this year - see openflow.sourceforge.net > > Correct. OpenFlow was a bit stopped, for two reasons: 1) we here at Icube had undergone acquis

Re: [Zope] newbiz : zope connection

2000-08-24 Thread Diny van Gool
At 09:49 24-8-00 GMT, Stephan Goeldi wrote: >>Zope 2.2 has a facility in its Control Panel where you >>can see, how much requests are currently in work. > >What is the "Control Panel" and where can I find it? You got to have the manage role, then you find it in your Zope root folder contents. Din

Re: [Zope] newbiz : zope connection

2000-08-24 Thread Stephan Goeldi
>To get more information, you would analyse ZServer's >log file: "var/Z2.log". It contains an entry for >each HTTP request. But if you use ProxyPass like me, there is only the IP address of the Apache Server in this logfile, so there is only one user in the Z2.log file logged. You have to check

Re: [Zope] Using crontab instead of rc.d

2000-08-24 Thread Dominic Mitchell
On Thu, Aug 24, 2000 at 09:46:11AM +, Stephan Goeldi wrote: > >5* * * * root./start > > > >This would start the script every five minutes. Now how do I check if the > >script is running after it's been started and if it wasn't to restart it > >again. > > Why do

[Zope] DestinationURL is a method ;-)

2000-08-24 Thread Chris Withers
Adding a () to the DestinationURL above made it work:: Shouldn't this be fixed somewhere? What do you mean by 'fixed'? It looks to me like DestinationURL is a python method, in which case you'll need the () to call it and return a string, otherwise you're trying to concatenate a python me

Re: [Zope] Permissions / roles question

2000-08-24 Thread Chris Withers
> > Actually, in at least some versions of GUF, all users also > > have the Anonymous role. This is the policy Zope now takes as well: Every user has the Anonymous role everywhere. Which makes sense if you think about it... if you want to know the details, check the mailing list archioves ;-) >

[Zope] Zope CVS on Windoze

2000-08-24 Thread Chris Withers
> Is there perhaps a better way for installing a cvs checkout on > windows? It's obvious that none of the c modules get compiled, but > these seem to change rather rarely ... I'd love to know the answer to this too :-) (mindyou, I might just switch to Unix anyway ;-) cheers, Chris

[Zope] AW: ExtImage

2000-08-24 Thread Heine, Gregor
> Hello, > > A newbie question. Could you pls propvide an example of mentioned > in readme.txt "preview" and "icon-gif" methods to view thumbnails and > images? > > Best regards, > Alexander N. Chelnokov Hi! Create an ExtImage object (e.g. in the folder path/to/your) and upload an image (e.g

Re: [Zope] Corruption caused by 'Pack'?

2000-08-24 Thread Marcin Kasperski
Dieter Maurer wrote: > > Marcin Kasperski writes: > > pack corrupts Data.fs > > > > Has anyone notified similar problems? What could be going on? > An officially announced and fully described bug... > > You know by now where you find the searchable archive? > I tried it. I found n

[Zope] Objet : [Zope] How to test if an object exist

2000-08-24 Thread Francois-Regis CHALAOUX
Hi, Thanks for the details on hasattr function. I learned a lot ;) In the meantime, I found an other solution. Have a look. Bye, FR. Here I create folders in the folder "self.folder1". Each new folder has a number at its end (folder11, folder12, etc ...). def testFolder(self): self=self.th

Re: [Zope] Zope CVS on Windoze

2000-08-24 Thread Wolfgang Strobl
On 24 Aug 2000, 7:31 Chris Withers wrote: (I asked) > > Is there perhaps a better way for installing a cvs checkout on > > windows? It's obvious that none of the c modules get compiled, but > > these seem to change rather rarely ... > > I'd love to know the answer to this too :-) > > (mindyou

RE: [Zope] review waiting for 3 days!!!

2000-08-24 Thread Brian Lloyd
> Yellow ppl at DC, > > Is everybody on holyday at DC? :-) > I've a some reviews waiting for 3 days now to be validated on zope.org > > Maybe there's a lot more reviews waiting from other guys. > We've been offline since sometime Monday due to network problems :( We're back on now. Brian Ll

Re: [Zope] Zope as an NT service in "developement mod"

2000-08-24 Thread Chris Withers
Phil Harris wrote: > Then double click on the 'start' parameter in the right hand window, when > the edit box comes up simply add a -D to the end of the options on the > command line. When you do this, where does all the good stuff that would usually get printed out in the console window get put,

[Zope] strange login behaviour

2000-08-24 Thread Didier Georgieff
Hello, I have really simple login wich is a link to a Method "login" wich comprise .. REDIRECT for login and 'login' method has NO autorizations for anonymous. It redirects me on the right "baseURL" page, but the "baseURL" inludes an "info" Document with who shows ONLY anonymous af

RE: [Zope] QSurvey 0.23 and Zope 2.2.1b

2000-08-24 Thread Brian Lloyd
> > Error Type: Permission mapping error > > Error Value: Attempted to map a permission to a permission, Add > > QSurveyResultsItems, that is not valid. This should never > happen. (Waaa). > > > > I believe I saw a message that said that this bug

[Zope] problems with starting zope

2000-08-24 Thread Sarciaux, Fabrice
hello i recently came accross zope and decided to give it a try installation went fine when asked to start zope as a nt service, i answered yes and check through the controlpanel->services that it was in fact up and running then, i used a bowser (ie) to go to http://localhost:8080/manage but wa

Re: [Zope] ZClass Date Fields

2000-08-24 Thread Loren Stafford
I don't know of any bug that would produce this kind of behavior. It's more likely a problem in communication between the add form and the method invoked by that form. Can you show us the DTML for both? Then we can probably see what's going wrong. -- Loren - Original Message - From: "Cra

Re: [Zope] strange login behaviour

2000-08-24 Thread Chris Withers
Didier Georgieff wrote: > Is it a known problem, or do i have some magic acquisition trick > who eludes me ? Is it possible that your browser is just caching the old page the first time round? cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] htt

[Zope] Windoze + Zope in Debug :S (OT)

2000-08-24 Thread Chris Withers
Phil Harris wrote: > Goes into the 'ether', there was a post to the list about getting it sent to > the system event log, might be worth chasing that up? Nah, I'll just run it in a DOS box... ...which brings up another question: Is there any way I can make the DOS box in Win98 (think laptop her

Re: [Zope] ZClass and external Methods

2000-08-24 Thread Chris Withers
Vincent wrote: > I just would like to call from a DTMl document an external method defined in > a ZClass. >- I created an instance of this ZClass -> Ztest (for example), >- But I can't call the external method : -> "Ztext.myMethod(Arg1)"> Some error messages and tracebacks would help a

Re: [Zope] Where do I find out about cookies?

2000-08-24 Thread Loren Stafford
From: "Jean Jordaan" <[EMAIL PROTECTED]> > It looks like I'm going to be using cookies now, and I don't find any > How-To on cookies. What's the most instructive place to look? "UTSL" is > fine as an answer, especially if it points me somewhere, and even more > if it's DTML source .. > > The *ZQR*

[Zope] I think I'm close, but still no luck

2000-08-24 Thread Daniel Rusch
Hello, (See bottom of this message for all the iterations I have tried) I've created a product called BasicDocument. I've installed it and it works great. I've also created a folderish product (called SimpleSite). When a user selects the SimpleSite product from the available objects list, thus

Re: [Zope] Windoze + Zope in Debug :S (OT)

2000-08-24 Thread Loren Stafford
From: "Chris Withers" <[EMAIL PROTECTED]> > Phil Harris wrote: > > Goes into the 'ether', there was a post to the list about getting it sent to > > the system event log, might be worth chasing that up? > > Nah, I'll just run it in a DOS box... > > ...which brings up another question: > > Is ther

[Zope] Acquisition, Not! How?

2000-08-24 Thread Júlio Dinis Silva
I know this sound strange but is there a way to, during execution of a dtml method, when a with tag is used one force acquisition not to be used? example: /root/a/b/c /root/c say was a mistake so I dont want the root.c namespace to be imported due to acquisition and instead I want to raise an

Re: [Zope] Where do I find out about cookies?

2000-08-24 Thread J. Atwood
No How-Tos on Cookies? how about http://www.zope.org/Members/BwanaZulia/cookies/ (I had forgotten to request it to be cataloged now down). Enjoy, J > From: Jean Jordaan <[EMAIL PROTECTED]> > Date: Thu, 24 Aug 2000 09:53:10 +0200 > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: [Zop

Re: [Zope] Acquisition, Not! How?

2000-08-24 Thread Jeff Hoffman
On Thu, 24 Aug 2000, Júlio Dinis Silva wrote: > I know this sound strange but is there a way to, > during execution of a dtml method, when a with tag is used one > force acquisition not to be used? > > example: > > /root/a/b/c > /root/c > > say was a mistake so I dont want the root.c namespac

Re: [Zope] How do I create a folder full of "virtual" DTML objectsfrom records in a database records in a database

2000-08-24 Thread R. David Murray
On Wed, 23 Aug 2000, Chris Beaumont wrote: > I need to take rows in an SQL database table, and create one or > several nested folders of web pages out of them.. I'd suggest checking out the ZSQL Methods manual, and then asking any questions that you still have (and there probably will be some!)

Re: [Zope] How do I create a folder full of "virtual" DTML objectsfrom records in a database records in a database

2000-08-24 Thread Chris Withers
"R. David Murray" wrote: > > On Wed, 23 Aug 2000, Chris Beaumont wrote: > > I need to take rows in an SQL database table, and create one or > > several nested folders of web pages out of them.. > > I'd suggest checking out the ZSQL Methods manual, and then asking any > questions that you still h

Re: [Zope] Acquisition, Not! How?

2000-08-24 Thread Júlio Dinis Silva
> > I know this sound strange but is there a way to, > > during execution of a dtml method, when a with tag is used one > > force acquisition not to be used? > > > > example: > > > > /root/a/b/c > > /root/c > > > > say was a mistake so I dont want the root.c >namespace > > to be imported due to

Re: [Zope] how can I determine the list of user names?

2000-08-24 Thread jpenny
On Thu, Aug 24, 2000 at 10:05:18AM +1000, Curtis Maloney wrote: > On Thu, 24 Aug 2000, [EMAIL PROTECTED] wrote: > > I would like to construct a pull down of the users defined in > > an acl_users of a particular location. > > > I am doing this soon, also, so I've put in a little thought on the prob

[Zope] Search on ZCatalog or ZSQL in MySQL

2000-08-24 Thread Nestor A. Diaz L.
Hi, I have a to take a decision to use or not to use the ZCatalog that's because i'm some kind newbie to Zope. Well the history is the following: I have to make a system to store news, so i have to migrate a old system using perl cgi's and perform a search on text files to use Zope as the searc

[Zope] My notes from the Paris EuroZope meeting

2000-08-24 Thread Simon Coles
Hi, During the EuroZope meeting I was taking notes for my own use, and a couple of people asked if I would make them more widely available - so here they are. Because they were taken during the session (and I've got RSI :-) they are bitty and may not make sense. They are also only a reflectio

RE: [Zope] Search on ZCatalog or ZSQL in MySQL

2000-08-24 Thread Steve Drees
> the true decision however the current database news is about 350M and i > would like to extend it to store images and file, so is possible that at > the final year if everyting comes ok it outperforms the 1GB data The limit I think you refer to is the 2GB file size limit on _some_ OSes. So you

[Zope] Linux and ODBC

2000-08-24 Thread Tony Corrente
Hello.. I am currently using the openlink ODBC drivers to access Progress DB's on a HPUX System from A Linux Web Server using Apache and PHP4. It Works... The rest of my site has been moved to Zope. Everything I've read states that the Zope DA's for ODBC only run under the Win32... Is anyone

[Zope] import from 216 to 213 fail

2000-08-24 Thread Didier Georgieff
Hello, I'm trying to import a folder From 2.1.6 (Linux) to 2.1.3 (Linux) and i get this error : Type d'erreur: TypeError Valeur de l'erreur: ('len() of unsized object', , None) I tried to import the zexp in 2.1.6 on Win and it works fine. AFAIK i have the correct objects in the acquired fold

Re: [Zope] Windoze + Zope in Debug :S (OT)

2000-08-24 Thread Jens Quade
Chris Withers <[EMAIL PROTECTED]> writes: > You know the story: Zope spits out four pages of debug info, and you can > only read the last 25 lines :( mode con lines=50 should help (but may need display.sys or ansi.sys in your config.sys). But: No buffering ... -- Jens Quade * [EMAIL PROTECT

[Zope] ANN: ZWikiZC - A ZCatalog enabled ZWiki

2000-08-24 Thread Johan Carlsson
ZWikiZC is a ZCatalog based clone of the original ZWiki by Simon Michael http://www.zope.org/Members/johanc/ZWikiZC/wiki/FrontPage http://www.zope.org/Members/johanc/ZWikiZC/wiki/ZWikiZC I need help with testing. There might be a alote of bugs in this first release so I wish to get feedback s

[Zope] RE: [ZOPE Collector] Zope Bug entry: An alt attribute of img element inserted by Image objectsent inserted by Image objects

2000-08-24 Thread Brian Lloyd
> > It's not required, actually, just recommended, and a > filename is better than > > NOTHING, which is what he proposed. I'd definately be -3 > on this one. > > Actually, I'd rather see BORDER=0 be the default. I've yet > to find a single > > person who wants a border on their images... > >

[Zope] Zope developer in Orange County - California

2000-08-24 Thread Paul Aviles
We are looking for a developer or developing company for a B2B startup. Responsible party should have experience developing web sites in Zope and familiarity with XML. If interested please send me your information.   Best regards, -pa

Re: [Zope] Where do I find out about cookies?

2000-08-24 Thread Maik Roeder
Hi Jean ! Jean Jordaan wrote: > It looks like I'm going to be using cookies now, and I don't find any > How-To on cookies. I am collecting everything on cookies in the developers portal of the ZDP: http://zdp.zope.org/portals/developers/sessionmanagement/cookies Hope this helps. Once you have

Re: [Zope] The tree tag, SQL and what should be simple

2000-08-24 Thread Rik Hoekstra
> > >I thought this was going to be simple but having read numerous postings on the >mailing list and all related HOW-TOs I can find, I think I can confirm I am >stuck. This is sad because I've just spent a very productive couple of days with >Zope and MySQL making the world a better place. > >I

Re: [Zope] Corruption caused by 'Pack'?

2000-08-24 Thread Jim Fulton
Marcin Kasperski wrote: > > After using succesfully zope for some time I decided to cut a bit the > database size. So I went to Control Panel/Database and clicked "Pack" > for objects older than 10 days. At first everything seemed to work (I > returned to the management screen seeing new - smalle

[Zope] gvib

2000-08-24 Thread Bob Tierney
Hello everyone! We released version 0.9.2 of the gvibDA Interbase database adapter. This version is a bug fix release. The new version can be had at http://www.zope.org/Members/RETierney/gvibDA. Thank you. Bob _ Robert E. Tie

[Zope] gvib

2000-08-24 Thread Bob Tierney
I forgot to mention that the 0.9.2 version contains a Windows DLL contributed by Brad Clements. Sorry about that. Regards, Bob _ Robert E. Tierney EMail: [EMAIL PROTECTED] Going Virtual

[Zope] Search on ZCatalog or ZSQL in MySQL

2000-08-24 Thread Nestor A. Diaz L.
Hi, I have a to take a decision to use or not to use the ZCatalog that's because i'm some kind newbie to Zope. Well the history is the following: I have to make a system to store news, so i have to migrate a old system using perl cgi's and perform a search on text files to use Zope as the searc

[Zope] Not like ASP complaint - any good answers

2000-08-24 Thread Sean McGrath
All, I have had a number of e-mails from developers using Microsoft ASP in recent days. The paraphrased consensus in the e-mails is that the external methods/python methods approach to mixing markup with code in Zope is more clunky than in ASP where you can intermingle the two at will. Has anyon

[Zope] What does context.registerBaseClass() do ???

2000-08-24 Thread Daniel Rusch
I have searched the FM's and I cannot find anything on context.registerBaseClass(). Can anyone explain what this does for me and what the syntax of the argument list should be? Thanks, Dan ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.

RE: [Zope] Not like ASP complaint - any good answers

2000-08-24 Thread Chris McDonough
Sean, This is mostly on purpose. It will probably only get more like this in time to come. There's a good article on this topic (although it deals with JSP as opposed to ASP) at http://www.servlets.com/soapbox/problems-jsp.html > -Original Message- > From: Sean McGrath [mailto:[EMAIL P

RE: [Zope] What does context.registerBaseClass() do ???

2000-08-24 Thread Chris McDonough
This should be used in the initialize() routine of your product. It initializes the class passed in so it may be use as a base class for ZClasses in your Zope instance. It takes a single class object as an argument. An example __init__.py: import Foo def initialize(context): context.regis

Re: [Zope] Missing pictures

2000-08-24 Thread Dieter Maurer
William JOYE writes: > I have notified that every time on my web page one picture is missing (with > IE and Netscape). When I refresh the page there is another picture missing > and the first is OK. After another refresh, the first is missing and the > second is OK. And so on... > > I use A

Re: [Zope] Acquisition, Not! How?

2000-08-24 Thread Dieter Maurer
=?ISO-8859-1?Q?J=FAlio?= Dinis Silva writes: > I know this sound strange but is there a way to, > during execution of a dtml method, when a with tag is used one > force acquisition not to be used? It is possible -- with an external method. But probably, you should not do it. It may have strang

Re: [Zope] Corruption caused by 'Pack'?

2000-08-24 Thread Dieter Maurer
Marcin Kasperski writes: > Dieter Maurer wrote: > > > > Marcin Kasperski writes: > > > pack corrupts Data.fs > > > > > > Has anyone notified similar problems? What could be going on? > > An officially announced and fully described bug... > > > > You know by now where you fi

Re: [Zope] The tree tag, SQL and what should be simple

2000-08-24 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > I have a table for chickens > And another table for types > > Each chicken has a type associated with it. At the end of the day I want to > display the chickens underneath the type it has ... start the screen up it would > say > > + BIG > + MEDIUM > +

Re: [Zope] strange login behaviour

2000-08-24 Thread Dieter Maurer
Didier Georgieff writes: > I have really simple login wich is a link to a Method "login" wich > comprise > > ... REDIRECT for login > > > and 'login' method has NO autorizations for anonymous. > > It redirects me on the right "baseURL" page, but the "baseURL" > inludes an "info

[Zope] Run a java applet in Zope

2000-08-24 Thread Michel Houben
Dear, I have a dtml-document with a Java-applet and I can't get it runnning in the Zope envirronement. I hope someone knows it and can solve my problem. Michel Houben ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

Re: [Zope] Microsoft SQL Server Access under Linux?

2000-08-24 Thread Jim Sanford
I have tested ODBCSocketServer for queries returning smal sets (<20 rows) it seems fine. For larger sets (100+ rows it is slow, my geuss is that the XML encoding is taking the most time. Did not try its MS specific option for returned results but the documentation says that it should be faster.

[Zope] Re. Linux and ODBC

2000-08-24 Thread Spicklemire, Jerry
Hi Folks, Just to follow up on the plan to test ODBC Socket Server. We now have a working copy resident on a NT test system here, which enables us to ship queries across the LAN from Unix / Linux land to hit against Windows Native (ODBC) data stores, and get back datasets as XML. So far, it work

Re: [Zope] Generic Workflow Products?

2000-08-24 Thread Kapil Thangavelu
[EMAIL PROTECTED] wrote: > >After applying Zope to a couple of in-house projects >(which turned out pretty well, thank you), I've started >to come to the realization that many applications boil >down to workflow management. A job comes in, attributes >get set, things get att

Re: [Zope] How do I create a folder full of "virtual" DTML objectsfrom records in a database records in a database

2000-08-24 Thread Chris Beaumont
David, Thank you, I've been successful in setting up basic SQL methods, data input forms and query forms, the problem Ive been having is in trying to break each table record (one row in a table, say) out into a separate DTML document.. with fields in the record forming the parts of the document..

[Zope] Zope product to build meta-tags?

2000-08-24 Thread Chris Beaumont
Are there any Zope products that automate the meta-tag process for HTML documents? Thanks Chris Beaumont [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Re

Re: [Zope] How do I create a folder full of "virtual" DTML objectsfrom records in a database records in a database

2000-08-24 Thread R. David Murray
On Thu, 24 Aug 2000, Chris Beaumont wrote: > Thank you, I've been successful in setting up basic SQL methods, data > input forms and query forms, > the problem Ive been having is in trying to break each table record (one > row in a table, say) out into a separate DTML document.. with fields in > t

Re: [Zope] speeding up dtml-tree

2000-08-24 Thread Clinton Roy
"Andy McKay" <[EMAIL PROTECTED]> writes: > A real crude way to hack the dtml-tree tag is to make it always assume there > are child nodes. This prevents the look up and is a lot faster. Think of > Windows Explorer style tag. Not really something I want to do, and in my case wouldn't really help

Re: [Zope] Not like ASP complaint - any good answers

2000-08-24 Thread Luciano Ramalho
Intermingling application logic with HTML code is a good idea if these conditions are met: 1) your website logic and its graphic design always change in sync; 2) you have more real programmers than HTML coders; 3) your programmers´ workload is so light that you don´t care about reusing code; Unf

Re: [Zope] Not like ASP complaint - any good answers

2000-08-24 Thread Andrew Kenneth Milton
+---[ Sean McGrath ]-- | All, | | I have had a number of e-mails from developers | using Microsoft ASP in recent days. The paraphrased consensus | in the e-mails is that the external | methods/python methods approach to mixing markup | with code in Zope is more clunky than

Re: [Zope] Linux and ODBC

2000-08-24 Thread Andrew Kenneth Milton
+---[ Tony Corrente ]-- | Hello.. | | I am currently using the openlink ODBC drivers to access Progress DB's | on a HPUX System from A Linux Web Server using Apache and PHP4. It | Works... | The rest of my site has been moved to Zope. Everything I've read states | that

Re: [Zope] Using crontab instead of rc.d

2000-08-24 Thread Curtis Maloney
On Thu, 24 Aug 2000, Dominic Mitchell wrote: > On Thu, Aug 24, 2000 at 09:46:11AM +, Stephan Goeldi wrote: > > >5 * * * * root./start > > > > > >This would start the script every five minutes. Now how do I check if > > > the script is running after it's been starte

Re: [Zope] Linux and ODBC

2000-08-24 Thread Curtis Maloney
On Fri, 25 Aug 2000, Tony Corrente wrote: > Hello.. > > I am currently using the openlink ODBC drivers to access Progress DB's > on a HPUX System from A Linux Web Server using Apache and PHP4. It > Works... > The rest of my site has been moved to Zope. Everything I've read states > that the Zope

Re: [Zope] How do I create a folder full of "virtual" DTML objectsfrom records in a database records in a database

2000-08-24 Thread Kapil Thangavelu
Chris Beaumont wrote: > > David, > > Thank you, I've been successful in setting up basic SQL methods, data > input forms and query forms, > the problem Ive been having is in trying to break each table record (one > row in a table, say) out into a separate DTML document.. with fields in > the rec

Re: [Zope] How do I create a folder full of "virtual" DTML objectsfromrecords in a database records in a database

2000-08-24 Thread Kapil Thangavelu
"R. David Murray" wrote: > > On Thu, 24 Aug 2000, Chris Beaumont wrote: > > Thank you, I've been successful in setting up basic SQL methods, data > > input forms and query forms, > > the problem Ive been having is in trying to break each table record (one > > row in a table, say) out into a separ

[Zope] Re:

2000-08-24 Thread Jesse D. Sightler
Hi Melissa, Did you get to come down this weekend? If you did, then that was one short visit! It was a very short visit, as I ended up coming in Saturday afternoon and leaving early Sunday afternoon to go to a 5PM meeting. Well, after tomorrow you may not recognize me. (I may not want

Re: [Zope] Zope CVS on Windoze

2000-08-24 Thread Riku Voipio
On Thu, Aug 24, 2000 at 03:26:29PM +0200, Wolfgang Strobl wrote: > Speaking about Linux - I just noticed that the upcoming Suse > distribution (V7) will contain Zope in the "professional edition", see http://www.debian.org/Packages/stable/web/zope.html The current Debian has it too. As well as

[Zope] Product release: ExtFile/ExtImage 0.91

2000-08-24 Thread Heine, Gregor
Version 0.91 of the ExtFile/ExtImage Software Product has just been released. The ExtFile and ExtImage Products store large files in an external file-repository and are able to display icons for different MIME-Types. The ExtImage Product additionally creates preview-thumbnails from images and di