最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

oracle apex - POPLOV with option to that redirect or open Form page that add new option - Stack Overflow

programmeradmin0浏览0评论

POPLOV page item created on Form page, there are dynamic options on this page item, for user exprience, I want the user to add the new option into the list of values by clicking an always avialable option called "ADD NEW OPTION" so other page dialog opened to add the new option. Can any one suggest the code for this sciencario?

POPLOV page item created on Form page, there are dynamic options on this page item, for user exprience, I want the user to add the new option into the list of values by clicking an always avialable option called "ADD NEW OPTION" so other page dialog opened to add the new option. Can any one suggest the code for this sciencario?

Share Improve this question asked yesterday shadyshady 1101 silver badge9 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I'm assuming you mean a popup lov by "POPLOV". Assume the form is page 100 and the form to add the new option is page 200. page item with popup lov is P100_LOV

2 options:

  • create a "add new option" button next to the lov page item. Make it a button of type "redirect to page" with page 200 as target. On submit of this form branch back to page 100.
  • use a "add new option" select list value. Create a DA that fires on change of P100_LOV with a client side condition of value = "Add New Option". Submit page and branch to p200. On submit of this form branch back to page 100.
发布评论

评论列表(0)

  1. 暂无评论