Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messageboxes
Message
 
 
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:
00142131
Views:
30
>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)
>
>Thanks
>
>Jim

The code you have works for me. You need to have

lnjunk = MESSAGEBOX("You have to enter a quote number"+chr(13)+"Do you want to continue?",20,gcAppName)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform