frenny
1st March 2015, 09:49
Hello,

I have 2 text field in my table. when I m opening text manager in my maintain session it will allow both fields for edit, but my requirement is to edit only one text field and other should be read-only.
hw can I do this ?

Thank you.

bhushanchanda
1st March 2015, 11:18
Hi,

Try this http://www.baanboard.com/baanboard/showthread.php?p=188691

Make sure you add the two text fields in textfields by session. i.e. Session -> Specific

bdittmar
1st March 2015, 11:40
Hello,
I have 2 text field in my table. when I m opening text manager in my maintain session it will allow both fields for edit, but my requirement is to edit only one text field and other should be read-only.
hw can I do this ?
Thank you.

Hello,
there are several way to do this.

For example:

At tools level set authorization for text fiel.
At session level (if choice.text.manager -> use text.edit() function or predefined attr.textmode)
aso.

Regards

frenny
2nd March 2015, 06:11
Thanks, Its Working