home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / MVW2000 / SAMPLES / DDE / README.TXT < prev   
Text File  |  1997-09-09  |  2KB  |  52 lines

  1. MultiView 2000 DDE Sample Directory                 JSB Computer Systems Ltd
  2.  
  3. README                                                        September 1997
  4.                                                                   
  5. INTRODUCTION
  6.  
  7. This directory contains a sample VB program to show a working example of 
  8. DDE with the MultiView 2000 Terminal Emulator.
  9.  
  10. INSTALLATION
  11.  
  12. 1. Create a working directory.
  13.  
  14. 2. Copy all of the files from this directory to your working directory.
  15.  
  16. PROCEDURE
  17.  
  18. 1. Load the MultiView 2000 terminal emulator.
  19.  
  20.    In the Session/Connection tab, enter the Remote system name.
  21.  
  22.    In the Session/Startup properties dialog, select 'auto-connect'.
  23.  
  24.    Create a new configuration file (.ZZT) by saving the file.
  25.  
  26.    Close the terminal emulator.
  27.  
  28. 2. Load Visual Basic.
  29.  
  30.    Open the macro file m2000dde.mak.
  31.  
  32.    In the form frmsyste.frm, there are two references which need to be 
  33.    amended to reference your UNIX system. Change both the references 
  34.    "jsb.zzt" to the configuration file saved in step 1.
  35.  
  36.    In Procedure, "Sub cmdConnect_Click ()"  
  37.  
  38. StartApp("JSBTERM", "-s" + Chr$(34) & "c:\Program Files\MultiView 2000\jsb.zzt" & Chr$(34))
  39.  
  40.    In Function, CreateLink 
  41.  
  42. ctl.LinkTopic= "JSBTERM|" & Chr$(34) + "c:\Program Files\MultiView 2000\jsb.zzt" & Chr$(34)   
  43.  
  44.    Save the macro file.
  45.  
  46. 3. Test the connection from within Visual Basic or re-make the
  47.    executable M2000DDE.EXE and use the connection. 
  48.  
  49. If you find the program does not work, try adding the MultiView 2000
  50. directory (usually "c:\Program Files\MultiView 2000") to the PATH 
  51. statement.
  52.