Re: Message function

From: <garethgadd_at_my-dejanews.com>
Date: Thu, 01 Oct 1998 07:32:15 GMT
Message-ID: <6uvb60$mpg$1_at_nnrp1.dejanews.com>


[Quoted] In article <36125d67.30789935_at_news.dircon.co.uk>,   jeremyr_at_no-spam-today-thanks.dircon.co.uk wrote:
> Using forms 4.5 on Personal Oracle 8.0.4, I'm not seeing any output
> from the 'message' function! Where should I be seeing this and is
> there an option I ought to be setting to make the message text
> display?
>
> TIA
>
> Jeremy Russell
>

Jeremy,

From what I remember the Message function outputs to the hint text line at the bottom of your form, if you want to display a message box in the middle of your screen (presumably you are using it for de-bugging) then to guarantee it is displayed, try adding a second message e,g, MESSAGE(' '); directly after the message you wanted displayed as a message box on the screen. You will also get the second message with nothing displayed but it's the second message that forces the first to be displayed. In the past I've tried just one message with ACKNOWLEDGE as the second parameter but that doesn't seem to force the message to be displayed as a message box so the above workaround is all we've come up with. If you are not using message for de-bugging then to avioid having two messages displayed one after the other you should really be using ALERTS. Hope the above helps

Regards

Gareth

[Quoted] [Quoted] -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Oct 01 1998 - 09:32:15 CEST

Original text of this message