Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Carriage Returns in form labels
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00553980
Message ID:
00554005
Views:
16
Yep, that worked. Two quirks, one, the text dosn't show up at design time, only at runtime, and interestingly, unless you enclose the value text in parentheses, it doesn't put in a "real" carriage return.

Thanks very much.

--- Larry


>You can set Wordwrap property to .T. and manually resize a label or use editbox with following properties
		BorderStyle = 0, ;
>		Enabled = .F., ;
>		MaxLength = 80, ;
>		ScrollBars = 0, ;
>		SpecialEffect = 1, ;
>		DisabledForeColor = RGB(0,0,0), ;
>		Value = ("1 = ADP Diagnostics" + CHR(13) + "2 = ADP portfolio" + CHR(13) + "3 = GED testing"),
>
-- Larry Keyes
Remember only You can prevent Gray Goo. Never release nanobot assembers without replication limiting code.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform