Page 1 of 1

TMultiGet wrap text

Posted: Wed Jul 31, 2019 5:26 pm
by don lowenstein
I'm using the TMultiGet class.
FWH-1905 /

How do I make my memo automatically wrap the text if I type past the width of the memo-field input area?

thanks in advance.
Don.

Re: TMultiGet wrap text

Posted: Thu Aug 01, 2019 12:11 am
by nageswaragunupudi
TMultiGet class automatically wraps text.

Re: TMultiGet wrap text

Posted: Thu Aug 01, 2019 1:07 am
by don lowenstein
I discovered that the class variable ::lHScroll controls the wrapping.

if ::lHScroll is .f. - automatic word wrap - this is the default

if ::lHScroll is .t. - no word wrap