[Zope] finding out names of properties
Martin Dougiamas
martin@complex.curtin.edu.au
Sun, 26 Sep 1999 19:20:01 +0800 (WST)
I'm getting a single record back from a ZSQL method, which may consist
of a variable number of fields. The following snippet prints out
the contents of all the fields:
<dtml-in getrecord>
<dtml-in sequence-item >
<P><dtml-var sequence-item>
</dtml-in-->
</dtml-in>
but I also need to know the NAME of each field - how can I do this?
(the docs seem to indicate it would be sequence-key, but it isn't ...) ...
Cheers,
Martin
--
### Martin Dougiamas
### http://dougiamas.com/