Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> DDE communication: Forms4.5 and Excel on Win2000

DDE communication: Forms4.5 and Excel on Win2000

From: Aca Vasic <acko_at_ni.ac.yu>
Date: Tue, 9 Apr 2002 08:50:28 +0200
Message-ID: <a8u2pd$elt$1@news.etf.bg.ac.yu>


Hi,
I'm experiencing problems with DDE communication between Forms4.5 and Excel on Win2000
I'm trying to start DDE communication with following PL/SQL code:   ConvID := DDE.INITIATE('EXCEL','WorkSheet.xls'); -- ConvID is PLS_INTEGER datatype
Then, I use DDE.POKE to set some values in Excel sheet. This code (and form) works fine, without any problems on Win95/Win98, but seems it doesn't work on Win2000 (I get exception DDE.DDE_INIT_FAILED or DDE.DMLERR_NO_CONV_ESTABLISHED - anyway, I can't start DDE communication) I assume that Win2000 is DDE capable
Can someone help please?
Thanks in advance
Aca Vasic Received on Tue Apr 09 2002 - 01:50:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US