home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / ddewsql.zip / READ.ME < prev   
Text File  |  1995-07-20  |  3KB  |  106 lines

  1. Connecting to WSQL DDE Application 
  2. ----------------------------------
  3.  
  4.  
  5. The following information is key to the project and its execution path.
  6.  
  7.  
  8. Files
  9. -----
  10.  
  11. DDEAPP - main window with pushbuttons: connect,terminate,execute,poke,
  12.          Sample, Poke Connect.
  13.  
  14.      Windows:
  15.  
  16.      SW_1: is a container populated with possible conversations
  17.      SW_2: contains the DDE object
  18.      SW_3: is the used for display purposes when running the sample program     
  19.  
  20.  
  21.      Sections:
  22.  
  23.      Init: opens the DDE object window and activates the main window DDEAPP
  24.      pb_1_click: connect button
  25.      pb_2_click: poke button
  26.      pb_3_click: request button
  27.      pb_4_click: execute button
  28.      pb_5_click: terminate button
  29.      pb_6_click: sample button
  30.      pb_9_click: poke connect button
  31.      sw_1_init: is a key section of code to see
  32.  
  33.  
  34. DDEAPP2 - is a custom dialog window to analyze the contents of the container in
  35.           SW_1.
  36.  
  37.      Sections:
  38.  
  39.      pb_1_click: closes the window
  40.  
  41. DDEAPP3 - is a window file for retrieve topic information from the user.
  42.  
  43.      Objects:
  44.      
  45.      ef_1: get the database that you are trying to use
  46.      ef_2: get the user id for the database
  47.      ef_3: get the password for the id of the database
  48.  
  49.      Sections:
  50.  
  51.      pb_1_click: closes the window
  52.  
  53. DDEAPP4- is a custom dialog window called after initiating a conversation
  54.          with WSQL DDE saying that we still need to connect to the database.
  55.      
  56.      Sections:
  57.  
  58.      pb_1_click: closes the window
  59.  
  60. DDEAPP5- is a custom dialog window called before DDEAPP4 but after initiating
  61.          a conversation with WSQL DDE. It notes on communciation types used
  62.      with WSQL DDE.
  63.  
  64.      Sections:
  65.  
  66.      pb_1_click: closes the window
  67.  
  68. DDEAPP6 - is 1 of 2 custom dialog window used to display information on
  69.           poking to WSQL DDE
  70.  
  71.      Sections:
  72.  
  73.      pb_1_click: closes the window
  74.      pb_2_click: call DDEAPP8 which is the second page of the poke command
  75.  
  76. DDEAPP7 - is a dialog window called when an error has occurred when trying to
  77.           poke the connect command to the database.
  78.  
  79.      Sections:
  80.  
  81.      pb_1_click: closes the window
  82.  
  83. DDEAPP8 - is 2 of 2 custom dialog window used to display the second page of
  84.           poking commands to WSQL DDE
  85.  
  86.      Sections:
  87.  
  88.      pb_1_click: closes the window
  89.  
  90.  
  91. DDEAPP9 - is custom dialog window used to display information on
  92.           executing a command to WSQL DDE
  93.  
  94.      Sections:
  95.  
  96.      pb_1_click: closes the window
  97.  
  98.  
  99. DDEAPP10 - is a custom dialog window used to display information on requesting
  100.            data from DDE.
  101.  
  102.      Sections:
  103.  
  104.      pb_1_click: closes the window
  105.  
  106.