Xref: alice comp.databases.oracle.tools:17067
Path: alice!news-feed.fnsi.net!oleane!newsfeed.nacamar.de!news-feed.inet.tele.dk!bofh.vszbr.cz!newsfeed.online.no!hydro.com!not-for-mail
From: Bart Boone <bart.boone@hae.hydro.com>
Newsgroups: comp.databases.oracle.tools
Subject: Re: Forms 5 ..timers ..
Date: Thu, 01 Oct 1998 12:07:58 +0100
Organization: Norsk Hydro
Lines: 17
Message-ID: <3613628E.261A@hae.hydro.com>
References: <6ut8cl$7r1$1@nnrp1.dejanews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (Win95; I)
To: mdesouza@YAHOO.COM

mdesouza@YAHOO.COM wrote:
> 
> 
>    message('procedure xxx running , NO_ACKNOWLEDGE)
>    call the procedure
>    message ('Procedure completed , NO_ACKNOWLEDGE)
> 

I think it will work if you write:

message('procedure xxx running , NO_ACKNOWLEDGE)
redisplay;
call the procedure
message ('Procedure completed , NO_ACKNOWLEDGE)
redisplay;

Marc
