FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour memo with when .f.
Posts: 107
Joined: Tue Apr 11, 2006 04:36 PM
memo with when .f.
Posted: Mon Jan 15, 2007 12:49 PM

hi, i need move the cursor using scroolbar in memo with when False, theres any way? thanks

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: memo with when .f.
Posted: Mon Jan 15, 2007 04:36 PM

Use READONLY clause instead.

EMG

Posts: 107
Joined: Tue Apr 11, 2006 04:36 PM
memo with when .f.
Posted: Mon Jan 15, 2007 06:58 PM

Enrico, thanks, but sometimes i need edit the memo, if i use an var , i can change to .f. or .t. , and edit or not the memo....
i need an way to change the scrollbar using when .f.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
memo with when .f.
Posted: Mon Jan 15, 2007 07:01 PM
Try

oGet:lReadOnly = .T.


and

oGet:lReadOnly = .F.


EMG

Continue the discussion