Re: HIDE_VIEW in Forms 4.5
From: Anatoly V. Lisovoy <anatoly_at_nmb.ru>
Date: 1997/08/01
Message-ID: <01bc9e7e$317d62a0$63d187c2_at_a-lisovoy.nmb.ru>#1/1
>
> Ideas anyone? Or if anyone has another idea for displaying
> a wait window I'd appreciate any tip (I do NOT want to use
> "message" to display the wait message on the status line.)
>
> thanks in advance,
> Michel
Go_Item('Some_Item.block_In_MAIN_CANVAS');
Hide_View('WAIT_CANVAS');
Date: 1997/08/01
Message-ID: <01bc9e7e$317d62a0$63d187c2_at_a-lisovoy.nmb.ru>#1/1
Michel Renaud <renamic_at_synapse.net> çàïèñàíî â ñòàòüþ <zypkmyumywxktr.pminews_at_piccolo-26.synapse.net>...
>
>[skip]
>
> Ideas anyone? Or if anyone has another idea for displaying
> a wait window I'd appreciate any tip (I do NOT want to use
> "message" to display the wait message on the status line.)
>
> thanks in advance,
> Michel
Try :
Show_View('WAIT_CANVAS');
[Quoted] [Quoted] Validate_Template; -- Procedure doing some processing...
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Go_Item('Some_Item.block_In_MAIN_CANVAS');
--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hide_View('WAIT_CANVAS');
Anatoly. Received on Fri Aug 01 1997 - 00:00:00 CEST