如何在Oracle Forms中取消记录的插入(create_record;)?就像取消按钮一样
我在取消 DML 时遇到问题。我是 PL/SQL 的初学者,抱歉。
我的程序是这样的。在运行时,有一个添加按钮,您可以在其中添加记录。但如果我按下添加按钮并决定取消它怎么办?所以必须有一个取消按钮来取消操作。但我对这个声明感到困惑。有人知道取消按钮上要写什么吗?就像取消create_record的操作一样。谢谢!
I'm having a problem in cancelling a DML. I'm a beginner in PL/SQL, sorry.
My program is this. In runtime, there's an add button where you can add records. but what if I pressed the add button, and decided to cancel it. so there must be a cancel button to cancel the operation. but i'm confused about the statement. Anyone knows what to write in the cancel button? its like cancelling the operation of create_record. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可能会尝试
CLEAR_RECORD;
I would probably try
CLEAR_RECORD;