I have a Message box written in Delphi called as a UDF. You can pass in a small amount of text as an argument or optionally specify a text file as the source for the text which can be as much as the screen will allow. When Text is passed in, you can't embed Carriage returns to make the text wrap, but when you create your message in a text file (which could also be generated by RBase on the Fly), the Line wraps are preserved and it displays it in the message box line for line.... It works with RB7 and RB65. Yes it returns the value of the keypress in the UDF.
http://www.byerley.net/BdcDownSup.htm look for the Configurable Message Box Dll. ----- Original Message ----- From: "Victor Timmons" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 12, 2003 1:00 PM 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 > >

