Multiple conditions on single button with Dynamic Action in Oracle Apex

半城伤御伤魂 提交于 2021-01-29 11:49:34

问题


Please see below screen shot I have one button "Add Row" on the top and items in a single row of Oracle Apex Form. I have add 10 Rows with same items list on each click of the top button. Could you please help on this how can I achieve this.


回答1:


if I understood you correctly and you want a dynamically determined amount of files to upload, there are many options for that

Easiest 1 - upload one at a time, and show the user older files that were uploaded.

Easiest 2 - Use the "Allow multiple files" option, and later on allow the user to edit names https://jeffkemponoracle.com/2016/08/file-upload-improvements-in-apex-5-1/

Easy option: Create a modal dialog form page for uploading the documents, and make the "add row" button a link to open that modal dialog page.

Harder option: Using the APEX_ITEM package, and dynamic actions: https://dzone.com/articles/super-dynamic-apex-forms-using-apex-item-and-dynam

If on the other hand you know you're always going to have 10 items uploaded, I suggest just creating them all in the app builder, and save time..



来源:https://stackoverflow.com/questions/61076617/multiple-conditions-on-single-button-with-dynamic-action-in-oracle-apex

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