Page 1 of 1
Disable commentary field ?
Posted: 2004-02-07 08:15:21
by Guest
Hi all,
is it possoble to disable (not shown) the commentary field ?? because I don't need this field !
Best regards
Marsupilami
Posted: 2004-02-07 09:05:22
by antp
It is possible to hide it, but it's space will not be used by other fields (i.e. there will be an empty space of the size of the comments field)
Posted: 2004-02-07 13:25:27
by Guest
O.K. Thanks ! ...and how can I dissable the description field ??
Posted: 2004-02-07 17:03:35
by antp
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.