Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!spool.mu.edu!sdd.hp.com!hplabs!pyramid!infmx!dranney From: dranney@informix.com (David Ranney) Newsgroups: comp.databases Subject: Re: Informix RDS questions Message-ID: <1991Jan31.200925.11551@informix.com> Date: 31 Jan 91 20:09:25 GMT References: Sender: news@informix.com (Usenet News) Distribution: comp Organization: Informix Software, Inc. Lines: 20 In article ahl@technix.oz.au (Tony Landells) writes: >I'm doing some development with Informix RDS and there are a couple of >things I'd like to do but can't work out how... > >1. Avoid the ERROR statement scribbling over my windows in its > unfriendly manner. If I could replace the current error > printing routine, that would be good enough, and seems to > be the only way to get it to be sociable... You could reset the ERROR LINE in the OPTIONS statement. You could also use WHENEVER ERROR CALL to call an error handling function. >Thanks for your help... > >Tony. +------------------------------------------------------------------------------+ | David Ranney {uunet | pyramid}!infmx!dranney | | Informix doesn't pay me enough to write their opinions for them. | +------------------------------------------------------------------------------+