You have coded the following When Button Pressed trigger:
EXECUTE_QUERY;
MESSAGE (‘Query executed on block’);
MESSAGE (‘click next to navigate the next record’);
When the user clicks the button, how is the message “Query executed on block” displayed?
A.
as a system message on the status line
B.
as a system messageina system alert
C.
as a system messageinan application alert
D.
as an application message on the status line
E.
as an application messageina system alert
F.
as an application messageinan application alert
Explanation:
This is a customized application message.
You can also build messages and alerts into your application:
* Application message: These are messages that you build into your application by using the
MESSAGE built-in. The default display is on the message line.
*Application alert: These are alerts that you design as part of your application, and issue to the
operator for a response by using the SHOW_ALERT built-in.
E is Correct Answer