Problem with memofield

Post Reply
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Problem with memofield

Post by driessen »

Hello,

In my application I use this :

Code: Select all

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
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Post by driessen »

Enrico,

Thank you very much for your help.

Problem solved.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Post Reply