home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / VXBASE / VXFORM8.FRM (.txt) < prev   
Visual Basic Form  |  1993-12-01  |  2KB  |  48 lines

  1. VXFORM8
  2. Record Structure Example
  3. Form1
  4. CatBox
  5. CatNameBox
  6. ButtonNext
  7. &Next
  8. ButtonQuit
  9. &Quit
  10.     Form_Load
  11. vxSelectDbf
  12. AirtypesDbf
  13. vxTop
  14. Form8Display
  15. CatRec
  16. vxEof
  17. vxRecord
  18. CatBox
  19. textO
  20. Category
  21. CatNameBox
  22. CatName
  23. Form_Paint
  24. Form_Unload
  25. Cancel
  26. vxClose
  27. vxWindowDereg
  28. VXFORM8
  29. hWndk
  30. ButtonQuit_Click
  31. ButtonNext_Click
  32. vxSkip
  33. FALSE
  34.     vxDeleted
  35. Form_Load
  36. Form8Display
  37.  the structure of the types file is defined-
  38.  in the global module as type CatRec
  39. Form_Paint
  40. Form_Unload
  41. ButtonQuit_Click
  42. ButtonNext_Click
  43.  skip forward one record
  44.  if skip error, only allow exita
  45. Error on Skip Next. Try Reindex.
  46.  test for end of file 
  47. End of File!
  48.