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

  1. Demo12
  2. !Demo 12 - Radio Button Value List
  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 value translation for column 1.
  42. Command2_Click
  43.  Turn off value translation so that original
  44.  database data is displayed.
  45. Form_Unload
  46. Table1_ValidateError
  47.  ValidateError is fired automatically when the
  48.  user enters data which isn't in the value list.
  49. Not a valid entry for CustType column.
  50.