Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messageboxes
Message
From
29/09/1998 18:12:40
 
 
To
29/09/1998 16:39:37
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00142123
Message ID:
00142148
Views:
27
>Does anyone know how to have two lines displayed on a message box?
>
>Example: line 1 *******************
> line 2 *******************
>
>This is the current code that I have:
>MESSAGEBOX("You have to enter a quote number"+chr(13)+"Do you want to continue?",20,gcAppName)

I usually create my message and then do the messagebox. Like this:

msg = "You have to enter a quote number" + chr(13)
msg = msg + "Do you want to continue?"

messagebox(msg, 20, gcAppName)

Hope that helps!

Denise Duggan
~~~~~~~~~~
Denise
~~~~~~~~~~
Previous
Reply
Map
View

Click here to load this message in the networking platform