Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MESSAGEBOX question
Message
From
22/07/2002 00:29:06
 
 
To
14/05/2002 14:09:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00656351
Message ID:
00681011
Views:
10
In addition to what others said...
You can also use CHR(9) - TAB , for some even nicer formatting.
eg
'You have either' ;
+ CHR(13) + CHR(9) + 'entered the wrong value OR' ;
+ CHR(13) + CHR(9) + 'have insufficient security.'
etc

>Can you put in some sort of 'carriage return' in a messagebox? I am trying to create a messagebox with four lines of text. Or is it just time to create my own form?
>
>thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform