go_item(:detail.item) after query(F7) in master, frm-40737
410049Jul 21 2004 — edited Jul 22 2004Dear 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