Re: Displaying Messages

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Fri, 7 Jul 2006 07:00:22 -0400
Message-ID: <YKSdnTiaCbtXozPZnZ2dnUVZ_vWdnZ2d_at_comcast.com>


<elie.constantine_at_gmail.com> wrote in message news:1152264027.238792.43820_at_p79g2000cwp.googlegroups.com...
: Hello
:
: What is the best way to dislpay messages in oracle forms without using
: alerts.
: Messages in a form of a dialog box with the OK button only.
:
: Thanks
:

you just described an alert

typically, you should write a PL/SQL program unit that accepts a message and uses a common alert to display the message (ie, set the alert's message property -- don't recall the exact name right now -- and show the alert)

++ mcs Received on Fri Jul 07 2006 - 13:00:22 CEST

Original text of this message