Re: Developer/2000 Message Built-in
Date: 1998/04/09
Message-ID: <352D24E7.9B3CEE91_at_csc.com>#1/1
You could try :
Message('My message to screen'); Pause;
Pause forces the user to acknowledge the message.
Mark Cudmore wrote:
> I need to show the user a message that must be acknowledged in Forms 4.5. I
> am using the following code.
>
> MESSAGE(error_text, ACKNOWLEDGE);
>
> However, the user does not have to acknowledge this error message, although
> it says in my manual here that the ACKNOWLEDGE option should display a modal
> alert that the user must acknowledge. Instead my message just appears on
> the message line on the bottom of my screen.
>
> I could duplicate the behaviour I want with alerts but, I would rather just
> use the message built in for simplicity!!
>
> Help me!, Mark
> --
> Mark Cudmore
> email: mcudmore_at_kamloops.env.gov.bc.ca.nospam
> I am now taking anti-spamming measures, remove the
> ".nospam" from the above address to mail me.
Received on Thu Apr 09 1998 - 00:00:00 CEST