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!

Populate tabular form Programmatically by another query.

user10892984Dec 5 2013 — edited Jan 9 2014

In my page I've one form region and one tabular region.

In one item of form region contain a dynamic action.

my tabular region based on T_2.

Now I need to populate tabular region programmatically by firing dynamic action.

Example:

Select Col_1,Col_2

From T_2.

this query returning 10 rows.

now I need to populate these 10 rows on tabular region.

after that i'll add some more rows by clicking on "Add Row" button.

Please help me that how can I add row programmatically in tabular region by using cursor and loop.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2014
Added on Dec 5 2013
1 comment
1,306 views