home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / databases / quickfile38.lha / QuickFile / Example2 / JuniorTeams < prev    next >
Encoding:
Text File  |  1994-09-14  |  687 b   |  71 lines

  1. QuickFile Def 2 03
  2. fd 1952 100 100 353 14
  3. fld Team
  4. ff 0 0
  5. f1 C 1 5 0
  6. fld C/M/P
  7. ff 0 0
  8. f1 C 2 1 0
  9. fld Surname
  10. ff 0 0
  11. f1 C 3 20 0
  12. fld First Names
  13. ff 0 0
  14. f1 C 4 20 0
  15. fld DOB
  16. ff 0 0
  17. f1 D 5 11 0
  18. fld Grade
  19. ff 0 0
  20. f1 C 6 1 0
  21. fld Comment
  22. ff 0 0
  23. f1 C 7 60 0
  24. fld Phone
  25. ff 0 0
  26. f1 C 8 15 0
  27. fld Street
  28. ff 0 0
  29. f1 C 9 20 0
  30. fld Suburb
  31. ff 0 0
  32. f1 C 10 20 0
  33. fld Postcode
  34. ff 0 0
  35. f1 C 11 4 0
  36. fld Father
  37. ff 0 0
  38. f1 C 12 30 0
  39. fld Mother
  40. ff 0 0
  41. f1 C 13 30 0
  42. fld Notes
  43. ff 0 0
  44. f1 C 14 60 0
  45. endf
  46. ix Name
  47. ix1 0
  48. ifld Surname
  49. if1 20 A
  50. ifld First Names
  51. if1 20 A
  52. endif
  53. ix Team
  54. ix1 0
  55. ifld Team
  56. if1 5 A
  57. ifld C/M/P
  58. if1 1 A
  59. ifld Surname
  60. if1 20 A
  61. endif
  62. ix AgeGroup
  63. ix1 0
  64. ifld DOB
  65. if1 11 D
  66. ifld Team
  67. if1 5 A
  68. endif
  69. endix
  70. endfd
  71.