Re: [Zope] dtml-calendar question (I GOT IT!!!!!!!!)

2000-08-04 Thread R. David Murray
On Fri, 4 Aug 2000, tom smith wrote: > notice the startDateString=StartDateString...which I thought the would've handled, anywaythis seems to have fixed it > > can anyone tell me why? ZSQL methods do not pick variables up out of the name space because the possability of unintended collision

Re: [Zope] dtml-calendar question (I GOT IT!!!!!!!!)

2000-08-04 Thread tom smith
My problem was with passing the arguments around I used ... notice the startDateString=StartDateString...which I thought the http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-anno

Re: [Zope] dtml-calendar question (still not working)

2000-08-04 Thread tom smith
This message is about how to use to get it's data out of an odbc database on 3/8/00 5:35 pm, R. David Murray at [EMAIL PROTECTED] wrote: > On Thu, 3 Aug 2000, tom smith wrote: >> I'm still getting allsorts of errors. My code is like this... >> >> >> >> >> >> >> >> >> >> >> >> >>

Re: [Zope] dtml-calendar question (still not working)

2000-08-03 Thread R. David Murray
On Thu, 3 Aug 2000, tom smith wrote: > I'm still getting allsorts of errors. My code is like this... > > > > > > > > > > > > > > I'm having trouble passing StartDateString to get_days_events. If I look at > StartDateString using it looks OK. What kind of erro

Re: [Zope] dtml-calendar question.

2000-08-03 Thread R. David Murray
On Thu, 3 Aug 2000, Chris Withers wrote: > > In what way does it *not* follow Python (expression) syntax rules? > > _['something'] doesn't just return the value from the dictionary which > has the 'something' key, if it's callable, it'll try to call it and then > return that... not nice :( > > I

Re: [Zope] dtml-calendar question (still not working)

2000-08-03 Thread tom smith
on 3/8/00 10:14 am, Chris Withers at [EMAIL PROTECTED] wrote: > "R. David Murray" wrote: >> >> On Thu, 3 Aug 2000, Andrew Kenneth Milton wrote: >>> | Well, yeah. A restricted python environment. The point being, it follows >>> | python syntax rules . >>> >>> kind of... :-) >> >> In what way

Re: [Zope] dtml-calendar question.

2000-08-03 Thread Chris Withers
"R. David Murray" wrote: > > On Thu, 3 Aug 2000, Andrew Kenneth Milton wrote: > > | Well, yeah. A restricted python environment. The point being, it follows > > | python syntax rules . > > > > kind of... :-) > > In what way does it *not* follow Python (expression) syntax rules? _['something']

Re: [Zope] dtml-calendar question.

2000-08-02 Thread R. David Murray
On Thu, 3 Aug 2000, Andrew Kenneth Milton wrote: > | Well, yeah. A restricted python environment. The point being, it follows > | python syntax rules . > > kind of... :-) In what way does it *not* follow Python (expression) syntax rules? --RDM ___

Re: [Zope] dtml-calendar question.

2000-08-02 Thread Andrew Kenneth Milton
+[ R. David Murray ]- | On Thu, 3 Aug 2000, Andrew Kenneth Milton wrote: | > | Untested: | > | | > | | > | | > | Inside the quotes you are in Python... | > | > kind of... | | Well, yeah. A restricted python environment. The point being, it fol

Re: [Zope] dtml-calendar question.

2000-08-02 Thread R. David Murray
On Thu, 3 Aug 2000, Andrew Kenneth Milton wrote: > | Untested: > | > | > | > | Inside the quotes you are in Python... > > kind of... Well, yeah. A restricted python environment. The point being, it follows python syntax rules . I see I made a typo: '%s/%s/%s'. --RDM

Re: [Zope] dtml-calendar question.

2000-08-02 Thread Andrew Kenneth Milton
+[ R. David Murray ]- | On Sat, 12 Aug 2000, tom smith wrote: | > / "date.dd()">/)> | | Untested: | | | | Inside the quotes you are in Python... kind of... -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Inte

Re: [Zope] dtml-calendar question.

2000-08-02 Thread R. David Murray
On Sat, 12 Aug 2000, tom smith wrote: > / "date.dd()">/)> Untested: Inside the quotes you are in Python... --RDM ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

[Zope] FW: [Zope] dtml-calendar question.

2000-08-02 Thread tom smith
-- From: tom smith <[EMAIL PROTECTED]> Date: Tue, 01 Aug 2000 17:16:39 +0100 To: Peter Bengtsson <[EMAIL PROTECTED]> Subject: Re: [Zope] dtml-calendar question. on 2/8/00 4:04 pm, Peter Bengtsson at [EMAIL PROTECTED] wrote: > > > > > > > Cheers

[Zope] dtml-calendar question.

2000-08-02 Thread tom smith
hi, I'm trying to use the calendar tag as a front end to a calendar database. I have a sql database storing events and a sql method called get_days_events which takes an arguement called startDateString In my dtml-calendar tag I have ... // which returns "07/31/00" how do I get this value in