In my application I use this :
- Code: Select all Expand view
REDEFINE GET oGET VAR cSRTMEMO MULTILINE MEMO TEXT ID 102 OF SrtDlg WHEN .F.
The get is disabled so it cannot be changed. But I want to be able to use the scrollbar at the right side. But since I added the WHEN-clause, the scrollbars are disbabled too.
What do I need to do to to disable only the text of the memofield ?
Thanks