问题
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