Just in case, I changed just like you suggested but I got a same result. I
can pull the data from other tables on the same database but I cannot pull
the data from this one.... I should be dreaming or getting crazy... : (
I first doubt a simple typo but I can't figure out.
db.EDXTKF00.TKDIID.requires=IS_IN_DB(db,db.EDMACF00.ACDIID)
=>
db.EDXTKF00.TKDIID.requires=IS_IN_DB(db,'EDMACF00.ACDIID')
On Friday, August 17, 2012 4:20:42 PM UTC-5, 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'))
>
>
--