home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / biz / dbase / quickfile / examples / addressbook / addressbook < prev    next >
Encoding:
Text File  |  1995-04-06  |  476 b   |  47 lines

  1. QuickFile Def 2 03
  2. fd 2048 50 100 316 13
  3. fld LastName
  4. ff 0 0
  5. f1 C 1 20 0
  6. fld FirstName
  7. ff 0 0
  8. f1 C 2 12 0
  9. fld Street
  10. ff 0 0
  11. f1 C 3 30 0
  12. fld Place
  13. ff 0 0
  14. f1 C 4 15 0
  15. fld State
  16. ff 0 0
  17. f1 C 5 4 0
  18. fld Postcode
  19. ff 0 0
  20. f1 C 6 6 0
  21. fld Country
  22. ff 0 0
  23. f1 C 7 20 0
  24. fld Notes
  25. ff 0 0
  26. f1 C 9 60 0
  27. fld Note1
  28. ff 0 0
  29. f1 C 10 60 0
  30. fld Phone(H)
  31. ff 0 0
  32. f1 C 11 15 0
  33. fld Phone(B)
  34. ff 0 0
  35. f1 C 12 15 0
  36. fld LastContact
  37. ff 0 0
  38. f1 D 13 11 0
  39. endf
  40. ix Name
  41. ix1 0
  42. ifld LastName
  43. if1 20 A
  44. endif
  45. endix
  46. endfd
  47.