Home » Developer & Programmer » Forms » Re: ANNOYING ALERT!
Re: ANNOYING ALERT! [message #80261] Fri, 30 August 2002 13:21
Gursharn
Messages: 4
Registered: August 2002
Junior Member
What if you created a variable like :global.button_pressed.
Initially set it to 'No'.
In your WHEN_BUTTON_PRESSED trigger, the first thing you should do is set the variable value to 'YES'.
In the rest of your code do this:

If :global.button_pressed = 'No' Then
v_alert := show_alert('alert_name');
end if;
Previous Topic: Newbie 's question:How to layout the object on a canvas in form builder?
Next Topic: can i perform select statement using forms_ddl?
Goto Forum:
  


Current Time: Thu Apr 25 16:02:28 CDT 2024