FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with memofield
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Problem with memofield
Posted: Tue Dec 18, 2007 04:32 PM
Hello,

In my application I use this :
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. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Problem with memofield
Posted: Tue Dec 18, 2007 04:52 PM
REDEFINE GET oGET VAR cSRTMEMO MULTILINE MEMO TEXT ID 102 OF SrtDlg READONLY


EMG
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Problem with memofield
Posted: Tue Dec 18, 2007 11:15 PM

Enrico,

Thank you very much for your help.

Problem solved.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion