On Monday, November 21, 2011 10:38:27 AM UTC-5, thodoris wrote:
>
> Thanx for the help guys, what i did finally is
>
> db.videos.table.requires = IS_EMPTY_OR
> (IS_IN_DB(db(db.table.author_id==auth.user_id), db.table.id, '%
> (title)s'))
>
> What about displaying a BIG dropdown list of "tables" entries? Any
> help here ???
>
What do you mean? Do you want a dropdown when there is no auth user, or
only when there is? Does the IS_EMPTY_OR cause the dropdown to go away
(normally IS_IN_DB automatically produces a dropdown)?