home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / ddewsql.zip / DDEAPP2.VRY (.txt) < prev    next >
VX-REXX Windows/Object Info  |  1995-06-23  |  1KB  |  19 lines

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL Window1_Close
  6. Bottom
  7. Window1
  8. VRDescriptiveText
  9. The container in the window below contains information about DDE conversations using the following syntax: call VRMethod "DDEC_1", "Initiate", "conv.", where each record in the container is an item of the stem variable conv.
  10. Notice: The container does not display the WSQL conversation, some conversations need to be specified like WSQLDDE. This is necessary in order to pass the conversation value returned by the Initiate method to the the Accept method to start a conversation with the WSQL DDE Server.
  11. To initiate a conversation with WSQL the initiate method needs a particular server and topic name. Syntax: call VRMethod "DDEC_1", "Initiate", "conv.", "WSQLDDE", "Topic"
  12. Black
  13. White
  14. VRPushButton
  15. NoPointerFocus
  16. CALL PB_1_Click
  17. Press to continue
  18. Window1
  19.