Re: Forms4.5, access to MAPI from OLE

From: Nicolas Dezaire <ndezaire_at_theleme.com>
Date: Thu, 23 Mar 2000 13:28:52 +0100
Message-ID: <8bd2h7$f48$1_at_wanadoo.fr>


Try to found on an Oracle CD (developper, or PO) a package like ...OLE...
I do some OLE automation and on another PC it didn't work. After installing that it worked.
Installer doesn't install all you need particularly about ole objects

Nico

Eddy Crompton a écrit dans le message <8b6e75$ml$1_at_news6.svr.pol.co.uk>...
>
>I had a working Form which created a MAPI.Session object using
>
>hSession OLE2.OBJ_TYPE;
>
>hSession := OLE2.CREATE_OBJ('MAPI.Session');
>
>I then re-installed Forms4.5 (and all of Developer 2000), and now the line
>above returns 0, indicating an error.
>The corresponding code works within Visual Basic, and I can also create an
>Outlook object using:
>
>hSession := OLE2.CREATE_OBJ('Outlook.Application');
>
>Is there some problem with the environment - e.g. registry settings. I am
>using Windows NT (SP5).
>
>Regards,
>Eddy Crompton
>
>
>
Received on Thu Mar 23 2000 - 13:28:52 CET

Original text of this message