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

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL DDEAPP6_Close
  6. Poking Commands to WSQL DDE Server
  7. Bottom
  8. DDEAPP6
  9. VRDescriptiveText
  10. Poking sends two pieces of data from the client application (VX-REXX) to WSQL DDE Server: a data buffer and an item name specifying what to do with the data.
  11. There are five WSQL DDE Server functions which you can access through poking: 'Connect', 'Disconnect', 'Add', 'Clear' and 'Clip'
  12. VX-REXX Example: status= VRMethod("DDEC_1", "Poke", item , data)
  13. WSQL Example: Poke Connect
  14. The contents of data are ignored.
  15. WSQL Example: Poke Disconnect
  16. To terminate the current connection. The contents of data are ignored. Note: This command will not terminate the DDE conversation only the connection, use the terminate command of VX-REXX to terminate the conversation or Intiate method will also terminate the present conversations.
  17. WSQL Example: Poke Add text
  18. WSQL DDE Server allows an application to build a complete query string by adding together with shorter strings. Each DDE conversation has its own query buffer.
  19. Black
  20. White
  21. VRPushButton
  22. NoPointerFocus
  23. CALL PB_1_Click
  24. Press to continue
  25. VRPushButton
  26. NoPointerFocus
  27. Next Page
  28. CALL PB_2_Click
  29. Press to View the Next Page of information on Poking Commands to WSQL DDE Server
  30. DDEAPP6
  31.