Forms 5: get_block_property and debugging question

From: Jan Gelbrich <j_gelbrich_at_westfalen-blatt.de>
Date: Tue, 10 Dec 2002 12:28:51 +0100
Message-ID: <at4j76$107jd5$1_at_ID-152732.news.dfncis.de>



Hello,

[Quoted] [Quoted] I want to debug a blocks´ DEFAULT_WHERE by using get_block_property built_in.
[Quoted] My problems to do so are commented inside:

PROCEDURE pu_where IS

   v_showme VarChar2(200) := '';

BEGIN    v_Showme := get_block_property('V_PERSON_SUCHEN',DEFAULT_WHERE);    P_MyMessage(v_Showme); --our own function for popping up messages - successfully used a million times ...
--does not come up at all ...

[Quoted]    v_Showme := 'in the case that nothing comes up ...';    P_MyMessage(v_Showme);
--does not come up either ... only if I delete the above get_block_property

[Quoted] [Quoted] ... a bunch of other tasks, especially block property settings ...

   v_Showme := 'I´m ready';
   P_MyMessage(v_Showme);
--does not come up either ... only if I delete the above get_block_property

END; [Quoted] [Quoted] ... this is another moment when Forms (5.0) drive me crazy ...

Any comments are greatfully appreciated.

Jan Received on Tue Dec 10 2002 - 12:28:51 CET

Original text of this message