Can you attach an alert to a field?
B
Correct answer
Explanation
In Oracle Forms, alerts are independent design objects. Unlike Editors or Lists of Values (LOVs), alerts cannot be attached directly to a field via properties. Instead, they must be displayed programmatically at runtime using the SHOW_ALERT built-in function inside a trigger.