FORMS 5.0 NEXT_BLOCK NAVIGATION

From: Joe <joecarlos_at_yahoo.com>
Date: Mon, 01 Nov 1999 19:46:27 GMT
Message-ID: <8E7196BCCjoeyahoocom_at_news.supernews.com>



Hi,

[Quoted] 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 - 20:46:27 CET

Original text of this message