dynamically changing the APEX_ITEM. TEXT value in Oracle apex

允我心安 提交于 2019-12-03 20:19:28

You can do this with a (moderately complex) dynamic action as follows.

  1. Action fires when the user changes any element with name "f06" (i.e. attribute3 which you have defined with p_idx=>6).

  1. The action taken is to run some Javascript that finds the other 2 elements named "f04" and "f05" in the same row, get the value of the "f04" and "f06" elements, multiply them and store the result in the "f05" element.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!