Re: Forms 3.0 host() processing
From: <bamon_at_ocvaxc.cc.oberlin.edu>
Date: 11 Jun 93 14:51:11 EDT
Message-ID: <1993Jun11.145111.1_at_ocvaxc.cc.oberlin.edu>
Date: 11 Jun 93 14:51:11 EDT
Message-ID: <1993Jun11.145111.1_at_ocvaxc.cc.oberlin.edu>
> message('Please wait while I process...');
> host('do some command');
> do_something_else;
>
> and have the message displayed while it executes the host command. I have
> yet to figure out a way that displays the message BEFORE the host command
> is actually executes.
Put a synchronize in before the host command.
message('...');
synchronize;
host('do some command');
do_something_else;
Jennifer R. Amon PHONE: (216) 775-6987 Houck Computing Center FAX: (216) 775-8573 Oberlin College Oberlin, OH 44074 INTERNET: bamon_at_ocvaxc.cc.oberlin.edu _____________________________________________________________________Received on Fri Jun 11 1993 - 20:51:11 CEST