Re: Link with WINHELP

From: Dean <deanp_at_lantic.co.za>
Date: 1997/10/01
Message-ID: <34329295.953E6B33_at_lantic.co.za>#1/1


This is a multi-part message in MIME format.

--------------AB3FA676C1613163F1733AFB
Content-Type: text/plain; charset=us-ascii
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit

Bureau IIB2 Nantes Tour Bretagne wrote:

> Hi,
> How can I link the current item of a form module with a topic of my
> .HLP
> file. I have not found the property HelpContextID.
> Thank you for all responses.
>
> Patrick Sorel.

   The followin bit of code should help. The two DLL's that I have attached, come with Oracle.

Dean Pike

--------------AB3FA676C1613163F1733AFB
Content-Type: text/plain; charset=us-ascii; name="key-help.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="key-help.txt"

/*** key-help trigger ***/
declare

   conid pls_integer;
   hlpfln varchar2(70):= 'T_OILMAN.HLP'; BEGIN
    /*** conid is the context id ***/
    /*** hlpfln is the name of the help file ***/

    BEGIN
      CGHP$CALL_MS_HELP(conid, hlpfln);
    EXCEPTION

      WHEN OTHERS THEN
        CGTE$OTHER_EXCEPTIONS;

    END;
  END IF;
END;
--------------AB3FA676C1613163F1733AFB
Content-Type: application/octet-stream; name="Ofg4hpl.pll"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="Ofg4hpl.pll"

<encoded_portion_removed>

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
--------------AB3FA676C1613163F1733AFB
Content-Type: application/octet-stream; name="Ofg4tel.pll"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="Ofg4tel.pll"

<encoded_portion_removed>

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=

--------------AB3FA676C1613163F1733AFB-- Received on Wed Oct 01 1997 - 00:00:00 CEST

Original text of this message