Search found 27593 matches

by tatewise
13 Apr 2024 09:32
Forum: Diagrams & Charts
Topic: Marriage Dates
Replies: 4
Views: 216

Re: Marriage Dates

Welcome to the FHUG. I have tried using your Text Scheme Templates but cannot reproduce the symptoms you describe. Either the date & place are displayed or neither are displayed. I cannot get just the place displayed. Why have you chosen to use both the =FactText(...) function and in %CUR~FAMS>M...
by tatewise
12 Apr 2024 19:22
Forum: Sources, Citations & Repositories
Topic: Convert citation note to source note?
Replies: 9
Views: 326

Re: Convert citation note to source note?

Yes each source only has exactly one citation note. So are you saying that each Source record only has one Citation? i.e. When you look at the Source record in the Records Window Sources tab its Links column value is 1 . If that is true then there is only one instance of a Citation-specific Note to...
by tatewise
12 Apr 2024 17:37
Forum: Sources, Citations & Repositories
Topic: Convert citation note to source note?
Replies: 9
Views: 326

Re: Convert citation note to source note?

The only way to achieve that is with a custom plugin that moves each Citation-specific Note to its linked Source record Note. It will have to avoid duplicating the same URL in the Source record Note and also allow for multiple different URL. Alternatively, the Source records could be redefined to in...
by tatewise
11 Apr 2024 19:09
Forum: General Usage
Topic: Shared fact
Replies: 2
Views: 211

Re: Shared fact

The complication is that Name Only Fact Witnesses use the _SHAN tag instead of _SHAR . They are two different types of field: _SHAN is a text field holding the Name Only text. _SHAR holds a pointer to an Individual record. So your conditional expression will have to get even longer to cater for all ...
by tatewise
11 Apr 2024 18:15
Forum: General Usage
Topic: Regenerate pool numbers
Replies: 3
Views: 174

Re: Regenerate pool numbers

It is not clear what you are asking for. The Relationship Pool numbers are allocated entirely automatically by FH and always have. You have no control over how they are generated. Typically, the largest group of related Individuals form Relationship Pool number 1. But after that, there seems no obvi...
by tatewise
10 Apr 2024 11:38
Forum: Reports, Books & Websites
Topic: Report, List or Query to find all individual alive at date and country
Replies: 14
Views: 715

Re: Report, List or Query to find all individual alive at date and country

The Lookup Missing Census Facts plugin Version 4.9 Date 10 Apr 2024 is now in the Plugin Store.

The earlier links in this thread have been disabled.
by tatewise
09 Apr 2024 20:36
Forum: General Usage
Topic: Birth registration witness
Replies: 8
Views: 489

Re: Birth registration witness

Sorry, I overlooked the Name Only scenario. :oops:
Add the following expression immediately after the expression I provided.
{=TextIf(%FACT._SHAN.ROLE%="Informant",Text(" registered by ".%FACT._SHAN%))}

The complexity is that Name Only witnesses use _SHAN instead of _SHAR.
by tatewise
09 Apr 2024 17:19
Forum: Maintaining the KnowledgeBase
Topic: KB: Ancestor and Descendant List Creation
Replies: 5
Views: 240

Re: KB: Ancestor and Descendant List Creation

I included changes for both those issues in the script I posted earlier.

Does the new script work OK for you Ron?

If so, then I will update the KB.
by tatewise
09 Apr 2024 15:19
Forum: Maintaining the KnowledgeBase
Topic: KB: Ancestor and Descendant List Creation
Replies: 5
Views: 240

Re: KB: Ancestor and Descendant List Creation

It is not my code but you are correct there are multiple mistakes in the script. I think the following is the correct code with looping corrections in GetAncestorList. It also caters for same-sex parents. The spelling of 'descendant' is corrected throughout. For descendants, the recursive version in...
by tatewise
08 Apr 2024 08:54
Forum: General Usage
Topic: Birth registration witness
Replies: 8
Views: 489

Re: Birth registration witness

I've moved this to the General Usage forum as it has nothing to do with Sources, Citations & Repositories.
by tatewise
07 Apr 2024 22:00
Forum: General Usage
Topic: Birth registration witness
Replies: 8
Views: 489

Re: Birth registration witness

Women always use their maiden name by default. You must use suitable expressions to display their married name but that gets complex when married more than once because it depends on the dates of the marriage and the fact. The expression to achieve what you requested gets quite complex so I'll break...
by tatewise
07 Apr 2024 16:56
Forum: General Usage
Topic: Birth registration witness
Replies: 8
Views: 489

Re: Birth registration witness

Ian, it makes it easier for us to help if you post the current Sentence Template expression you are using. Also, post some example sentences illustrating what you want them to say for different Fact Witness cases. Do you want the sentence to say 'mother' when the Fact Witness Role is 'mother' and sa...
by tatewise
06 Apr 2024 20:48
Forum: General Usage
Topic: Help
Replies: 5
Views: 275

Re: Help

Sorry, I assumed you would only want Help topics associated with Sentence Template expressions, not everything.
BTW: The fh.chm file is at C:\Program Files (x86)\Family Historian\Program\
by tatewise
06 Apr 2024 17:26
Forum: Media
Topic: Unspecified Error in FH7 when trying to view media
Replies: 27
Views: 818

Re: Unspecified Error in FH7 when trying to view media

Which version of Windows are you running with Parallels? If it is Windows 10 or 11 then it has a perfectly good built-in Windows Microsoft Defender that costs nothing. Perhaps you are talking about the Mac BitDefender anti-virus. According to the post linked below it is not needed: Does the MacBook ...
by tatewise
06 Apr 2024 16:00
Forum: Programming Technicalities
Topic: Plugin Author Guidelines in KB
Replies: 28
Views: 629

Re: Plugin Author Guidelines in KB

ChrisRead wrote: 06 Apr 2024 14:57 Also, I'm not sure of when registry keys would want to be altered except for restoration.
See the Delete Recent File List plugin in the Plugin Store. There may be other plugins and other use cases where FH does not have commands to adjust some registry keys.
by tatewise
06 Apr 2024 15:45
Forum: General Usage
Topic: Help
Replies: 5
Views: 275

Re: Help

Regarding printing FH Help pages to PDF, yes, that is possible. Open any FH Help page and select a topic from the Contents on the left. Use the Print option in the top left toolbar and enable Print the selected heading and all subtopics . Then expandable topics with a [+] on the left will get all th...
by tatewise
05 Apr 2024 17:08
Forum: Programming Technicalities
Topic: Plugin Author Guidelines in KB
Replies: 28
Views: 629

Re: Plugin Author Guidelines in KB

My 'Map Life Facts' plugin uploads/sends Place &/or Address details to various geocoders (Google Maps, etc) but only after the user has obtained an access key to the geocoder service, so does that constitute user approval? Nevertheless, it violates Mandatory Requirement 5. So does this need a u...
by tatewise
05 Apr 2024 15:49
Forum: Programming Technicalities
Topic: Plugin Author Guidelines in KB
Replies: 28
Views: 629

Re: Plugin Author Guidelines in KB

Regarding Mandatory Requirement 4. using libraries, I don't see how it would be possible for a linked FHUG plugin to invoke separate libraries, which would not exist in the user's file system unless they were downloaded separately via another link. My 'Map Life Facts' plugin uploads/sends Place &...
by tatewise
05 Apr 2024 15:35
Forum: Plugin Technical Support & Development
Topic: GRO Source Reference plugin
Replies: 50
Views: 1248

Re: GRO Source Reference plugin

tatewise How do you get the quotes to say who wrote the original, and the post link it came from. The quotes button doesn't do that, unless I've missed something. It's always annoyed me I can't indicate who I'm quoting when it's several posts later. You click the Reply with quotes button on the rig...
by tatewise
05 Apr 2024 15:22
Forum: Reports, Books & Websites
Topic: Descendant Outline Report using own ID numbers
Replies: 2
Views: 160

Re: Descendant Outline Report using own ID numbers

I presume you are referring to Custom Id numbers.
Unfortunately, it is not possible to include those Custom Id numbers in Descendant Outline Reports.
by tatewise
05 Apr 2024 15:20
Forum: Reports, Books & Websites
Topic: Descendant Outline
Replies: 1
Views: 113

Re: Descendant Outline

I no longer have a copy of FH V5 to check but I think they are produced from a Publish/Report droplist of Report types in the main toolbar across the top.

Have you tried interrogating the FH Help pages?
by tatewise
05 Apr 2024 12:03
Forum: Programming Technicalities
Topic: Plugin Author Guidelines in KB
Replies: 28
Views: 629

Re: Plugin Author Guidelines in KB

Yes, the Check Version in Store process only uploads the name of a plugin to retrieve the version in the Plugin Store, which is compared with the version installed in FH. My Lookup Missing Census/BMD plugins produce URL in a browser table that when the user clicks on them uploads the URL details suc...
by tatewise
05 Apr 2024 10:37
Forum: Programming Technicalities
Topic: Plugin Author Guidelines in KB
Replies: 28
Views: 629

Re: Plugin Author Guidelines in KB

That is a good framework. How is Mandatory Requirement 2. interpreted in the context of restoring a backup of user settings? Is Mandatory Requirement 5. referring to uploading data to cloud storage? Perhaps that should be made clearer. Is there any other way data could be uploaded? There are several...
by tatewise
05 Apr 2024 10:06
Forum: Programming Technicalities
Topic: Where are the FH/LUA code navigation parms
Replies: 18
Views: 946

Re: Where are the FH/LUA code navigation parms

Ron, are you entering 0160 via the number keypad or using the row of digits above QWERTY on the keyboard?
Only the number keypad will work as explained in How to Enter Accented and Other Special Characters.
by tatewise
05 Apr 2024 09:43
Forum: Reports, Books & Websites
Topic: family pictures in group sheet vs book
Replies: 2
Views: 137

Re: family pictures in group sheet vs book

Welcome to the FHUG. That is an annoying problem and if due to the size of the Book then it will be difficult for anyone else to reproduce. It seems that the Book > Item Settings for each chapter are independent of each other. So the Item Settings for the Family Group Sheet with multiple images shou...