Re: User Exit Question. Forms3->4.5

From: Michael Karg <karg_at_uranus.tuwien.ac.at>
Date: 1995/11/11
Message-ID: <482081$kbt_at_news.tuwien.ac.at>#1/1


In article <47qmor$e6p_at_ccub.wlv.ac.uk>, cm4282_at_ccub.wlv.ac.uk says...
>
>Hi, I have a few questions for any one good at user-exits.
>I have programmed myself in Forms 3.0 and 4.5 mainly and
>got user-exits to work in Forms 3.0 using Pro*C after a lot
>of hassle.
>
>1. When doing a Forms 3.0 to 4.5 conversion what happens to
> user-exits used in the Forms 3.0 application ? Do they
> have to be re-written in Visual C++ ?

No, they could be left in C or Pro*C, but you have to use Visual C++ 1.5.

>
>2. Are user-exits in 4.5 as difficult to get going as in
> Forms 3.0?

I think they are more difficult:

   The user exits in Forms 4.5 are in a DLL, so you could not use    all standard C-Calls (e.g. sprintf() is not available). Debugging    is impossible (under Forms 3.0 is is also nearly impossible).    And you could not use printf() (you must use fprintf() to a file,    to get hand-coded debugging information).
>
>3. Can anyone recommend any books on User-Exit programming or
> Pro*C ?

I use the books from Oracle.

>
>I would appreciate any help.
>
>Pat.
Received on Sat Nov 11 1995 - 00:00:00 CET

Original text of this message