[Zope] Zope SQL Database Connection

2000-05-19 Thread joel grimes
not mentioned in the quick start guide. I'll be using an Access or SQL Server Database. Oh yeah...and what the heck is a Z Gadfly Database Connection? Thanks, Joel Grimes [EMAIL PROTECTED] Get Your Private, Free E-mail from MSN

[Zope] Parse Text File (newbie q.)

2000-06-14 Thread joel grimes
I'm trying to display the contents of a text file in a DTML document. It's easy enough to display but all the line breaks are removed. Is there an easy way to bring in formatted text? Thanks joel Get Your Private, Free

[Zope] left(string) equivalent

2000-06-15 Thread joel grimes
I should have given a little more detail. I have an odbc connection and a zsqlmethod that work fine when the zsqlmethod says: select description, datein from san_jose But I just want the first 4 characters of the description field. So I've tried: select substring(description, 1, 4), datein

[Zope] Newbie Question (dropdown menu)

2000-06-21 Thread joel grimes
the query results to fill a drop-down? Thanks Joel Grimes Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] importing text files

2000-06-30 Thread joel grimes
the project I was operating under the assumption that a file object was a link to the object, not a static snapshot of it - silly me. Thanks, Joel Grimes Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Re: [Zope] LocalFS Product - where is it?

2000-07-05 Thread joel grimes
I was looking at the zope site to this mysterious Product that will let me use my current pages in a zope server, but it seems to have been taken away. Will it come back or reappear in an update? Is this what you're looking for? http://www.zope.org/Members/jfarr/Products/LocalFS/ Joel

[Zope] frustrating security problem

2000-07-25 Thread joel grimes
Method, I'm asked for a login and password before I can view it and NONE of my logins work. The interface IS created and I can edit it, I just can't view it. I only have 2 users. The superuser and the one that created the ZSQL Method AND Search Interface. What am I missing? joel grimes [EMAIL

RE: [Zope] frustrating security problem

2000-07-25 Thread joel grimes
= Don't look quite right to me. I assume I can just strip =0A=, is =3D just a space? Alternately, is there somwhere I can download the entire RDB.py? A search of www.zope.org for RDB.py turned up nothing. Thanks, Joel Grimes [EMAIL PROTECTED

[Zope] simple dtml-if question

2000-07-26 Thread joel grimes
How do I do this? I have a table with a field called SerialNumber. I want to test it for null and return a non-breaking space if it's null. Here's what I tried: dtml-if "SerialNumber = null"nbsp; dtml-elsedtml-var SerialNumber /dtml-if Doesn't work (be nice-I'm new). I've tried various

[Zope] simple dtml-if question

2000-07-26 Thread joel grimes
If the SerialNumber is taken from a ZSQL method, shouldn't you been able to show it without testing its content. Such as: dtml-var SerialNumbernbsp; Those rows that have something other than 'null' would be shown together with a nbsp;. Well, THAT never occurred to me. Somethimes the easiest