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

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL DDEAPP10_Close
  6. Requesting
  7. Bottom
  8. DDEAPP10
  9. VRDescriptiveText
  10. WSQL Examples: Request Data
  11.                   Request Column_Names
  12.                   Request Column_Names_And_Data
  13. VX-REXX Examples: value = VRMethod("DDEC_1", "Request", item, [type]) or
  14.                       status = VRMethod("DDEC_1", "RequestList", item, "value.")
  15. Requesting data gives the calling application a block of memory containing the requested data, as opposed to placing the data on the clipboard for the application to access.
  16. WSQL DDE Server only supports cold request links - this rules out using the ACKNOWLEDGE event for VX-REXX. WSQL DDE Serverplaces the results of the query currently in the query buffer into a memory block and then sends the address of the memory to the application.
  17. Black
  18. White
  19. VRPushButton
  20. NoPointerFocus
  21. CALL PB_1_Click
  22. Press to Continue
  23. DDEAPP10
  24.