Re: FORMS 5.0 NEXT_BLOCK NAVIGATION

From: Steve Cosner <stevec_at_csufresno.edu>
Date: Mon, 01 Nov 1999 13:49:30 -0800
Message-ID: <381E0AEA.E64D04F4_at_csufresno.edu>


Set your Mouse Navigate property on the button to False. Also, :System.Cursor_Block always returns the value in all upper-case, so watch that, too.

Steve Cosner

Joe wrote:
> 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 Mon Nov 01 1999 - 22:49:30 CET

Original text of this message