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: Ralsy <ralsy_at_aol.com>
Date: 1997/03/21
Message-ID: <19970321210601.QAA27462@ladder01.news.aol.com>#1/1

You might put logic in the push button trigger that:

  1. sets the ORDER BY clause property (look this up in online help) to order by the particular column
  2. reexecutes the query based on :SYSTEM.LAST_QUERY (you can find this in help also)

Hope this helps......



Garth Ralston
Project Manager
Almedica Technology Group
gralston_at_almedica.com Received on Fri Mar 21 1997 - 00:00:00 CST

Original text of this message

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