RE: [Zope-dev] SQL Server ..?

2001-03-15 Thread Anderson Ami
What is the diference between ZODBC and ZmxODBC ? Which one is better? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan Baszczewski Sent: quinta-feira, 15 de maro de 2001 18:27 To: [EMAIL PROTECTED] Subject: [Zope-dev] SQL Server ..? I am curious

[Zope] Calling a DTML Document using a string

2001-01-24 Thread Anderson Ami
How can I do a dtml document call using the call dtml tag ? e.g. - I have 3 DTML documents ( bot1, bot2 and bot3) - I have in my request a int variable called varX - I would like do it, but this one doesn't work : ... dtml-var expr="bot + varX" ... Thanks a lot anderson

[Zope-dev] Session

2001-01-16 Thread Anderson Ami
How can I use this line ? Do I need any product ? dtml-call "Session.set('myVariable','somevalue') Anderson ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! **

RE: [Zope] Session

2001-01-16 Thread Anderson Ami
: Chris McDonough [mailto:[EMAIL PROTECTED]] Sent: tera-feira, 16 de janeiro de 2001 12:03 To: Chris Withers; peter bengtson Cc: Anderson Ami; [EMAIL PROTECTED] Subject: Re: [Zope] Session It won't be in 2.3 (just couldn't get it in), and the current iteration is a development release

RE: [Zope] Session

2001-01-16 Thread Anderson Ami
-feira, 16 de janeiro de 2001 13:08 To: Anderson Ami; Chris Withers; peter bengtson Cc: [EMAIL PROTECTED] Subject: Re: [Zope] Session Download and install the latest core session tracking (0.5) which allows you to use the mapping keyword. - OR - Doc 1 dtml-with "Session.getSessionData()&qu

RE: [Zope] Session

2001-01-16 Thread Anderson Ami
advice -Original Message- From: Chris McDonough [mailto:[EMAIL PROTECTED]] Sent: tera-feira, 16 de janeiro de 2001 15:27 To: Anderson Ami; Chris Withers; peter bengtson Cc: [EMAIL PROTECTED] Subject: Re: [Zope] Session Hmm. I haven't had any other bugreports, and there's nothing special

RE: [Zope] Session

2001-01-16 Thread Anderson Ami
Thanks a lot. Is there another way for save and retrive session variables ? -Original Message- From: Chris McDonough [mailto:[EMAIL PROTECTED]] Sent: tera-feira, 16 de janeiro de 2001 15:59 To: Anderson Ami; Chris Withers; peter bengtson Cc: [EMAIL PROTECTED] Subject: Re: [Zope] Session

RE: [Zope] Session

2001-01-16 Thread Anderson Ami
Now It works ! Thanks so much !! You give me a big advice !!! Anderson -Original Message- From: Chris McDonough [mailto:[EMAIL PROTECTED]] Sent: tera-feira, 16 de janeiro de 2001 16:46 To: Anderson Ami; Chris Withers; peter bengtson Cc: [EMAIL PROTECTED] Subject: Re

RE: [Zope] Session

2001-01-16 Thread Anderson Ami
: tera-feira, 16 de janeiro de 2001 16:46 To: Anderson Ami; Chris Withers; peter bengtson Cc: [EMAIL PROTECTED] Subject: Re: [Zope] Session I just posted a new release (.06) that fixes the problem at http://www.zope.org/Members/mcdonc/Products/CoreSessionTracking - Original Message - From

[Zope] next record in IN TAG

2000-12-27 Thread Anderson Ami
How can I jump to the next record within IN TAG ? Thanks Anderson ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope-dev] POST METHOD

2000-12-19 Thread Anderson Ami
Is there a data limit if I am using the POST method ?I have been doing a form that has some input fields, when I do the post I receive a Zope Error The Zope don´t get one form field, but this one exists). Thanks so much !!! anderson ___ Zope-Dev

[Zope] POST METHOD

2000-12-19 Thread Anderson Ami
Is there a data limit if I am using the POST method ?I have been doing a form that has some input fields, when I do the post I receive a Zope Error The Zope don´t get one form field, but this one exists). Thanks so much !!! anderson ___ Zope

[Zope] (no subject)

2000-11-29 Thread Anderson Ami
Zopers, Anybody knows how can I change the value of a property of an object which has a dynamic (string variable) name ? thanks, Anderson ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or

[Zope] Client/Server Product

2000-11-27 Thread Anderson Ami
Has anybody used the Client/Server Product ? If I create a dtml document on the server, can I use it through the client ? is the server just a repository that can´t make changes ? anderson ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Medusa Monitor

2000-11-23 Thread Anderson Ami
Hi People, Anybody knows What is Medusa Monitor ? What it do ? How can I use it ? Thank you hugs ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] ZEO

2000-11-23 Thread Anderson Ami
I´m trying install the ZEO in my Zope ( Windows NT System ) and when I use this command : python ..\lib\python\ZEO\start.py -p 8800 to start the ZEO I get this : Traceback (innermost last): File "..\lib\python\ZEO\start.py", line 304, in ? if __name__=='__main__': main(sys.argv) File