[Zope] Re: Help with virtual hosting Zope on different ports

2005-09-19 Thread Michael Sanborn
I've found where this topic is covered in The Definitive Guide to Plone (pp. 292-303) and have installed Virtual Host Monsters in both Zope instances. I still have some questions about how to edit httpd.conf, but since that's just an Apache issue, I'll sign off with a Neve Mid...

[Zope] Re: Text field and module import questions

2005-09-19 Thread Martijn Pieters
Ivan Stout wrote: It appears that the text input field I have created using a dtml method has a default space character when you click in the field. Is there a way to get rid of this? Depends on the HTML used; this is really a HTML question more than a DTML question. If this is a textarea,

Re: [Zope] Re: Text field and module import questions

2005-09-19 Thread Ivan Stout
Martijn, Thank you very much. Just as you said, there was aspace in between openning and closing tags, but the reason I missed it was becauseI had indented likethe following:_textarea name=var _/textarea since it was part of an if tag block. So I changed it like the following:_textarea

[Zope] How to show field names from sql query?

2005-09-19 Thread Thomas Apostolou
Hello all, i use the following to get to show the results from an sql query. What are the expresions to show the field names? table dtml-in expr=TestODBCEM(sysDSN=sysDSN, usr=usr, mypass=mypass, sSQL=sSQL) dtml-if sequence-even tr bgcolor=lightgreen dtml-else tr /dtml-if

Θέμα: Re: [Zope] How to show field n ames from sql query?

2005-09-19 Thread Thomas Apostolou
TestODBCEM is an external method that uses a python module with a function named TestODBCEM. This function uses the parameters sysDSN, usr, mypass, sSQL to connect to the sysDSN with user name usr, password mypass and execute sSQL query. After that it returns the results witch i show in a table.

[Zope] create a new log file

2005-09-19 Thread Nuno
Hi! How can I create a new log file, e.g. mylog.log, this is to log specific jobs in a different log file of event.log. Best Regards Nuno ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Getting at third-party modules in dtml?

2005-09-19 Thread Paul Winkler
I've got an ancient DTMLFile UI that I need to add a feature to, and I really don't want to have to rewrite it all in ZPT today... I'd love to, just don't have time now... and there's something I just can't figure out: Say I have a function that I want to make callable in my UI. It needs to be

[Zope] Re: Getting at third-party modules in dtml?

2005-09-19 Thread Axel Straschil
Hi! Say I have a function that I want to make callable in my UI. It needs to be globally available, i.e. it needs to be callable *without* having an instance of my product yet. (This has to do with listing information about all acquirable instances of the product, so the user can choose from

[Zope-Coders] Zope tests: 4 OK, 4 Unknown

2005-09-19 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Sep 18 11:01:02 2005 UTC to Mon Sep 19 11:01:02 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Unknown --- Subject: UNKNOWN : Zope-2_8-branch Python-2.3.5 : Linux From: Zope Unit Tests Date: Sun Sep 18 21:24:17 EDT 2005 URL:

[Zope-dev] Weird IndexableObjectWrapper + TopicIndex + aq_acquired interactions.

2005-09-19 Thread Lennart Regebro
You know you are in trouble when you need to read the c-code of Acquisition to understand a problem. :) This took me half the day to figure out, and in fact, I still don't fully understand it. So I need help with this. CPS has an index, called cps_filter_sets. It's a TopicIndex, and TopicIndexes