Hi everyone.
I'm very new to APEX. It's APEX 5 and 12c database.
I created a simple page with three regions. Two of them have input fields and buttons that kick off a database procedure. The button are defined with Dynamic Action (execute pl/sql action) kick off the dataase procedures. The third region on the page is a classic report to see a table after the procedures are run.
The procedures run for a while and I'd like to have a Progress Bar of some sort, otherwise the page is simply unresponsive until the procedures finish.
I searched here and found reference to link below:
I've gone through the forum and can't find how to do what I think should be simple. I'm very new to APEX
I cannot figure out where to find the "application javascript file" that this article refers to, to put the javascript function into and then use it.
Can you point me in the right direction please?