home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_BAS / DGDEMO.ZIP / TGDEMO6.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-11-01  |  2KB  |  55 lines

  1. Demo6
  2. Demo6 - Linked Grids
  3. Form15C
  4. Table2
  5. TgDemo
  6. MS Sans Serif
  7. Data2R
  8. Data2%
  9. dBASE IV;database=.
  10. Their Compositions
  11. Table1
  12. TgDemo
  13. MS Sans Serif
  14. First
  15. First
  16. Country
  17. Country
  18. Birth
  19. Birth
  20. Death
  21. Death
  22. Data1R
  23. Data1%
  24. dBASE IV;database=.
  25. COMPOSER
  26.     Composers
  27. Table1_Click
  28. Table1_RowChange
  29. lastname
  30. Data1
  31.     Recordset
  32. rquery
  33. Quote
  34. Data2
  35. RecordSource
  36. Screen
  37. MousePointer
  38.     HOURGLASS
  39. DEFAULT
  40.     Form_Load
  41. Form_Unload
  42. Cancel
  43. QuitCurrentDemo
  44. Form_Unload
  45. Table1_RowChange
  46.  This is the only code in the demo.  A query is performed
  47.  by taking the "LAST" name field from the Data1 
  48.  control and building an SQL query on the LAST namef
  49.  field in the Data2 (compositions) file.  TheT
  50.  second grid will respond automatically when the
  51.  data control causes the change.  We put up an
  52.  hourglass so that there's a bit of feedback ifr
  53.  Access is slow at finishing the query.d
  54. SELECT * FROM OPUS WHERE LAST = 
  55.