On 18 ene, 02:12, howesc <how...@umich.edu> wrote: > (...) Hi Howesc, If I understand well, as I put in the links, requires=[IS_NOT_EMPTY(),IS_IN_DB()] would not needed if I already defined the table as:
db.define_table('table01', Field('name','string'), format='%(name)s' ) db.define_table('table02', Field('table01_name','reference table01') ) but I see that this will work for create tables and is not enought to also force the represent value on read tables, so is needed to force the represent stanza in the field.