Search found 935 matches
- 10 Sep 2024 22:38
- Forum: General Usage
- Topic: One person ,two names
- Replies: 2
- Views: 317
Re: One person ,two names
quick way, from the individual records pane: search xxxx, geo find your george and george arthur if they are next to each other select one and arrow down to number two if there is something in between select first HOLD DOWN control key mouste down to the 2nd when they are selected, >edit>merge/compa...
- 13 Aug 2024 18:05
- Forum: Programming Technicalities
- Topic: pointer key not in table
- Replies: 8
- Views: 774
Re: pointer key not in table
support ticket was created however.
- 13 Aug 2024 15:48
- Forum: Programming Technicalities
- Topic: pointer key not in table
- Replies: 8
- Views: 774
Re: pointer key not in table
nope, dont need 6.7.2 test, I know it still exists in 7 and will turn in a ticket telling them so.
the pointer array problem is relevant to the tree problem I have outlined.
the pointer array problem is relevant to the tree problem I have outlined.
- 13 Aug 2024 12:01
- Forum: Programming Technicalities
- Topic: pointer key not in table
- Replies: 8
- Views: 774
Re: pointer key not in table
I am still trying to build a family list in order. I will certainly have memory issues, so I am using it as a short cut when I get done with the current phase, I will (or should have) mostly rcdid keys, those that are stll ptrs are unrelated other pools, but have orders and generations, then, I work...
- 13 Aug 2024 00:09
- Forum: Programming Technicalities
- Topic: pointer key not in table
- Replies: 8
- Views: 774
Re: pointer key not in table
can you confirm this is happening in fh7 Mike?
reason I ask, I say 6.7.2 they say meh, we will see if we get around to it.
reason I ask, I say 6.7.2 they say meh, we will see if we get around to it.
- 12 Aug 2024 22:56
- Forum: Programming Technicalities
- Topic: pointer key not in table
- Replies: 8
- Views: 774
pointer key not in table
I am trying to build a table of pointers: it is not making sense to me what is occurring: >> is the build _fix is an table of family pointers created in function 1. key is fptr and value is fID(recordid). it is entered when I am done prebuilding a FAM table.` then in function 2 I intend to add value...
- 10 Jun 2024 11:51
- Forum: Plugin Technical Support & Development
- Topic: Legacy Backup and Restore FH Settings plugin does not run in Linux/WINE
- Replies: 32
- Views: 2378
Re: Legacy Backup and Restore FH Settings plugin does not run in Linux/WINE
its a pain, but I suppose one could do the command dir /X > sfn8_3.txt and cut it into a table of longfile name and shortfilename (8.3)
- 09 Apr 2024 17:53
- Forum: Maintaining the KnowledgeBase
- Topic: KB: Ancestor and Descendant List Creation
- Replies: 5
- Views: 1186
Re: KB: Ancestor and Descendant List Creation
I have now run the two looping scripts, they are fine.
havent done the recursives yet.
havent done the recursives yet.
- 09 Apr 2024 16:25
- Forum: Maintaining the KnowledgeBase
- Topic: KB: Ancestor and Descendant List Creation
- Replies: 5
- Views: 1186
Re: KB: Ancestor and Descendant List Creation
there is also an unused pointer in loop descendant:
ptrFamilyRec = fhNewItemPtr()
probably should be:
ptrFamilyRecord = fhNewItemPtr()
and for consistency should add:
local ptrChildRecord = fhNewItemPtr()
ptrFamilyRec = fhNewItemPtr()
probably should be:
ptrFamilyRecord = fhNewItemPtr()
and for consistency should add:
local ptrChildRecord = fhNewItemPtr()
- 09 Apr 2024 14:21
- Forum: Maintaining the KnowledgeBase
- Topic: KB: Ancestor and Descendant List Creation
- Replies: 5
- Views: 1186
KB: Ancestor and Descendant List Creation
https://www.fhug.org.uk/kb/code-snippet/ancestor-and-descendant-list-creation/ looping style GetAncestorList does not work. The entire codesnip is nonsensical. first: it does not compile. there is a bottom half of a non existant loop at line 45 and 46. moving the iLoop counter to line 44 and removin...
- 05 Apr 2024 01:49
- Forum: Programming Technicalities
- Topic: Where are the FH/LUA code navigation parms
- Replies: 18
- Views: 2031
Re: Where are the FH/LUA code navigation parms
To form double-barrelled names into one indivisible name, the two names can be separated by a no-break-space character code 0160, which in ƒh V6.0 can be added to the repeated space popup as follows. Click its cog, select the Hold Key (space) and click Edit, then insert Alt+0160 between any existing...
- 05 Apr 2024 00:25
- Forum: Plugin Technical Support & Development
- Topic: Lineage linking like the big boys do
- Replies: 0
- Views: 816
Lineage linking like the big boys do
everything says that gedcom is lineage linked. nowhere is there an algorithm I can find for linking it. I need some clever algorithm design help. I have fought this for 4 years. My current iteration runs root to treetops for mother and father and goes down (which allows me to include some of the nec...
- 05 Apr 2024 00:18
- Forum: Ancestral Sources
- Topic: Monumental Inscriptions - thoughts?
- Replies: 40
- Views: 5086
Re: Monumental Inscriptions - thoughts?
I wonder if a cenotaph should be a separate source template then a 'regular' monument, and its monumental inscription.
vis: https://www.findagrave.com/memorial/160 ... dward-hunt
vis: https://www.findagrave.com/memorial/160 ... dward-hunt
- 04 Apr 2024 20:43
- Forum: Ancestral Sources
- Topic: Monumental Inscriptions - thoughts?
- Replies: 40
- Views: 5086
Re: Monumental Inscriptions - thoughts?
way back when I tried using AS and could never figure it out. Its on my list to do. Seems to me you have individual monuments and family monuments. I don't know if you can split them into two types programattically (well, you can; is it worth it?) indi monuments would be straightforward. the family ...
- 04 Apr 2024 00:09
- Forum: General Usage
- Topic: Marriage record id
- Replies: 12
- Views: 1179
Re: Marriage record id
dont have a configurable line there that I can find in 6.7.2 but still a pastiche, no reason it cant be in the family record in the focus window. So not good for me on two counts.
- 03 Apr 2024 19:37
- Forum: General Usage
- Topic: Marriage record id
- Replies: 12
- Views: 1179
Re: Marriage record id
Lorna, that does not work with my long names. to others, I do not want a custom id have enough stuff I cant keep track of and it would not correct the problem. if the record ids for the individuals did not appear after the names in the focus window, would anyone consider that an error? if you had to...
- 03 Apr 2024 13:56
- Forum: General Usage
- Topic: Marriage record id
- Replies: 12
- Views: 1179
Re: Marriage record id
that is the one I mean. I will have to see if there is a wish list for that fh error.
- 03 Apr 2024 13:09
- Forum: General Usage
- Topic: Marriage record id
- Replies: 12
- Views: 1179
Marriage record id
I can find no way to insert the record id in the marriage box inside the focus window, is there a way to do it?
- 12 Feb 2024 23:21
- Forum: General Usage
- Topic: Downloading
- Replies: 7
- Views: 1041
Re: Downloading
we first need to know what the extension of the document is. likely Opera became the default opener.
- 23 Jan 2024 13:00
- Forum: Programming Technicalities
- Topic: what is all this then?
- Replies: 8
- Views: 1773
Re: what is all this then?
Precisely my point at the outset Mike. I can by the nefarious means of inspection and counting by hand say: she is -1 therefore her father is -2 and her grandfather -3 from me, the root; at 0, and install that in a table, and by that same process, do all other non-relations in pool 1. The other pool...
- 22 Jan 2024 18:05
- Forum: Programming Technicalities
- Topic: what is all this then?
- Replies: 8
- Views: 1773
Re: what is all this then?
GEN = fhCallBuiltInFunction('RelationCode', QY_ROOT, iptr, 'Generation', ix or 1) -- or -100 go to your grandfather on your fathers side, pick a brother, then his son, that should put you and him at -1 if you are QY_ROOT and he is iptr, or vice versa. now go to his wife, which also should be generat...
- 22 Jan 2024 16:29
- Forum: Programming Technicalities
- Topic: what is all this then?
- Replies: 8
- Views: 1773
Calculating a generational offset
same program but slightly different topic. I have a sister. her generational offset from me is 0, her husbands is also 0. fh calculates no generational offset to his parents, brothers, sisters, --- in short his kin. logically the generational offset between his parents and me is -1 we are all in poo...
- 22 Jan 2024 13:51
- Forum: Programming Technicalities
- Topic: what is all this then?
- Replies: 8
- Views: 1773
Re: what is all this then?
after all day and almost all night yesterday of small changes here and there to debug and correct code and find this problem (likely compiled it several hundred times) I closed everything out and went to bed. I tried it this morning to try and better explain what is going on, no changes, it works. c...
- 22 Jan 2024 03:59
- Forum: Programming Technicalities
- Topic: what is all this then?
- Replies: 8
- Views: 1773
what is all this then?
this is below lua 101 like 1st form lua, but I am not getting it. code snip and some table entries fID is the record id of a FAM record. 2. DEQ.fID 2217 is NEQ FAMLIMIT[DEQ.fID] 37 1 DEQ = QFAM:deQ() 2 if not FAMLIMIT[DEQ.fID] then xptr:MoveToRecordById('FAM', DEQ.fID) local ptrFAM = xptr:Clone() --...
- 18 Jan 2024 14:30
- Forum: General Usage
- Topic: How can I Multiply DnaRelatedness by a Number
- Replies: 3
- Views: 618
Re: How can I Multiply DnaRelatedness by a Number
those formulas are not my forte but will this work?
=Calc( (DnaRelatedness(FileRoot(), %INDI%) or 0) * 6900
=Calc( (DnaRelatedness(FileRoot(), %INDI%) or 0) * 6900