I rarely use this option but in this particular case it is helpful.

--sample command for global update
SET FEEDBACK ON
UPDATE mytable SET mystatus = 'N'
SET FEEDBACK OFF
RETURN

In this sample the screen shows the progress but at the end 
the progress window is still there.

Is there a way to shut down the feedback form programatically?

Jan


Reply via email to