But he's not getting any records at all in the list.
On Friday, August 17, 2012 5:20:42 PM UTC-4, villas wrote:
>
> Specify the field that you wish to appear in the dropdown box
> Try what the book says, 'name' is simply the name of the field you wish
> to appear:
>
> db.dog.owner.requires = IS_IN_DB(db, 'person.id', '%(name)s', zero=T('choose
> one'))
>
>--

