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

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL DDEAPP8_Close
  6. cont: Poking Commands to WSQL DDE Server
  7. Bottom
  8. DDEAPP8
  9. VRDescriptiveText
  10. WSQL Example: Poke Clear text
  11. To reset the query buffer. data is set to the string you wish to place at the beginning of the query buffer.
  12. WSQL Examples: Poke Clip_Data [text]
  13.                   Poke Clip_Column_Names [text]
  14.                   Poke Clip_Column_Names_And_Data [text]
  15. These command copy the results of a query to the clipboard. Each adds the contents of the data buffer to the query buffer, and evaluates the query stored in the query buffer. The result of the query are formatted and placed on the clipboard. Use the VX-REXX method GetClipboard to retrieve the query results from the clipboard.
  16. Clip_Data: places the result of the query on the clipboard in text format. Each datum separated by a tab character and rows are separated by a newline character.
  17. Clip_Column_Names: place the names of the columns reference in the query onto the clipboard. Column names separated by tab character and rows terminated by newline characters.
  18. Clip_Column_Names_and_Data: does both the above operations and appends the data after the column names.
  19. Black
  20. White
  21. VRPushButton
  22. NoPointerFocus
  23. CALL PB_1_Click
  24. Press to continue
  25. DDEAPP8
  26.