Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dynamic tabular form using htp.p

641848Aug 30 2012 — edited Aug 31 2012
I have to let end user to generate a tabular look like form. I have created a sample page at
http://apex.oracle.com/pls/apex/f?p=56307:29.

End user can type the column name and sequence number. After clicking submit, it will generate the tabular look like form. I have to use htp.p to write the tabular form. If you click "Define Form" button on the right bottom, it will bring you back to the page which you can add/modify the columns.

At first I'd like to dynamic create a view based on user defined column name. However, if user modify the column name, the view is re-genereated. The tabular form using wizard will have issue. So it seems htp.p is the only way I can think about.

However, my big problem is the process to insert/update. I use javascript to add row not default tabular form add row function. However, the process to make those new added row data into database is still unsolved. Any help???

Thanks.

Edited by: user638845 on Aug 30, 2012 12:44 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 28 2012
Added on Aug 30 2012
8 comments
671 views