Search found 27580 matches

by tatewise
22 Apr 2024 19:41
Forum: Plugin Technical Support & Development
Topic: Name capitalisation and parts check
Replies: 9
Views: 657

Re: Name capitalisation and parts check

The 'safe' plugin script solution is to cater for every :match(...) operation possibly returning nil . Don't assume that such a match will always be successful, i.e. use defensive programming techniques. Similar techniques should be applied to all other operations to avoid unexpected failures. In th...
by tatewise
22 Apr 2024 19:37
Forum: Plugin Technical Support & Development
Topic: Name capitalisation and parts check
Replies: 9
Views: 657

Re: Name capitalisation and parts check

Yes, that is the same cause for the error.
The NSFX = POLLARD/ which is the trailing part of the NAME field and includes the slash /
So when the 'suffix' POLLARD/ is removed from Ella Loretta /POLLARD/ it leaves Ella Loretta / which does not contain two slashes and that causes the fault.
by tatewise
22 Apr 2024 09:36
Forum: Plugin Technical Support & Development
Topic: Questionable name capitalisation
Replies: 14
Views: 1835

Re: Questionable name capitalisation

I discovered that fault arises under the following (unusual) conditions:
Name (INDI.NAME): Ian Steve /Munro/ Junior
Name Suffix (INDI.NAME.NSFX): Munro/ Junior
i.e. The Named Suffix field holds the trailing section of the Name field including a slash /
by tatewise
22 Apr 2024 09:04
Forum: Sources, Citations & Repositories
Topic: Report sources not showing some fields
Replies: 9
Views: 705

Re: Report sources not showing some fields

Yes, that is a good find from 2+ years ago!
by tatewise
21 Apr 2024 21:33
Forum: Sources, Citations & Repositories
Topic: Report sources not showing some fields
Replies: 9
Views: 705

Re: Report sources not showing some fields

Yes, I think that is the only manual method available and must be applied one Citation at a time.

To make a large number of changes in bulk will require a custom plugin to be written.
by tatewise
21 Apr 2024 21:22
Forum: Diagrams & Charts
Topic: Married cousins
Replies: 1
Views: 90

Re: Married cousins

I think the following is the explanation but without seeing the diagram it is difficult to be certain. When cousins marry they bridge across generations so their relatives have two relationships to the other members of the family tree. The duplications illustrate where such people fit into their two...
by tatewise
20 Apr 2024 23:09
Forum: Reports, Books & Websites
Topic: Publish a Narrative Report for the Paternal Line only of my ancestors
Replies: 6
Views: 845

Re: Publish a Narrative Report for the Paternal Line only of my ancestors

You could create a copy of your master Project and delete the maternal line of ancestors.
Then the report will only include the paternal line.
by tatewise
20 Apr 2024 19:01
Forum: General Usage
Topic: Internet data matches
Replies: 2
Views: 118

Re: Internet data matches

The choice is yours. In Internet > Internet Data Matches... the Settings have the following options for both FMP and MH: 1) Enabled for all Projects except those with 3) selected 2) Disabled for all Projects 3) Disable for this project only The hints are only active for the people shown in the curre...
by tatewise
20 Apr 2024 16:24
Forum: Diagrams & Charts
Topic: Displaying Icons for more than 1 Record Flag
Replies: 2
Views: 120

Re: Displaying Icons for more than 1 Record Flag

Yes, you must use Condition > Expressions instead of Condition > Record Flag
Use the << Insert Data Ref... button to add Individual > Flags one at a time, e.g. %INDI._FLGS.__LIVING%
Then the order of the Conditions determines the order of the icons.
by tatewise
18 Apr 2024 19:06
Forum: Sources, Citations & Repositories
Topic: Citation Specific Details in Queries
Replies: 8
Views: 270

Re: Citation Specific Details in Queries

That will refer to whatever happens to be the 1st Templated metafield in each Citation.

To refer to them by name see the Help for Understanding Data References and scroll down to Data References And Metafields as I explained earlier.
by tatewise
18 Apr 2024 15:51
Forum: Sources, Citations & Repositories
Topic: Citation Specific Details in Queries
Replies: 8
Views: 270

Re: Citation Specific Details in Queries

They had to be Templated Sources because Citation Detail and Reference are not Generic fields.
BTW: Once you create a Query it is immediately saved. You would have to specifically delete it.
You can use any existing Query to interrogate the Fields DRA without affecting the Query.
by tatewise
18 Apr 2024 15:11
Forum: Sources, Citations & Repositories
Topic: Citation Specific Details in Queries
Replies: 8
Views: 270

Re: Citation Specific Details in Queries

Unfortunately, the Query > Columns tab > Fields pane does not support Templated Named Metafields. Please refer to the Help for Understanding Data References and scroll down to Data References And Metafields . There it explains the data reference structure for metafields. e.g. %FACT.SOUR[1].~TX-REFER...
by tatewise
18 Apr 2024 14:54
Forum: Diagrams & Charts
Topic: Standardized Place in Diagram
Replies: 2
Views: 213

Re: Standardized Place in Diagram

%FAMS.MARR[1].PLAC>STAN% is almost a perfectly correct Data Reference for the Standardized field. %CUR~FAMS>MARR.PLAC>STAN% is what you should use for the Marriage Standardized place. However, it is not allowed in the position you have used in a =FactText(...) function, so is ignored. The =FactText...
by tatewise
17 Apr 2024 19:40
Forum: Research
Topic: 1881,1891,1901 CENSUS BIRTHS DIFFERENT
Replies: 7
Views: 327

Re: 1881,1891,1901 CENSUS BIRTHS DIFFERENT

It might help if you could post screenshots of the Marriage Certificate and 1881 Census. See the FHUG Knowledge Base > Forum Usage under Attachments and Taking Screenshots for how to do that. Are you looking in Census records for a William about the right age with father John and mother Jane? Try th...
by tatewise
17 Apr 2024 18:16
Forum: Research
Topic: 1881,1891,1901 CENSUS BIRTHS DIFFERENT
Replies: 7
Views: 327

Re: 1881,1891,1901 CENSUS BIRTHS DIFFERENT

Welcome to the FHUG. It is quite common for entries on Census Returns to be erroneous and inconsistent. Unlike BMD Certificates that are completed near the date & place of the event, Census birth details rely on the person remembering and the enumerator hearing & recording the details correc...
by tatewise
17 Apr 2024 13:26
Forum: General Usage
Topic: Individuals name filter suggestion
Replies: 10
Views: 593

Re: Individuals name filter suggestion

Thank you for your reply but it does not answer either of my specific questions. If case sensitivity was an option and was enabled then: G%E%HAY% will NOT find Gordon Edward Hay or George Edmund Hays because HAY does not match. G%E%Hay% would work as long as the names did each start with upper-case ...
by tatewise
17 Apr 2024 09:54
Forum: General Usage
Topic: Individuals name filter suggestion
Replies: 10
Views: 593

Re: Individuals name filter suggestion

I'm not sure I fully understand how those wildcards work. In 21168|[Wish List 633] Name Filtering to handle inconsistent entry or miss slashing of names you say that the wildcard "%" covers any number of characters. Also, your examples suggest the filters are case-insensitive. So would G%E...
by tatewise
16 Apr 2024 21:48
Forum: General Usage
Topic: Counting Facts per person
Replies: 10
Views: 1210

Re: Counting Facts per person

Plugin authors may no longer attach plugins to forum postings, so all old attachments have been deleted. Only a handful of users showed an interest in this plugin so did not seem worth publishing in the Plugin Store. If you have not deleted the plugin it should still be listed in Tools > Plugins... ...
by tatewise
16 Apr 2024 17:17
Forum: Media
Topic: Windows Media path+filename length under Parallels
Replies: 21
Views: 575

Re: Windows Media path+filename length under Parallels

Yes, it is not advisable to have various Projects in different locations. Why not? I have a live FH Projects folder for actual research projects, and a second FH Projects (Development) folder for test projects. It works very well, and I can easily flip between live and test projects using the Recen...
by tatewise
16 Apr 2024 15:29
Forum: Media
Topic: Windows Media path+filename length under Parallels
Replies: 21
Views: 575

Re: Windows Media path+filename length under Parallels

Yes, it is not advisable to have various Projects in different locations.
Ideally, all Projects should be in the File > Project Window... Location: path.

I presume in your examples that the Location: is just a drive letter.
by tatewise
15 Apr 2024 22:20
Forum: Media
Topic: Windows Media path+filename length under Parallels
Replies: 21
Views: 575

Re: Windows Media path+filename length under Parallels

What is it about paths under Parallels that are different from standard Windows paths? Some examples of paths you think are too long might help explain what needs changing. To ensure FH includes Media in backups requires the files to be within the Project folder. If the Project is called MyFamily th...
by tatewise
15 Apr 2024 14:41
Forum: General Usage
Topic: Individuals without any Sources
Replies: 27
Views: 3499

Re: Individuals without any Sources

It is probably not the environment, just that FH hangs with the Not Responding message.

Use Unsourced Individuals link to download plugin V0.3 which adds a progress bar to prevent FH hanging.
by tatewise
14 Apr 2024 20:12
Forum: Programming Technicalities
Topic: Validate and convert date
Replies: 17
Views: 422

Re: Validate and convert date

An issue was discussed recently with regard to AS that has a SYSTEM.DATE option which is based on the PC locale format and may get mishandled when entered into FH source templates where the Short Date Format is different.
See Casting template data as a particular data-type (22911).
by tatewise
14 Apr 2024 15:50
Forum: Programming Technicalities
Topic: Validate and convert date
Replies: 17
Views: 422

Re: Validate and convert date

John, it is a bit more efficient to use the following to get day, month & year as integers. local dpDatePt = dtDate:GetDatePt1() local Day = dpDatePt:GetDay() local Month = dpDatePt:GetMonth() local Year = dpDatePt:GetYear() Once you have added the Date to a Fact it may be a good idea to use Get...
by tatewise
14 Apr 2024 09:42
Forum: Programming Technicalities
Topic: Validate and convert date
Replies: 17
Views: 422

Re: Validate and convert date

Mark, it was HKCU\SOFTWARE\Calico Pie\Family Historian\2.0\Preferences\ that I thought might need adjusting to match the PC locale date format read from the Windows Registry. Your suggestion of reminding the user of the expected short date format is probably better. John, yes, it is odd that SetValu...