home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / db_info / datainfo.frm (.txt) < prev    next >
Visual Basic Form  |  1994-02-20  |  8KB  |  153 lines

  1. Form1
  2. Database Informatter
  3. Form15G
  4. Panel3D1
  5. SSPanel
  6. Drive1
  7. Panel3D1
  8. SSPanel
  9. Command3
  10. &Help
  11. Command2
  12. &Quit
  13. Command1
  14. &Print
  15. Panel3D1
  16. SSPanel
  17. Combo1
  18. Panel3D1
  19. SSPanel
  20. Outline1
  21. Outline
  22. wwwwp
  23. Panel3D1
  24. SSPanel
  25. File1
  26. Combo1_Change
  27.     Form_Load
  28. aTypes
  29. array
  30. Outline1_Click
  31. combo1&
  32. ItemData.
  33. NewIndex
  34.     ListIndex^
  35. file1H
  36. Pattern
  37. combo
  38. Dir1_Change
  39.     directory?
  40. Pathh
  41. dir1path
  42. dir1?
  43. Drive1_Change
  44. Drive
  45. drive1
  46. File1_Click
  47. Command1_Click
  48. Index
  49. unloadB
  50. form1*
  51. Combo1_Click
  52. File1_PathChange
  53. File1_PatternChange
  54. File1_DblClick
  55. database
  56. FieldW
  57. FillOutlineP
  58.     TableDefs
  59. Count
  60. outline1
  61. Name$
  62. DB_SYSTEMOBJECT
  63.     attribute
  64. tabledef
  65. table
  66. DB_READONLY
  67. nAttr
  68. Attributes6
  69. Fields
  70. outline
  71. Indent
  72.     ListCount
  73. Outline1_DblClick,
  74. Expand
  75. Command2_Click
  76.     FieldType
  77. DB_BOOLEAN
  78. DB_BYTEe
  79. DB_INTEGER
  80. DB_LONG
  81. DB_CURRENCY
  82.     DB_SINGLE
  83.     DB_DOUBLE
  84. DB_DATE
  85. DB_TEXT
  86. DB_LONGBINARY
  87. DB_MEMO$
  88. nType
  89. nSizep
  90. TypeW
  91. height
  92. command1
  93. enable
  94. Enabled
  95. Indexes
  96. cound
  97. Command3_Click
  98. KEY_LF
  99. doesn
  100.     RoundToit
  101. control
  102. oldFillOutline 
  103. Combo1_Click
  104. Command2_Click
  105. Command3_Click
  106. DataInformatter
  107. Yup, this is a first attempt at a VB app.
  108. If you try it, the PRINT option doesn't work.  This
  109. is a RoundToit control, that is, _i'll get around to it_
  110. sometime.  Also, the only selection from the file type
  111. that works is the access/vb selection.  Again, this is another
  112. RoundToit control.
  113. If you find it useful, have a good scotch for me,
  114. if you don't find it useful, waddya want for nothing??
  115. I know it's sloppy, but you try and break a world record
  116. while learning to walk. <insert emoticron of choice here>
  117. D Roussos, 75000,720
  118. Dir1_Change
  119. Drive1_Change
  120. FieldType
  121.  nFt is numeric field type
  122.  nDB is numeric database type
  123.  returns field typa as string
  124. undefined
  125.  access/vb
  126. boolean
  127. integer
  128. currency
  129. single
  130. double
  131. binary
  132. Case 2   ' dbase
  133. File1_DblClick
  134.  fill the outline with tables and fields
  135. File1_PathChange
  136. File1_PatternChange
  137. FillOutline
  138.  open db
  139.  clear outline
  140.  add db title to outline
  141.  go through list of tables
  142.  get table name and attribs
  143.  if isn't system db...
  144.  then add db name to outline using -1 to place at indent 1
  145.  set location so following additions will be at right level
  146. Fields
  147. Indexes
  148. Form_Load
  149. *.mdb, Access\VB
  150. *.dbf, xBase
  151. *.*, all files
  152. Outline1_DblClick
  153.