home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / database / 1008 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.9 KB  |  47 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!gumby!destroyer!ncar!niwot.scd.ucar.edu!charlesa
  3. From: charlesa@niwot.scd.ucar.edu (Charles Albrecht)
  4. Subject: Re: Deleting Fields in 4D
  5. Message-ID: <1992Aug19.221533.13756@ncar.ucar.edu>
  6. Sender: news@ncar.ucar.edu (USENET Maintenance)
  7. Organization: Scientific Computing Divison/NCAR Boulder, CO
  8. References: <14183@gazette.bcm.tmc.edu>
  9. Date: Wed, 19 Aug 1992 22:15:33 GMT
  10. Lines: 35
  11.  
  12. In article <14183@gazette.bcm.tmc.edu> ckeller@mbcr.bcm.tmc.edu (Charles Keller) writes:
  13. >
  14. >Once in the structure design mode, how do you eliminate a field?
  15. >
  16. >Charles Keller
  17. >[ckeller@mbcr.bcm.tmc.edu]
  18. >
  19.  
  20. Aha, you've discovered one of the interesting things about 4D.  You can't.
  21. Someone was explaining this recently and there is supposedly a reason for it.
  22. In FileMaker, for instance, if you try to delete a field that's used in a 
  23. calculation field, it won't let you do it.  4D's procedures can get a whole lot
  24. more complicated, and since the procedures use pointers (of sorts) to the
  25. structure, you could get into big trouble when a long lost procedure needs
  26. to get the field you just deleted.  
  27.  
  28. Apparently there's a flag you can turn off (or on) with ResEdit that will 
  29. allow you to delete fields, but I haven't tried to find it.  I just call
  30. the empty field "Reserved" and set it to Alpha-2 or boolean.
  31.  
  32. I'm not sure agree with Aci's reasoning on the matter, but I guess verison
  33. 1 or beta of 4D allowed field deletion and it caused so many problems they
  34. took it out.
  35.  
  36. Charles
  37.  
  38. ---
  39. Charles Albrecht                "Nonsense, they only say you can't survive
  40. charlesa@ncar.ucar.edu           The Fire Swamp because no one ever has."
  41. 303/497-1828                        - Westley, The Dread Pirate Roberts
  42.  
  43. NCAR - Scientific Computing Division * P.O. Box 3000 * Boulder, Colorado  80307
  44.  
  45. The opinions you are about to have read are fictitious...
  46.           ...any similarity to opinions living or dead is purely coincidental.
  47.