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

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. sizeable
  4. Modal
  5. CALL Window1_Close
  6. Distributed Connection - Client
  7. Window1
  8. VRDistributedConnection
  9. ConnectionName
  10. DATEST
  11. ProcessType
  12. Client
  13. ConnRetries
  14. AutoConnect
  15. Listen
  16. Center
  17. Center
  18.     DataReady
  19. CALL DC_1_DataReady
  20. Connect
  21. CALL DC_1_DataReady
  22. Disconnect
  23. CALL DC_1_Disconnect
  24. CSError
  25. CALL DC_1_CSError
  26. ClientListen
  27. CALL DC_1_ClientListen
  28. DATEST Client Disconnected
  29. VRDescriptiveText
  30. Right
  31. Center
  32. Message:
  33. VREntryField
  34. VRDescriptiveText
  35. Right
  36. Center
  37. Command:
  38. VRPushButton
  39. NoPointerFocus
  40. Send..
  41. CALL PB_1_Click
  42. VRPushButton
  43. NoPointerFocus
  44. Stop Listen...
  45. CALL PB_2_Click
  46. VREntryField
  47. VRDescriptiveText
  48. Right
  49. Center
  50. Reply:
  51. VRCheckBox
  52. NoPointerFocus
  53. Wait for reply
  54. VRPushButton
  55. NoPointerFocus
  56. Start Listen...
  57. CALL PB_3_Click
  58. VRPushButton
  59. NoPointerFocus
  60. Disconnect...
  61. CALL PB_4_Click
  62. VREntryField
  63. Window1
  64.