[Zope] Limited File object size?

2001-01-11 Thread Stuart Foster
When uploading a file to Zope I am getting an error about commit_sub. I uploaded some other files to the same folder but am having problems with two in particular. He only difference I can see is that the others where 10k to 60k and the two problem files are 100k and higher. Is there a limit

Re: [Zope] Limited File object size?

2001-01-11 Thread Stuart Foster
Withers [EMAIL PROTECTED] wrote regarding Re: [Zope] Limited File object size?: What version of Zope are you using? Stuart Foster wrote: When uploading a file to Zope I am getting an error about commit_sub. I uploaded some other files to the same folder but am having problems with two

[Zope] Z2 Log question

2001-01-05 Thread Stuart Foster
I was looking at my Z2 log and notice an entry that repeats itself over and over and was wondering if anyone could tell me how to trace it down. The message is [20/Nov/2000:13:00:11 -0700] "HEAD /opnix/portal HTTP/1.0" 401 1906 "" "" [20/Nov/2000:13:00:17 -0700] "HEAD /opnix/portal

Re: [Zope] SQL editing

2001-01-05 Thread Stuart Foster
We use the Znolk wizard. It's good for creating the initial entry, edit, list forms as well as the queries to add, edit and delete. Original Message On 1/5/01, 10:47:14 AM, Alex Burton [EMAIL PROTECTED] wrote regarding [Zope] SQL "editing": Hello All, I'm quite happy, got MySQL +

Re: [Zope] dtml-tree stuff

2000-11-30 Thread Stuart Foster
I have a similar need and have found the How-To's cryptic also. I too get company1 over and over. Original Message dated 11/30/00, 3:12:00 PM Author: Mike Kelland [EMAIL PROTECTED] Re: [Zope] dtml-tree stuff: I think I may not have asked a specific enough question last time round. I'll try

[Zope] dtml-var and Null values.

2000-09-19 Thread Stuart Foster
I am trying to use the null attribute for a btml-var tag. But it doesn't seem to work. The docs say if the value is an empty string you can use something like dtml-var some_empty_value null="none" but this doesn't seem to work. Am I missing something? TIA Stuart

[Zope] Data date type returned by ZSQL method

2000-09-18 Thread Stuart Foster
I am trying to format a date value that is returned by a ZSQL method but keep getting an error. I am using the same format string where I use ZopeTime dtml-var ZopeTime fmt="%m/%d/%Y". Yet when I try to use it for a timestamp field from PSQL I get the following error. Error Type: ValueError

RE: [Zope] Pluggable brains

2000-09-15 Thread Stuart Foster
I would like to understand how to do this in Zope also. I've done similar things in Delphi and C++. But am having a little trouble seeing how to do it in Zope. Below is a snippet from a document that was suggested however It's not clear how the data is "Wrapped" by the class. Can someone explain

[Zope] Logging out of Zope

2000-09-13 Thread Stuart Foster
Is there a way to allow an authenticated user to logout of Zope? I want to allow a user to logout and someone else login. Thanks ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

RE: [Zope] How to Pass values to a DTML method ??

2000-09-12 Thread Stuart Foster
The first example is what I was doing. But felt it was hard to follow. However I would be interested in why it would be considered more robust. -Original Message- From: Evan Simpson [mailto:[EMAIL PROTECTED]] Sent: Monday, September 11, 2000 8:15 PM To: Stuart Foster; Dieter Maurer Cc

[Zope] Getting the count from dtml-in

2000-09-12 Thread Stuart Foster
How do I get the count in a sequence? dtml-var total-rec_id rec_id is a field from a table that is being used in the dtml-in. However the result isn't correct. TIA Stuart ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Never mind dtml-in

2000-09-12 Thread Stuart Foster
Oops how about count-rec_id.. Sorry for the previous message. Stuart ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] Date format problems

2000-09-12 Thread Stuart Foster
I am using the following on an NT installation with no problems dtml-var timestamp fmt='%m/%d/%Y' However when I use it on a Linux install it get Error Type: ValueError Error Value: unsupported format character 'm' (0x6d) What am I missing here.

[Zope] How to Pass values to a DTML method ??

2000-09-11 Thread Stuart Foster
I have a DTML method that is called from a document. I need to pass a value to it like a parameter would be passed to a function. dtml-var some_method(param=value) Thanks ___ Zope maillist - [EMAIL PROTECTED]

RE: [Zope] How to Pass values to a DTML method ??

2000-09-11 Thread Stuart Foster
This is the way I had to do it what's up with the two extra params? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dieter Maurer Sent: Monday, September 11, 2000 2:24 PM To: Stuart Foster Cc: Zope List Subject: Re: [Zope] How to Pass values to a DTML

RE: [Zope] Form Validation

2000-09-06 Thread Stuart Foster
I can't answer your question but have been looking for similar information. Where can I find out more about ":string" and so forth. I haven't been able to locate any information on validation.. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

[Zope] Getting the Date from Zope

2000-09-05 Thread Stuart Foster
I know I've seen many posts about this, I just can't find one. I need to put the current date into an input's value when a form is loaded. Is there a way to do this with DTML. TIA Stuart ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Creating Graphs

2000-08-18 Thread Stuart Foster
We need the ability to create multiple graphs from data that we get from Postgres. Currently we use a py method to call gnu plot, but we are looking for an alternative to serve up graphs. Any suggestions? I took a look at the Python Image Library is this the best solution? TIA Stuart

[Zope] How to execute multiple SQL statements in one SQL-Method ?

2000-08-18 Thread Stuart Foster
I know it can be done but forgot how. Stuart ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce

RE: [Zope] Don't use relative links!

2000-08-18 Thread Stuart Foster
Where can I find more information on how this is done. I'm not familiar with the dtml. notation? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Withers Sent: Friday, August 18, 2000 11:59 AM To: Stuart Foster; Zope List Subject: Re: [Zope

RE: [Zope] How to use RESPONSE.redirect ?

2000-08-17 Thread Stuart Foster
f Of Kapil Thangavelu Sent: Tuesday, August 15, 2000 3:44 PM To: Stuart Foster Cc: Zope List Subject: Re: [Zope] How to use RESPONSE.redirect ? Stuart Foster Wrote: I want to use redirect to call another form passing the current form, how can I do that. dtml-call RESPONSE.redirect('otherform'+?

RE: [Zope] How to use RESPONSE.redirect ?

2000-08-17 Thread Stuart Foster
Thanks for the input. -Original Message- From: Curtis Maloney [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 15, 2000 5:59 PM To: Stuart Foster; Zope List Subject: Re: [Zope] How to use RESPONSE.redirect ? On Wed, 16 Aug 2000, Stuart Foster wrote: I want to use redirect to call

[Zope] How to use RESPONSE.redirect ?

2000-08-15 Thread Stuart Foster
I want to use redirect to call another form passing the current form, how can I do that. dtml-call RESPONSE.redirect('otherform'+?) If I do dtml-call RESPONSE.redirect('otherform') The current form isn't being passed ? Any ideas.. TIA Stuart

[Zope] Viewing Dependencies in the ZDB

2000-07-24 Thread Stuart Foster
I thought I saw a product that would let you view object dependencies in the ZDB. Is there such a product? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

RE: [Zope] file upload

2000-05-30 Thread Stuart Foster
Take a look at this product sounds like what you need. http://yyy.zope.org/Members/jfarr/Products/LocalFS -Original Message- From: Oai Luong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 8:40 AM To: [EMAIL PROTECTED] Subject: [Zope] file upload i want to make a section in my

RE: [Zope] TimeSheet product?

2000-05-30 Thread Stuart Foster
I could use one too. If someone doesn't have one maybe we can work one out. -Original Message- From: Jean Jordaan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 7:25 AM To: [EMAIL PROTECTED] Subject: [Zope] TimeSheet product? Hi Zopers I'm looking for something to track the

RE: [Zope] FTP

2000-05-23 Thread Stuart Foster
When I try this I get an unauthorized user error. Can you give an example of how to connect to port 8021 with a simple ftp program. -Original Message- From: Rik Hoekstra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 7:37 AM To: David Shen Cc: [EMAIL PROTECTED] Subject: Re: