home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / createdb.zip / CREATEDB.VRY (.txt) < prev    next >
VX-REXX Windows/Object Info  |  1995-08-26  |  974b  |  31 lines

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. CALL Window1_Create
  4. Modal
  5. CALL Window1_Close
  6. VIPER Database Engine - Database Creation Utility
  7. Window1
  8. VRDescriptiveText
  9. Database Fields
  10. VRPushButton
  11. NoPointerFocus
  12. Create database
  13. CALL CreateBtn_Click
  14. CreateBtn
  15.     VRListBox
  16. CALL FieldList_Click
  17. FieldList
  18. VREntryField
  19. CALL EF_1_Change
  20. CALL EF_1_GotFocus
  21. CALL EF_1_KeyPress
  22. Verify
  23. CALL EF_1_Verify
  24. VRPushButton
  25. NoPointerFocus
  26. Insert field
  27. 2.System VIO
  28. CALL InsertBtn_Click
  29. InsertBtn
  30. Window1
  31.