[Zope] Compare String to Integer

2009-04-21 Thread Bobby
Hi, I can't compare a string (pid) to an integer (brand_id); what's is wrong with my code below? pid is being passed in the URL as pid= , brand_id is an integer from a database table. Could someone help me with this so that I could make the if statement comparison work? Thanks. dtml-in

Re: [Zope] Database Adapter For Windows DB

2009-04-15 Thread Bobby
...@zopyx.com Subject: Re: [Zope] Database Adapter For Windows DB To: cybercruis...@yahoo.com Cc: zope@zope.org Date: Tuesday, April 14, 2009, 12:22 AM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13.04.2009 23:33 Uhr, Bobby wrote: Hi, I'm running Zope on a Linux box and need

Re: [Zope] Database Adapter For Windows DB

2009-04-15 Thread Bobby
: [Zope] Database Adapter For Windows DB To: zope@zope.org Date: Tuesday, April 14, 2009, 3:17 AM Quoting Bobby cybercruis...@yahoo.com: Hi, I'm running Zope on a Linux box and need to connect to a Window's SQL Server machine. Which Zope's DB Adapter should I use? Thanks. I

Re: [Zope] Database Adapter For Windows DB

2009-04-15 Thread Bobby
Uhr, Bobby wrote: Looked at mxODBC but it's not free and MSSQL didn't worked for me either :(. It's cheap enough, well supported and worth the mone (please no further discussions about that everything must be free :-)) Andreas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin

[Zope] Database Adapter For Windows DB

2009-04-13 Thread Bobby
Hi, I'm running Zope on a Linux box and need to connect to a Window's SQL Server machine. Which Zope's DB Adapter should I use? Thanks. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

[Zope] dtml-in pagination

2009-04-07 Thread Bobby
Hi, I'm trying to do pagination with dtml-in; could one of you show my why i can't get the next and previous button from my code below to work? Also, i need to do view per page: 1,2,3,etc. and allow the user select the number of records displayed per page (size) as well. Thanks in advance

Re: [Zope] dtml-in pagination

2009-04-07 Thread Bobby
Could someone point me to some documentation on how to do pagination? Thanks. --- On Tue, 4/7/09, Bobby cybercruis...@yahoo.com wrote: From: Bobby cybercruis...@yahoo.com Subject: [Zope] dtml-in pagination To: zope@zope.org Date: Tuesday, April 7, 2009, 10:58 AM Hi, I'm trying to do

[Zope] Mod_Rewrite port 8080

2009-04-06 Thread Bobby
Hi, I want to use mod_rewrite on Apache to redirect http://internal:80/internal to http://internal:8080/internal so that when the user request http://internal:80/internal, the Zope folder foo will be served up. I still want http://internal:80/ to stay intact so that the contents from port 80

Re: [Zope] dtml-in

2009-04-02 Thread Bobby
, Bobby wrote: Hi, I have a variable called checkGroup where its values are the record ids that the user selected to be deleted. I have a deleteRecord method that takes two arguements, one the sql table and the record id to be deleted. The code below works fine except for when the user only

[Zope] dtml-in

2009-04-01 Thread Bobby
Hi, I have a variable called checkGroup where its values are the record ids that the user selected to be deleted. I have a deleteRecord method that takes two arguements, one the sql table and the record id to be deleted. The code below works fine except for when the user only select one item

[Zope] SiteRoot Issues

2009-03-30 Thread Bobby
Hi, I've created a SiteRoot to point to a subfolder of the root folder /subfolder. Now I can't get back to the root folder / or remove the SiteRoot entry. How do I get back to the / root folder or go back and edit/remove the SiteRoot entry that I've just did. I checked the Undo tab by my

Re: [Zope] SiteRoot Issues

2009-03-30 Thread Bobby
you guys see me? Earth to Zope, please give me some dope back if you see this :). --- On Mon, 3/30/09, Bobby cybercruis...@yahoo.com wrote: From: Bobby cybercruis...@yahoo.com Subject: [Zope] SiteRoot Issues To: zope@zope.org Date: Monday, March 30, 2009, 10:32 AM Hi, I've created

[Zope] Importing .zexp files

2009-03-25 Thread Bobby
Hi, I’ve just downloaded the ZMultiTab_0_2.zexp from http://www.zope.org/Members/dgeorgieff/zMultiTab and put it in the import folder. I can see it from the import drop down list but can’t import it. Zope says “The object ZMultiTab does not support his operation”. At first I thought it was a

Re: [Zope] Importing .zexp files

2009-03-25 Thread Bobby
Maybe the product is broken? I can't figure it out, Zope didn't give me enough debugging info. Do any of you know of a good tab bar navigation builder tool with images included? Thanks. --- On Wed, 3/25/09, Bobby cybercruis...@yahoo.com wrote: From: Bobby cybercruis...@yahoo.com Subject