Re: Forms 5: get_block_property and debugging question

From: Jan Gelbrich <j_gelbrich_at_westfalen-blatt.de>
Date: Tue, 10 Dec 2002 13:37:50 +0100
Message-ID: <at4n8f$brqkd$1_at_ID-152732.news.dfncis.de>


Hi, Dirk !

Danke für den Tip, aber ich hab leider gar kein synchronize in der PU, das man auskommentieren könnte ...
Solche Probleme hat man wohl, wenn man mit alter Software arbeiten muß :(

***
for the English-speaking readers :
thanks for the tip, but unfortuantely I do not have any SYNCHRONIZE inside my PU which I could commentate.
Such problems seems to happen anyway when you hav to work with old software :(

Jan

"Dirk Tschentscher" <dirk.tschentscherREM_at_THISvolkswagen.de> schrieb im Newsbeitrag news:at4jmu$3ca1_at_doiweb4.volkswagen.de...
> Hi Jan,
>
> Wir hatten sowas in Verbindung mit einem Synchronize in der Prozedur, da
kam
> keine Alertbox hoch.
> 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 - 13:37:50 CET

Original text of this message