[Stackoverflow] [Progress OpenEdge ABL] DDE INITIATE failed. (3153)

Status
Not open for further replies.
P

Progress_User

Guest
Progress ABL : OpenEdge Release 11.6
Operation System: Windows 7
Microsoft Office: 2013
Description:
That is a Reporting Project. The Progress 4GL is used by report generation with the Office Word. And the DDE initiate is failed. I don't known what is the happen. I reference the Progress Document, which said same the problem is solved by OpenEdge Release 11.5.1. But I don't think so. Now I hope every body give the help. Thanks

DDE INITIATE failed
DDE TESTING code

Issue Coding:

Code:
DEFINE VARIABLE ddeid AS INTEGER NO-UNDO.
DEFINE VARIABLE frame-handle AS HANDLE NO-UNDO.

CREATE FRAME frame-handle
ASSIGN visible = TRUE
       hidden  = TRUE.
       
DDE INITIATE ddeid FRAME frame-handle
APPLICATION "Excel" TOPIC "System".

Continue reading...
 
Status
Not open for further replies.
Top