Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ORACLE FORMS 4.5, how to use SORT in SQL query inside of When-Button-Pressed Trigger

Re: ORACLE FORMS 4.5, how to use SORT in SQL query inside of When-Button-Pressed Trigger

From: Slava Natapov <Slava_Natapov_at_mail.stil.scitex.com>
Date: 1997/03/09
Message-ID: <33231063.BFB@mail.stil.scitex.com>#1/1

There is no easy way to resort "ALREADY DISPLAYED QUERY" whithout doing Query again.

But You can use Set_Block_Property('YOU_BLOCK',Order_by,'COLUMN'); and then EXECUTE_QUERY;
Buttons may be in any block (Better if you put in control block),and be shure that properties NAVIGABLE and MOUSE NAVIGABLE of buttons is False (So You don't need to use Go_Block...) Received on Sun Mar 09 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US