Re: Question on linking SQL*Forms & Pro*C executable file ...

From: John Strange <jstrange_at_tpd.dsccc.com>
Date: 1995/05/26
Message-ID: <3q4doh$2bc_at_tpd.dsccc.com>#1/1


Abraham Kappamammootil (abraham_at_mailhost.ecn.uoknor.edu) wrote:

:> Hi there,
 

:> I'm having difficulty in triggering a user_exit that I wrote
 

:> using Pro*C. I pre-compiled, and the cc compiled, and created an executable
 

:> file. This program executes at the Unix prompt.

:> Coming back to SQL*Forms, I want to trigger this executable file
 

:> at the form level from my SQL*Forms file. I inlcuded a trigger at the
 

:> form level, invoking this user_exit, by specifying
 

:> USER_EXIT( 'circmenu').
 

:> But still this executable file doesnot pop-up when I do runform.

:> Is there anything else, that I'm supposed do to trigger this
 

:> executable.

If it is a user exit, you should have linked into your own copy of runform. You should have had an error 'Unknown user_exit error of some type' if the trigger fired correctly. Try doing a

        HOST ('circmenu');

--
This posting represents the personal opinions of the author. It is not the
official opinion or policy of the author's employer. Warranty expired when you
opened this article and I will not be responsible for its contents or use.
Received on Fri May 26 1995 - 00:00:00 CEST

Original text of this message