Apex - 提交后设置项目值
我必须到页面上有项目的区域。其中一种是编辑数据,另一种是仅显示。可编辑区域在页面加载时隐藏,并在用户单击按钮时显示。我想在提交页面后在这些区域之间传递数据。提交后的计算是唯一的方法吗?我尝试在提交之后、标头之前等过程进行处理,但它不起作用。
我想要一个 pl/sql 代码在提交后在两个区域之间传递数据,如何做这样的事情?
I have to regions with items on my page. One of them is to edit data, another one is display only. Editable region is hidden on page load and shows when users click on a button. I'd like to pass data between these regions after submit a page. Are computations after submit the only way to do that? I tried with processes after submit, before header etc. but it didn't work.
I'd like to have one pl/sql code to pass data between two regions after submit, how to do such a thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其他选项包括
如果您仍然无法使其工作,请考虑在 apex.oracle.com 上创建示例页面;然后提供登录凭据,以便有人查看。
Other options include
If you still can't make it work, consider creating sample page on apex.oracle.com; then provide login credentials so that someone might have a look.