Girija
17th August 2018, 08:56
Hi,

I want to make one field to be read only,can you please help me to write ue .

Regards
Girija

tmannais
20th August 2018, 04:39
If you use Dynamic Form Editor, you can go to Edit Form in the session then select the field and change Field Type from Input to Display. If not then ... let's wait for the gurus.

AnuKass
20th August 2018, 07:14
hii Girija..

When you want to field as read only ???
because using edit form->display you can't give any input to table...
so try to use disable.field command ...

JaapJD
20th August 2018, 10:03
You can do it with Form Personalization and copy those personalizations to company or role level or to other users.
Another option is a table extension. Then you need at least Enterprise Server 10.5.1. See the Extensions Development Guide. Implement the Is Readonly hook for the standard field you want to make readonly.