Lastly for today I have been looking at my Event Types including my “Custom” ones and realised when editing a person and adding events the selection of events did not really fit the way I worked so I looked at eventtype.py and realised they were all hardcoded. Now many moons ago when I was working with the likes of Access that is the sort of thing I would store in a separate but linked table. Could someone explain the logic of this surely only Birth, Marriage and Death are the only events worth hard code the rest are dependent on the individual the place the time and the availability of information so some hardly ever get used.
So I have rearranged the code to suit my thinking and will be trying this over the next 4 weeks I now have 4 Groupings. Regularly (Used), Occasionally (Used), Rarely (Used), Custom just wonder if anyone else had done similar
phil