Page 1 of 1

memo with when .f.

Posted: Mon Jan 15, 2007 12:49 pm
by Nop
hi, i need move the cursor using scroolbar in memo with when False, theres any way? thanks

Re: memo with when .f.

Posted: Mon Jan 15, 2007 4:36 pm
by Enrico Maria Giordano
Use READONLY clause instead.

EMG

Posted: Mon Jan 15, 2007 6:58 pm
by Nop
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.

Posted: Mon Jan 15, 2007 7:01 pm
by Enrico Maria Giordano
Try

Code: Select all

oGet:lReadOnly = .T.
and

Code: Select all

oGet:lReadOnly = .F.
EMG