Re: displaying a message when working

From: Dmitry L. Zhuk <dmitry_at_leaves.spb.su>
Date: 1997/04/18
Message-ID: <33576663.7A41_at_leaves.spb.su>#1/1


If you want only inform about process steps (not break process) you can create control block with 1-2 display items, and while process is working you :block.item:='Text_value'... Control block lays in window, that you can show_window/hide_window build in.

If you want break process or send information from stored function(procedure) you can use DBMS_PIPES & update you text item by using timer, that creating before run process and deleting after. Control block lays in dialog modal, that shows when you go to it & hides when you go out from this window (program navigation between blocks).

For more information You can mail me.

The best regards.

Dmitry L. Zhuk.
Leaves Inc. Russia.
dmitry_at_leaves.spb.su Received on Fri Apr 18 1997 - 00:00:00 CEST

Original text of this message