On Monday, March 26, 2018 at 4:26:52 PM UTC-4, Shrabya Timsina wrote:
>
> Thank you Anthony. Yes, I did experiment with that argument, but there is
> no example of how to use it online.
>
It's just a dictionary of arguments you would normally pass to SQLFORM.
I tried the following:
> formargs=dict("keepvalues"=True)
When using dict(), the keys doe not go in quotes:
formargs=dict(keepvalues=True)
or:
formargs={'keepvalues': True}
Anthony
--
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/d/optout.