Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
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
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
![]() |
![]() |