Mailing List Archive

option selection in db entry sceens
Hi
I'm new to zope and particularly to zope sql db applications

Could someone direct me to the easiest way to set up a data entry screen
which would allow you to choose one of a series of options for a
particular field
via a web interface

(for instance a "sex" field with "male","female", and "unknown" as the options)

Thanks

Stephen Pearce
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db
Re: option selection in db entry sceens [ In reply to ]
--On 26. Juni 2005 17:23:38 +1200 stephen pearce <pearce.sg@gmail.com>
wrote:

> Hi
> I'm new to zope and particularly to zope sql db applications
>
> Could someone direct me to the easiest way

You should learn how to write dynamic pages with Zope using ZPT and how to
pass form parameters to ZSQL methods...both is explained in "The Zope Book"
-> zope.org

-aj