Re: [web2py] Re: updating linked fields

2012-07-03 Thread Andrew Evans
Gah nvm :-P Its 7 30 am I was a bit under the weather :-P sorry :-( On Tue, Jul 3, 2012 at 7:35 AM, Andrew Evans wrote: > Your right ty :-) > > How can I select channel_name then from my view (so I don't have to change > a million entries) > > {{for broadcast in schedule:}} > > > > {{=b

Re: [web2py] Re: updating linked fields

2012-07-03 Thread Andrew Evans
Your right ty :-) How can I select channel_name then from my view (so I don't have to change a million entries) {{for broadcast in schedule:}} {{=broadcast.channel}}

[web2py] Re: updating linked fields

2012-07-03 Thread Anthony
> > db.define_table('channel', > Field('channel_name')) > > db.define_table('schedule', > > Field('userinfo',db.auth_user,default=auth.user_id,readable=False,writable=False), > Field('show',db.show,requires=IS_IN_DB(db,db.show.id,'%(title)s')), > Field('channel',requires=IS_IN_DB(