home *** CD-ROM | disk | FTP | other *** search
-
- DBFDEF CUSTOMER
- * Structure for CUSTOMER.DBF Last update: 01/25/91
- * File Size: 543 Bytes. -- Records in file: 12
- * ───────────────┬────────┬───────────┬─────────────
- * Field Name │ Type │ Width │ Decimals
- * ───────────────┴────────┴───────────┴─────────────
- CUSTID C 6 0
- COMPANY C 30 0
- ENDDEF
-
- DBFDEF ORDERS
- * Structure for ORDERS.DBF Last update: 01/25/91
- * File Size: 361 Bytes. -- Records in file: 6
- * ───────────────┬────────┬───────────┬─────────────
- * Field Name │ Type │ Width │ Decimals
- * ───────────────┴────────┴───────────┴─────────────
- ORDERNO N 6 0
- CUSTID C 6 0
- PARTNO C 15 0
- PRICE N 5 2
- ENDDEF
-
- DBFDEF ZIPS
- * Structure for ZIPS.DBF Last update: 07/27/90
- * File Size: 1911 Bytes. -- Records in file: 53
- * ───────────────┬────────┬───────────┬─────────────
- * Field Name │ Type │ Width │ Decimals
- * ───────────────┴────────┴───────────┴─────────────
- STATE C 2 0
- STATENAME C 20 0
- LOZIP C 5 0
- HIZIP C 5 0
- ENDDEF
-
- DBFDEF ITFILE
- * Structure for ITFILE.DBF Last update: 01/25/91
- * File Size: 1024 Bytes. -- Records in file: 0
- * ───────────────┬────────┬───────────┬─────────────
- * Field Name │ Type │ Width │ Decimals
- * ───────────────┴────────┴───────────┴─────────────
- ENTRY D 8 0
- FILEID C 2 0
- COMPANY C 36 0
- ADDRES1 C 36 0
- ADDRES2 C 36 0
- CITY C 20 0
- STATE C 15 0
- ZIP C 10 0
- LNAME C 15 0
- FNAME C 15 0
- PHONE C 12 0
- LSTSALE D 8 0
- INQDATE D 8 0
- FOLDATE D 8 0
- PRNLABL C 1 0
- LSTMAIL D 8 0
- MAILNO N 2 0
- COMMENT M 10 0
- ENDDEF
-
- NDXDEF customer customer custid Indexing customer file on customer ID
-
- NDXDEF orders orders orderno Indexing order file on order number
-
- NDXDEF itfile itfile1 fileid Indexing Inquiry Tracking file on ID
- NDXDEF itfile itfile1 fileid Indexing Inquiry Tracking file on company name
-
- ENDFILE
-