Note: The Rootsweb Mailing Lists will be shut down on April 6, 2023. (More info)
RootsWeb.com Mailing Lists
Total: 2/2
    1. Re: [FHU] Query to find siblings
    2. Brian Horridge
    3. Jane That does seem to work. I need to play around with a copy of it so I can to tweak the columns that are displayed (ie to show their RecordID, their father's name etc). I've had a quick go but so far I'm not using the right syntax. I've done some coding myself so I need to study this code and other plugin examples to find the right words / functions to use. Many (again) thanks for the quick response Brian On 23/05/2014 07:57, Jane Taubman wrote: > On 22 May 2014 21:07, Jane Taubman <[email protected]> wrote: > >> If so this should be quite an easy job with a plugin > > It was fairly easy. please give this one a go and see if it works Ok for > you. > > https://www.dropbox.com/s/fsdnx9ow1tog2za/Search%20Siblings.fh_lua > > >

    05/23/2014 02:56:17
    1. Re: [FHU] Query to find siblings
    2. Jane Taubman
    3. On 23 May 2014 08:56, Brian Horridge <[email protected]> wrote: > so I need to study this code and other > plugin examples to find the right words / functions to use. > Hi Bill, With the Columns it's fairly easy. This lines defines the column tblResults.recordid1 = {title='Record Id', width=60} To get the record ID you can use the fhGetRecordId and add a line to add the value in eg tblResults.recordid1:set(fhGetRecordId(pi)) For the Father the easiest way is to use fhGetItemPtr tblResults.father1:set(fhGetItemPtr(pi,'~.~FATH>')) ( I have added the column to my copy so if you grab it again you can see what I added. -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk

    05/23/2014 03:12:43