Path: utzoo!attcan!uunet!portal!cup.portal.com!Bron From: Bron@cup.portal.com (George Bron Faison) Newsgroups: comp.databases Subject: Re: Oracle iap user exits Message-ID: <20077@cup.portal.com> Date: 2 Jul 89 21:26:47 GMT References: <1197@pyrltd.UUCP> Organization: The Portal System (TM) Lines: 11 Does your client spawn the process to run in the background? It appears that Sql*Forms (or IAP) doesn't want to terminate with the "child" process still active. I am assuming that the user exit in question returns to the form and returns SUCCESS, and then your user can't exit normally using the exit key? Is this correct? Is you client using the "system" call to spawn the child? Is using "host" an alternative?