You can dynamically change the default value of a field at any time:

db.my_table.my_column.default = 'my default'

Anthony

On Monday, March 3, 2014 8:07:57 AM UTC-5, Dragan Matic wrote:
>
> It shouldn't always be the same value, but is based on a certain 
> condition. If for instance user chooses to view rows where value is '1', 
> then every new row inserted should also have the value of '1'.
>
>
>
> On Monday, March 3, 2014 12:29:08 PM UTC+1, 黄祥 wrote:
>>
>> just a suggestion, why not using default in table field constructor?
>> e.g.
>>
>> db.define_table('person',Field('name',*default='name'*),format='%(name)s')
>>
>>
>> ref:
>>
>> http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Record-representation
>>
>> best regards,
>> stifan
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to