Xref: alice comp.databases.oracle.server:20597
Path: alice!news-feed.fnsi.net!newsfeed.direct.ca!logbridge.uoregon.edu!su-news-hub1.bbnplanet.com!news.bbnplanet.com!venus.sun.com!news2me.EBay.Sun.COM!ebaynews1.Ebay.Sun.COM!not-for-mail
From: dawood alisha <sunpk139@sunpk139.ebay>
Newsgroups: comp.databases.oracle.server
Subject: Re: Question about SQLforms3
Date: Tue, 05 May 1998 13:47:31 -0700
Organization: Sun Microsystems
Lines: 15
Message-ID: <354F7AE3.A0137BB0@sunpk139.ebay>
References: <01bd72bf$315de900$97c3fcc1@default>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.02 [en] (X11; U; SunOS 5.5.1 sun4u)

Julien wrote:
> 
> Hi,
> I'm writing a form with SQL forms3. I would like to
> be able to enter a query on a field that is not
> based on a table.
> How can I do it ?
> Please reply by mail.
> Thanks in advance...
To bring this functionality to your form, you may need to write the
triggers pre-query,post-query etc. Since the field is not based on a
base table oracle can't perform query on that field, but you can program
it using select statement and above triggers.

Dhanaji More
