Skip to Main Content

Oracle Forms

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!

Populating Items In Another Block In when-validate-item

littlecatNov 19 2010 — edited Nov 22 2010
When user changes value in given field, I need to insert records into different block. The second block is multi-record block. Both block are non db block, just for display. When value changed by user in first block, calculation produces collecton which wish to display contents of each element in second display block record. The issue is that I cannot input values for records in second block other than first record. To get to second and subsequent records in display block, need to navigate to display block with go_block and navigate to new records with next_record. Both of go_block and next_record can not be called from wvi as restricted modules.

I wish to avoid having user press button that does recalculation and redisplay (then can use go_block and next_record), just wish for redisplay when user updates value, ie wvi
This post has been answered by Ammad Ahmed on Nov 22 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2010
Added on Nov 19 2010
5 comments
1,086 views