Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道如何在使用 oracle 10g forms builder 创建我的订购系统时实现添加购物车功能。我的表格中有一个产品列表,我想在每个项目旁边放置一个按钮,用户可以输入他们想要添加到购物车中的数量,并显示购物车中包含的总价格。先谢谢了。
您需要向数据库块添加一个未绑定(非数据库)文本项(用于数量)和一个 Button。
在按钮按下按钮时的触发器中,您可以评估价格 x 数量并将所选项目/计数添加到您的购物车......