Problem with memofield
Posted: Tue Dec 18, 2007 4:32 pm
Hello,
In my application I use this :
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
In my application I use this :
Code: Select all
REDEFINE GET oGET VAR cSRTMEMO MULTILINE MEMO TEXT ID 102 OF SrtDlg WHEN .F.
What do I need to do to to disable only the text of the memofield ?
Thanks