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!

go_item(:detail.item) after query(F7) in master, frm-40737

410049Jul 21 2004 — edited Jul 22 2004
Dear friends,

I have a master block and a detail block. When the master block ist queried, I want to go to a disticnt item in detail block, if there are records. Therefore I tried to put code in the post_query of the detail_block, which caused error frm-40737:

if :evm_jn_lief_artikel_lagort.lagort_id is null then
go_item('evm_a_liefrant.liefrant_uk');
else
go_item('lieferschein.belegnr')
end if;

error message says, that I cannot call the restricted procedure go_item in post_query.
okay, but where can I put this code that it is called automatically after query?

Thanks
Silke
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2004
Added on Jul 21 2004
8 comments
1,038 views