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
Title:
Format an edit box
Miscellaneous
Thread ID:
00481748
Message ID:
00481748
Views:
54
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
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform