Have a Question?
Print

00391: Program example demonstrating Visual PRO/5 running a WordPerfect macro via DDE

Title:

Program example demonstrating Visual PRO/5 running a WordPerfect macro via DDE

Description:

0010 REM ***** Program to run a WordPerfect macro
0020 OPEN (1,MODE="DDECLIENT")"WPWin60_macros:Commands"
0030 REM Note that the xxxxx on the next line refers to the pre-established macro
0040 LET CMD$="macrofileplay(""xxxxx"")"+$00$
0050 WRITE RECORD(1,KEY="DDE_EXECUTE")CMD$
Table of Contents
Scroll to Top