【发布时间】:2019-02-23 01:14:01
【问题描述】:
如何在类似于下图的弹出警告框中显示错误消息。
我目前正在使用的代码。
BEGIN
IF( Condition )THEN
--Show the error as popup alert message box
MESSAGE("This is an error.");
RAISE FORM_TRIGGER_FAILURE;
END IF;
END;
【问题讨论】:
标签: oracle plsql oracle11g oracleforms