Re: FORMS 5.0 NEXT_BLOCK NAVIGATION

From: (wrong string) égis <olivier.regis_at_duroblade.com>
Date: Thu, 4 Nov 1999 17:39:36 +0100
Message-ID: <7vscfq$khe$1_at_news.worldcom.ch>


Where is your button.. Remember when you press your button, you already change the current block (the block where is your button)..

Olivier Régis
MCSE+I, Oracle CP
Switzerland

Joe <joecarlos_at_yahoo.com> wrote in message news:8E7196BCCjoeyahoocom_at_news.supernews.com...
> Hi,
>
> I have a problem navigating to next block throug button.
> WHEN-BUTTON-PRESSED (to go to next_block) in the first datablock is
> like this.
>
> ------------------------------
> declare
> curblck varchar2(30);
> begin
> curblck := :System.Cursor_Block;
> IF curblCk = 'block1'
> THEN Go_Block('block2');
> ELSIF curblCk = 'block2'
> THEN GO_BLOCK('block3');
> .
> .
> .
> end if;
> end;
> -----------------------------
>
> It goes to block2 from block1 and stops there. Cursor doesn't move
> any further.
>
> Any ideas are greatly appreciated.
>
> Thanks,
> -Joe
Received on Thu Nov 04 1999 - 17:39:36 CET

Original text of this message