Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Forms 5.0 - Calling one trigger from another
create a program unit BUTTON_PRESSED.
Call BUTTON_PRESSED from either button trigger.
use
button_name := name_in('SYSTEM.TRIGGER_ITEM'); to find out which button called BUTTON_PRESSED procedure.
newbie22_at_my-deja.com wrote:
: Hi,
: I am learing Oracle Forms 5.0 and am I
: am trying to do what I can do in other
: GUI front ends.
: I have created a form with two buttons,
: both in a control data block. The when_button_pressed
: trigger of the first button sends a message.
: From the second push button,
: I want to call the trigger of the FIRST button.
: This is easily done in Visual Basic.
: How can I do this in forms? Is it possible?
: Thanks,
: Newbie
: Sent via Deja.com http://www.deja.com/
: Share what you know. Learn what you don't.
--
While Alcatel may claim ownership of all my ideas (on or off the job),
Alcatel does not claim any responsibility for them. Warranty expired when u
opened this article and I will not be responsible for its contents or use.
Received on Mon Aug 23 1999 - 11:57:07 CDT
![]() |
![]() |