User interaction with MENU
Your form can display options to the user using action views - buttons, dropdown menus (aka topmenus), toolbars, and other items on the window.
Displaying Messages and Errors
The
MESSAGE
and ERROR
statements are used to display text
containing a message to the user. The text is displayed in a specific area, depending on the front
end configuration and window style. The MESSAGE
text is displayed until it is
replaced by another MESSAGE
statement or field comment. You can specify any
combination of variables and strings for the text. BDL generates the message to display by replacing
any variables with their values and concatenating the strings:
MESSAGE SFMT("Customer num %1 retrieved.", l_custrec.cust_num)
The Localized Strings feature can be used to customize the messages for specific user communities.