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
www.laapc.com
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.
TMultiGet class automatically wraps text.
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