| Author |
Message |
elie.constantine@gmail.co *nix forums beginner
Joined: 03 Feb 2005
Posts: 4
|
Posted: Fri Jul 07, 2006 9:20 am Post subject:
Displaying Messages
|
|
|
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 |
|
| Back to top |
|
 |
GuessWho *nix forums beginner
Joined: 29 Jun 2006
Posts: 10
|
Posted: Fri Jul 07, 2006 10:54 am Post subject:
Re: Displaying Messages
|
|
|
<elie.constantine@gmail.com> wrote in message
news:1152264027.238792.43820@p79g2000cwp.googlegroups.com...
| Quote: | 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
|
A traditional method (work aroud) is to send the message twice with (as I
recollect) the message-procedure.
R. |
|
| Back to top |
|
 |
Mark C. Stock *nix forums Guru
Joined: 05 May 2005
Posts: 730
|
Posted: Fri Jul 07, 2006 11:00 am Post subject:
Re: Displaying Messages
|
|
|
<elie.constantine@gmail.com> wrote in message
news:1152264027.238792.43820@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 |
|
| Back to top |
|
 |
psoug *nix forums Guru
Joined: 15 May 2005
Posts: 3492
|
Posted: Fri Jul 07, 2006 5:25 pm Post subject:
Re: Displaying Messages
|
|
|
elie.constantine@gmail.com wrote:
| Quote: | 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
|
What is it about using an alert that you don't want? Turning an alert
into a dialog with a simple OK button takes pricely one mouse click
followed by hitting the backspace key.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|