Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Way to limit width of messagebox?
Message
 
 
To
07/05/2008 15:39:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01314437
Message ID:
01315735
Views:
12
>I cut and pasted the code provided exactly as it appeared. Setting the MEMOWIDTH TO > 79 caused un-expected line breaks. I tried 80, 81, 82, 90, and 100 - all exhibited similar problem. At 79 or less it works well...

Would space trimming of each line fix the problem? Please try
lcNewtext = lcNewText + ALLTRIM(MLINE(lcText,i)) + CHR(13)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform