did you also tried writable=False
When a field is marked with writable=False, the field is not shown in
create forms, and it is shown readonly in update forms. If a field is
marked as writable=False and readable=False, then the field is not shown at
all, not even in update forms.

db.table.var.readable= db.table.var.writable=False

Em ter., 28 de jan. de 2020 às 13:21, mostwanted <godirao...@gmail.com>
escreveu:

> I did employ this method (db.quotation.beforeVat.readable=False!!! ) in my
> controller but it didnt respond, its actually the first thing i tried! Its
> just that i was hoping SQLFORM() may have some helpers as part of its
> signature that i dont know about that I could use.
>
> On Tuesday, January 28, 2020 at 12:50:31 PM UTC+2, Ramos wrote:
>>
>> Look in the docs ....
>>
>> http://web2py.com/books/default/chapter/29/07/forms-and-validators
>> in your controller before showing your form,
>>
>> db.yourtable.yourfield.readable=False!!!
>>
>> Em ter., 28 de jan. de 2020 às 10:29, mostwanted <godir...@gmail.com>
>> escreveu:
>>
>>> I was wondering if there is a way to show the SQLFORM() with only
>>> certain fields for the user during a form update & not show all the fields.
>>> SQLFORM.grid(...) has the field=None argument which enables one to select
>>> the fields to be displayed in the view, is there something like that for
>>> SQLFORM(....)?
>>> I have some fields which only do calculations in my db tables & those
>>> are the fields I wanna hide during updates.
>>>
>>> Regards;
>>>
>>> Mostwanted
>>>
>>> --
>>> 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 web...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/281ed3a3-66df-4eae-8768-1b9618c6093a%40googlegroups.com
>>> <https://groups.google.com/d/msgid/web2py/281ed3a3-66df-4eae-8768-1b9618c6093a%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> 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 web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/0320799e-d6df-4e35-880e-26b902511278%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/0320799e-d6df-4e35-880e-26b902511278%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAEM0BxPAez734JH9mwpBbKkecjV5WS6dKSJMTbDEB5Q9HrUyEw%40mail.gmail.com.

Reply via email to