Re: [Zope] Not grocking RESQUEST.set syntax

2000-10-25 Thread Curtis Maloney
On Thu, 26 Oct 2000, Noah wrote: > I'm still not grocking the syntax for setting REQUEST fields. > I want to set a REQUEST field "filename" to be the value returned > by a ZSQL call. I want something like this (pseudo-code of what I want): > > > > > > > That does not work because FOO gets set

Re: [Zope] Not grocking RESQUEST.set syntax

2000-10-25 Thread Ender
Noah wrote: > > I'm still not grocking the syntax for setting REQUEST fields. > I want to set a REQUEST field "filename" to be the value returned > by a ZSQL call. I want something like this (pseudo-code of what I want): > > > > > > > That does not work because FOO gets set to something lik

[Zope] [Fwd: [Zope] Not grocking RESQUEST.set syntax]

2000-10-25 Thread Daniel Rusch
Try: This assumes that MyFavoiteZSQLMethod returns the variable filename Dan Noah wrote: > > I'm still not grocking the syntax for setting REQUEST fields. > I want to set a REQUEST field "filename" to be the value returned > by a ZSQL call. I want something like this (pseudo-code of w

Re: [Zope] Not grocking RESQUEST.set syntax

2000-10-25 Thread Matt
try -Original Message- From: Noah <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, 26 October 2000 09:01 Subject: [Zope] Not grocking RESQUEST.set syntax >I'm still not grocking the syntax for setting REQUEST fields. >I want

[Zope] Not grocking RESQUEST.set syntax

2000-10-25 Thread Noah
I'm still not grocking the syntax for setting REQUEST fields. I want to set a REQUEST field "filename" to be the value returned by a ZSQL call. I want something like this (pseudo-code of what I want): That does not work because FOO gets set to something like: I tried sticking this inside