hi all
i add new field in table
and then i want to set non editable this field
editable <TRUE>
i change become editable <FALSE>
but it failed
does anyone know how to set editable in pages?
thanks
A field defined as non-editable in the table cannot be changed to editable on a page.
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh
|Pressing F1 is so much faster than opening your browser| |To-Increase|
A field defined as non-editable in the table cannot be changed to editable on a page.
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh
so... what should i do in my page?
i set it as editable in table...
but i want non editable in page
A field defined as non-editable in the table cannot be changed to editable on a page.
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh
so... what should i do in my page?
i set it as editable in table...
but i want non editable in page
But if you set to False the Editable property of the field, doesn't work?
A field defined as non-editable in the table cannot be changed to editable on a page.
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh
so... what should i do in my page?
i set it as editable in table...
but i want non editable in page
But if you set to False the Editable property of the field, doesn't work?
no it can't
it is not simple as you modified the form
Answers
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh
|To-Increase|
i set it as editable in table...
but i want non editable in page
Make it to false in onopen or wherever you want and assign that variable in editable property of that field in page
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It works as expected... More or Less...
it is not simple as you modified the form
or 1 global variable for whole page?
you can use 1 variable in all fields/groups.
you only have to set editable property, for fields/groups, equal to the boolean variable.
It works as expected... More or Less...
thanks for the info
do original nav page have used this method?
so i can follow
It works as expected... More or Less...
thanks a lot !!
just add
and then Editable in Contact become ContactEditable
so simple
yes! I used a lot this feature it's very comfortable
It works as expected... More or Less...