rbf_growlWarning()
Purpose
Displays a growl-type floating notification in the upper right side of the screen. End-users have to close the notification to dismiss it.
Warning: Support for using this method with external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection) is a beta feature. This method is supported in production systems, except for external objects.
Syntax
rbf_growlWarning(title, message);
Parameters
title
Optional title to display. If none is specified, a default title will display.
message
The notification. If null or empty, the notification will not display.
Note: This API is supported in portals as well.