directory:  examples\dde

This directory contains DDE example scripts.

For details, print out each file.

client1.ijs
===========
This script may be used to test the J server script:
   packages\dde\server1.ijs

client2.ijs
===========
This script may be used to test the J server script:
   packages\dde\server2.ijs

jdialog.frm
jdialog.frx
jmodule.bas
===========
(contributed by Dave Mitchell)
These files contain functions that set up later versions of Word as a J 
client, requiring the cold link J server script: packages\dde\server2.ijs. 
First load J and load the server script. Next:
 
  Start Word
  Start VB Editor
  Select File->Import File
  Import JDialog.frm
  Import JModule.bas
  Close VB Editor
  Run Macro TestJ

