如何在Oracle Forms中取消记录的插入(create_record;)?就像取消按钮一样

发布于 2024-12-02 10:02:21 字数 172 浏览 1 评论 0原文

我在取消 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傲影 2024-12-09 10:02:21

我可能会尝试CLEAR_RECORD;

I would probably try CLEAR_RECORD;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文