Re: Forms 5: get_block_property and debugging question

From: Dirk Tschentscher <dirk.tschentscherREM_at_THISvolkswagen.de>
Date: Tue, 10 Dec 2002 12:38:11 +0100
Message-ID: <at4jmu$3ca1_at_doiweb4.volkswagen.de>


[Quoted] Hi Jan,

Wir hatten sowas in Verbindung mit einem Synchronize in der Prozedur, da kam keine Alertbox hoch.
[Quoted] Synchronize auskommentiert, dann ging's. Allerdings in F6i, aber vielleicht hilft's Dir ja...

Dirk

"Jan Gelbrich" <j_gelbrich_at_westfalen-blatt.de> schrieb im Newsbeitrag news:at4j76$107jd5$1_at_ID-152732.news.dfncis.de...
> Hello,
>
> I want to debug a blocks´ DEFAULT_WHERE by using get_block_property
> built_in.
> 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 ...
>
> 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
>
> ... 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;
>
> ... this is another moment when Forms (5.0) drive me crazy ...
>
> Any comments are greatfully appreciated.
>
> Jan
>
>
Received on Tue Dec 10 2002 - 12:38:11 CET

Original text of this message