Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Format an edit box
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00481748
Message ID:
00481751
Views:
8
>I have some text in a memo field:
>
>1. This is some lines of test text
>2. Here is a very, very, very, very, very, very, very, very, very long line of test text
>3. Here is another line
>
>I have an edit box on a form to display this text. When the form is resized
>smaller, some of the text wraps:
>
>
>1. This is some lines of test text
>2. Here is a very, very, very, very, very, very,
>very, very, very long line of test text
>3. Here is another line
>
>
>Item #2's wrapped text is not automatically indented. Is there a way to
>get it indented automagically, so that it looks like:
>
>1. This is some lines of test text
>2. Here is a very, very, very, very, very, very,
>    very, very, very long line of test text
>3. Here is another line

Not using the standard EditBox you can't. There is no formatting commands (like hanging indent). You'll have to find some third-party control that has that capability.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform