home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / activex / demos / oletrial / samples / vb / tools.mdb / tblMHGCHK.json next >
Encoding:
JavaScript Object Notation  |  1995-11-30  |  820 b 

  1. {
  2.     "schema": {
  3.         "sRecord": "Text (8)",
  4.         "fDataStyle0": "Boolean NOT NULL",
  5.         "sDataStyle0Val": "Text (10)",
  6.         "sDataStyle1": "Text (50)",
  7.         "sDataStyle1Val": "Text (10)",
  8.         "bytDataStyle2": "Byte",
  9.         "sDataStyle2Val": "Text (10)"
  10.     },
  11.     "data": [
  12.         {
  13.             "sRecord": "Record 1",
  14.             "fDataStyle0": 0,
  15.             "sDataStyle0Val": "On",
  16.             "sDataStyle1": "UnChecked",
  17.             "sDataStyle1Val": "Checked",
  18.             "bytDataStyle2": 0,
  19.             "sDataStyle2Val": "1"
  20.         },
  21.         {
  22.             "sRecord": "Record 2",
  23.             "fDataStyle0": 1,
  24.             "sDataStyle0Val": "On",
  25.             "sDataStyle1": "Checked",
  26.             "sDataStyle1Val": "Checked",
  27.             "bytDataStyle2": 1,
  28.             "sDataStyle2Val": "1"
  29.         },
  30.         {
  31.             "sRecord": "Record 3",
  32.             "fDataStyle0": 0,
  33.             "sDataStyle0Val": "Off",
  34.             "sDataStyle1": "UnChecked",
  35.             "sDataStyle1Val": "UnChecked",
  36.             "bytDataStyle2": 0,
  37.             "sDataStyle2Val": "0"
  38.         },
  39.         {
  40.             "sRecord": "Record 4",
  41.             "fDataStyle0": 1,
  42.             "sDataStyle0Val": "On",
  43.             "sDataStyle1": "Grayed",
  44.             "sDataStyle1Val": "Grayed",
  45.             "bytDataStyle2": 2,
  46.             "sDataStyle2Val": "2"
  47.         }
  48.     ]
  49. }