Tabular form - populate from page elements
775982Jun 1 2011 — edited Jun 1 2011Application Express 4.0.2.00.07
Hello,
I have a master detail form with the master form and the tabular detail on the same page. I have a requirement for three of the tabular detail elements to be populated based on elements in the master form. The user enters values in the master form, and certain elements of the detail form are supposed to populate without the user entering them (these elements may be hidden in the final application, but need to be written to the database.)
I have tried using default values, but that does not work in editing records which already have values for those fields. I have tried to set the elements with Javascript without success.
My basic question is how do I programmatically overwrite tabular form elements based on item values on the same page, if that is possible.
Thank you
George