oracle apex - How to combine tabular form and text area in one page? -


i have page, containing tabular data(region type sql query (updateable report)). updates existing rows using submit. wizard created applymru process. works fine. place text area in same page, bound different table , updated once same submit button pressed. how can accomplish it?

i've created item text area, not sure type of source should set. database column doesn't let me specify table. guess need second after submit process, not sure one.

keep existing applymru infrastructure tabular form, , define second pl/sql process executes during page submit whatever want text area, eg:

insert notes (id, text) values (:p1_id, :p1_text_area); 

take note of order of processes, may want execute 1 before other.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -