Hi all,
is it possoble to disable (not shown) the commentary field ?? because I don't need this field !
Best regards
Marsupilami
Disable commentary field ?
Same as comments field, you can only hide it but it will create an empty space.
You have to select a langage other than Default (e.g. select English if you were using Default) then edit the .lng file (english.lng)
You find lines like
MainWin.EDescription.Hint=....
add a line
MainWin.EDescription.Visible=False
if it does not work, use 0 instead of False
For the comments it is EComments if I remember well.
You have to select a langage other than Default (e.g. select English if you were using Default) then edit the .lng file (english.lng)
You find lines like
MainWin.EDescription.Hint=....
add a line
MainWin.EDescription.Visible=False
if it does not work, use 0 instead of False
For the comments it is EComments if I remember well.