home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a013 / 1.ddi / SAMPLES.EXE / TESTDICT.DAT < prev    next >
Encoding:
Text File  |  1991-01-25  |  3.3 KB  |  70 lines

  1.  
  2. DBFDEF CUSTOMER
  3. *             Structure for  CUSTOMER.DBF  Last update: 01/25/91
  4. *             File Size: 543  Bytes. -- Records in file: 12
  5. *             ───────────────┬────────┬───────────┬─────────────
  6. *               Field Name   │  Type  │   Width   │   Decimals  
  7. *             ───────────────┴────────┴───────────┴─────────────
  8.                 CUSTID           C          6           0
  9.                 COMPANY          C         30           0
  10. ENDDEF
  11.  
  12. DBFDEF ORDERS
  13. *             Structure for  ORDERS.DBF  Last update: 01/25/91
  14. *             File Size: 361  Bytes. -- Records in file: 6
  15. *             ───────────────┬────────┬───────────┬─────────────
  16. *               Field Name   │  Type  │   Width   │   Decimals  
  17. *             ───────────────┴────────┴───────────┴─────────────
  18.                 ORDERNO          N          6           0
  19.                 CUSTID           C          6           0
  20.                 PARTNO           C         15           0
  21.                 PRICE            N          5           2
  22. ENDDEF
  23.  
  24. DBFDEF ZIPS
  25. *             Structure for  ZIPS.DBF  Last update: 07/27/90
  26. *             File Size: 1911  Bytes. -- Records in file: 53
  27. *             ───────────────┬────────┬───────────┬─────────────
  28. *               Field Name   │  Type  │   Width   │   Decimals  
  29. *             ───────────────┴────────┴───────────┴─────────────
  30.                 STATE            C          2           0
  31.                 STATENAME        C         20           0
  32.                 LOZIP            C          5           0
  33.                 HIZIP            C          5           0
  34. ENDDEF
  35.  
  36. DBFDEF ITFILE
  37. *             Structure for  ITFILE.DBF  Last update: 01/25/91
  38. *             File Size: 1024  Bytes. -- Records in file: 0
  39. *             ───────────────┬────────┬───────────┬─────────────
  40. *               Field Name   │  Type  │   Width   │   Decimals  
  41. *             ───────────────┴────────┴───────────┴─────────────
  42.                 ENTRY            D          8           0
  43.                 FILEID           C          2           0
  44.                 COMPANY          C         36           0
  45.                 ADDRES1          C         36           0
  46.                 ADDRES2          C         36           0
  47.                 CITY             C         20           0
  48.                 STATE            C         15           0
  49.                 ZIP              C         10           0
  50.                 LNAME            C         15           0
  51.                 FNAME            C         15           0
  52.                 PHONE            C         12           0
  53.                 LSTSALE          D          8           0
  54.                 INQDATE          D          8           0
  55.                 FOLDATE          D          8           0
  56.                 PRNLABL          C          1           0
  57.                 LSTMAIL          D          8           0
  58.                 MAILNO           N          2           0
  59.                 COMMENT          M         10           0
  60. ENDDEF
  61.  
  62. NDXDEF customer customer custid Indexing customer file on customer ID
  63.  
  64. NDXDEF orders orders orderno Indexing order file on order number
  65.  
  66. NDXDEF itfile itfile1 fileid Indexing Inquiry Tracking file on ID
  67. NDXDEF itfile itfile1 fileid Indexing Inquiry Tracking file on company name
  68.  
  69. ENDFILE
  70.