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

  1. Demo10
  2. Demo 10 - Simple Value Lists
  3. Form15`    
  4. Command2
  5. Show Raw Data
  6. Command1
  7. Use Value List
  8. Table1
  9. TgDemo
  10. MS Sans Serif
  11. Prospective
  12. Normal
  13. Buyer
  14. Distributor
  15. Other
  16. CustType
  17. CustType
  18. Company
  19. Company
  20. First
  21. FirstName
  22. LastName
  23. Phone
  24. Phone
  25. Data1R
  26. Data1%
  27. OE.MDB
  28.     Customers
  29. Customer List
  30. Command1_Click
  31. Table1
  32. VlistColumn
  33. VlistStyle
  34. GVLS_TRANSLATE
  35. Command2_Click
  36. Form_Unload
  37. Cancel
  38. QuitCurrentDemo
  39. Table1_ValidateError
  40. Command1_Click
  41.  Turn on the TRANSLATE bit for Column 1's value list
  42.  so it uses the value translation table.
  43. Command2_Click
  44.  Turn off the translation bit so TrueGrid displays
  45.  the actual database data.
  46. Form_Unload
  47. Table1_ValidateError
  48.  ValidateError is triggered automatically if
  49.  TrueGrid detects an attempt by the user to entern
  50.  a value which isn't in the value list.r
  51. Not a valid entry for CustType column.
  52.