Victor,

If I understand your question you want to have your message displayed on
two line?  If so you can use the width setting to do that. Just count
the number of characters in your first line and use that number as the
width.

        DIALOG 'All items have be shipped with no Backorders. Would you like to
"Close"   Order'= 46 YesNo vEndKey Yes CAPTION 'Close Order'

this will show two lines of your message in the dialog box.

Hope this helps.

Richard Starkey

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Victor
Timmons
Sent: Thursday, June 12, 2003 2:01 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Dialog box's


Is there a way to have more then 1 line of text in a dialog box

Caption    | Close order
Line 1      | All items have been shipped.
Line 2      | Would you like to "Close" Order ?
Buttons    | Yes                      No


DIALOG 'All items have be shipped with no Backorders. Would you like to
"Close"
Order' vYesNo vEndKey Yes CAPTION 'Close Order'

Victor Timmons
Tiz's Door Sales, Inc
425-258-2391

Reply via email to