User's Guide

Displaying message boxes

To display a message in a message box, first get the message object, and then send it the display message. Here's an example of code you might use and the message box that it displays:

(self getMRI: MsgNoName    "or getMri: 1"
      group: #AddressMsgs) display.

MsgNoName dialog

For your own applications, replace MsgNoName (or 1) with the message number constant of your message, and replace AddressMsgs with the pool dictionary name that you specified in the NLS Workspace - Indexed Messages window.

Tip icon
To quickly see what a message box looks like, try one of the following options:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]