Skip to Main Content

Java Development Tools

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!

Re: Master detail refresh problem

Zakir HossainJun 8 2009 — edited Jun 10 2009
JDeveloper11g R2 , ADF pages

Ref: [exist in post |http://forums.oracle.com/forums/thread.jspa?threadID=910535&tstart=15]


Hi Experts/All coders,

Please help me.

I have same problem what exist in post but not found any solution.

I have created a master Table(read-only) and detail Form based project. Problem is Master List is refresh to select a row also populated detailed record but it lost cursor position of master Table.

I would like to show same cursor position after refresh detailed Form.

I was working in Oracle forms to manage same problem as below code of trigger(keyup/keydown/when-mouse-click) .

go_block("Destination_Block_Name");
execute_query;
go_block("source_block_name");
go_record("souce_Record_No");
Please Help me.

Thanks.
zakir
====
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2009
Added on Jun 8 2009
2 comments
693 views