MessageInformation() |
Opens an information box in which it displays the specified message, then waits for the end user to click the OK button. To display on-screen field values in messages, refer to these values using embedded method calls and the FORMULA() method. This allows you to concatenate on-screen values with hard-coded message text. MessageInformation(FORMULA(':1 || :2 || :3', 'Tours to ', query.destination(), ' are still available.')) The resulting message could be: Tours to Africa are still available. Syntax MessageInformation(<text>) Parameters text The text you want to display. Note the following:
NOTE: If you intend to have your application translated, use MessageLanguage() instead. |