Re: developer/2000: help! I can't get to trigger a query by a button!!
Date: 1996/06/05
Message-ID: <richu.3.002150DD_at_interaccess.com>#1/1
In article <1996Jun5.201707_at_winnie> x95mok_at_wmich.edu writes:
>Hi..I've got an extensive question ...I have be unable to solve for days..
> I would like to know how do I use a trigger button to do query from a
>table and display the SELECTED data in a scrollable list of several columns
>or several columns that are scrollable?
> - Any similar hints on how to solve this would be greatly appreciated..
>Please send you suggestions by e-mail : x95mok_at_wmich.edu
>Thank you.
first, you need to read the manual...
second, you need to create a base table block in the navigator..this relates
directly to a table in your database.
third, oracle has default function keys driving off these base table blocks
which includes a query option...
fourth, if this is undesirable, create a button as a control item(not related
to database column) and under its node in navigator, create a trigger called
when-button-pressed...inside this trigger code..use ORACLE FORMS built-in
macros to do whatever you want..in this case ..ENTER_QUERY
Received on Wed Jun 05 1996 - 00:00:00 CEST