Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editbox
Message
From
19/10/2004 08:04:54
 
 
To
19/10/2004 07:42:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00952560
Message ID:
00952568
Views:
9
If you mean in design mode, you will NOT be able to see it.
If you mean how to put text in an editbox, I already showed you: thisform.myeditbox.value='whatever text'. If you want more lines, you must add CHR(13)+CHR(10) between each line. CHR(13)+CHR(10) is often called crlf for 'carriage return + line feed', it is very common to have line like
#DEFINE CRLF CHR(13)+CHR(10)
in the beginning of procedures. Then you can write whatever='line1' + crlf + 'line2' + crlf + 'line3', it is much more readable.

>hi,
>
>i mean inside the editbox before run .
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform