Re: Message Boxes

From: wozi <wozi_at_dhc.net>
Date: Fri, 16 Jul 1999 14:58:20 -0700
Message-ID: <31DA4F0958CCE8DB.3A7569FF15A1FF25.A4501E001E9F0704_at_lp.airnews.net>


Shelli D. Orton wrote in message <378F722C.DE3F585B_at_crha-health.ab.ca>...
>Can I create a dialogue box in Oracle similar to message boxes in VB?
>What I would like to do is have a message box that asks the user a
>yes/no question when a button is pressed and, based on the response,
>execute the appropriate if statement.
>
>Thanks,
>Shelli

Yes. You can create an alert. See on-line help for creating it.

Here is a sample below:

declare
  mvar number;
begin
 mvar :=show_alert('INFO_ALERT');
end; Received on Fri Jul 16 1999 - 23:58:20 CEST

Original text of this message