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

  1. Demo3
  2. Demo 3 - Code Interaction
  3. Form15
  4. Command7
  5. Command6
  6. Previous
  7. Command5
  8. Command4
  9. First
  10. Command3
  11. AddNew
  12. Command2
  13. Delete
  14. Command1
  15. Update
  16. Text1
  17. Text1
  18. Data1*
  19. COMPANY
  20. Text1
  21. Text1
  22. Data1*
  23. LASTNAME
  24. Text1
  25. Text1
  26. Data1*    FIRSTNAME
  27. Table1
  28. TgDemo
  29. First Name
  30. Firstname
  31. Last Name
  32. Lastname
  33. Company
  34. Company
  35. Data1R
  36. Data1%
  37. dBASE IV;database=.
  38. CUSTOMER
  39. Customer Database
  40. Label1
  41. Company
  42. Label1
  43.     Last Name
  44. Label1
  45. First Name
  46.     Form_Load
  47. Form_Unload
  48. Cancel
  49. QuitCurrentDemo
  50. Command1_Click
  51. Command2_Click
  52. Data1
  53.     Recordset
  54. Command3_Click
  55. Command4_Click
  56. Command5_Click
  57. Command6_Click
  58. Command7_Click
  59. After
  60. Table1_Click
  61. Command1_Click
  62.  TrueGrid will automatically "listen" for thei
  63.  update and will change the display to indicate
  64.  that the data has been written.
  65. Command2_Click
  66.  When the current record is deleted, Access leaves
  67.  the record pointer at the deleted record.  However,
  68.  upon return to TrueGrid, the grid senses that the
  69.  current position is invalid and positions to thee
  70.  next record automatically.d
  71. Command3_Click
  72.  AddNew puts TrueGrid into add mode.  The user
  73.  can cancel by moving the pointer off the row.
  74. Command4_Click
  75.  TrueGrid will follow the actions taken here.o
  76. Command5_Click
  77.  TrueGrid will follow the actions taken here.o
  78. Command6_Click
  79.  TrueGrid will follow the actions taken here.o
  80. Command7_Click
  81.  TrueGrid will follow the actions taken here.o
  82. Form_Unload
  83.