Render SQL method as lines
20 Mar
2001
20 Mar
'01
4:21 p.m.
How do I render a SQL method as lines ? I'd like to make a DB lookup for a Multi-Selection property. This is my DTML method (getNames is a SQL method): <dtml-in getNames> <dtml-var name> </dtml-in> But this renders as a string which is not compatible... Regards
20 Mar
20 Mar
5:14 p.m.
New subject: [Zope] Render SQL method as lines
on 20/3/01 4:21 PM, Kenneth Ellested at ke@younameit.dk wrote:
How do I render a SQL method as lines ?
I'd like to make a DB lookup for a Multi-Selection property.
This is my DTML method (getNames is a SQL method): <dtml-in getNames> <dtml-var name> </dtml-in>
add... <dtml-call "RESPONSE.setHeader('Content-Type', 'text/plain')"> ...and it should work tom
9148
Age (days ago)
9148
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kenneth Ellested -
tom smith