TMultiGet wrap text

Post Reply
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

TMultiGet wrap text

Post 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.
Don Lowenstein
www.laapc.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: TMultiGet wrap text

Post by nageswaragunupudi »

TMultiGet class automatically wraps text.
Regards

G. N. Rao.
Hyderabad, India
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

Re: TMultiGet wrap text

Post 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
Don Lowenstein
www.laapc.com
Post Reply