FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TMultiGet wrap text
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM
TMultiGet wrap text
Posted: Wed Jul 31, 2019 05:26 PM

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.

Don Lowenstein
www.laapc.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: TMultiGet wrap text
Posted: Thu Aug 01, 2019 12:11 AM

TMultiGet class automatically wraps text.

Regards



G. N. Rao.

Hyderabad, India
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM
Re: TMultiGet wrap text
Posted: Thu Aug 01, 2019 01:07 AM

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

Don Lowenstein
www.laapc.com

Continue the discussion