Note: The Rootsweb Mailing Lists will be shut down on April 6, 2023. (More info)
RootsWeb.com Mailing Lists
Previous Page      Next Page
Total: 3560/10000
    1. Re: [FHU] Spouse column in records window
    2. Beryl & Mike Tate
    3. Thank you, and I'm glad the mod works fine. Andy, have you discovered the FHUG at http://www.fhug.org.uk/ that has a wealth of info on FH? Regards, Mike Tate -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andy Andrews Sent: 03 January 2014 12:58 To: [email protected] Subject: Re: [FHU] Spouse column in records window Thank you, Mike The modification works fine. In the short term I want to keep the records window as uncluttered as possible so will stick with first spouse only; at least it will help my wife to distinguish between, for example, the 40+ John Clays that form part of her ancestry... I have been following these mailings for most the past year and have found them very useful. However, it is only now that, having completed a nightmare-ish transfer of our data from Generations to FH, I am beginning to get into the nuts & bolts of FH 'for real'. So I send my thanks to Jane, Mike and everyone else who contributes so patiently, and I look forward to learning more in the year ahead. Best wishes Andy

    01/03/2014 06:15:10
    1. Re: [FHU] Spouse column in records window
    2. Andy Andrews
    3. Thank you, Mike The modification works fine. In the short term I want to keep the records window as uncluttered as possible so will stick with first spouse only; at least it will help my wife to distinguish between, for example, the 40+ John Clays that form part of her ancestry... I have been following these mailings for most the past year and have found them very useful. However, it is only now that, having completed a nightmare-ish transfer of our data from Generations to FH, I am beginning to get into the nuts & bolts of FH 'for real'. So I send my thanks to Jane, Mike and everyone else who contributes so patiently, and I look forward to learning more in the year ahead. Best wishes Andy On 03/01/2014 08:01, [email protected] wrote: > > Today's Topics: > > 1. Re: Spouse column in records window (Jane Taubman) > 2. Re: Spouse column in records window (Jane Taubman) > 3. Re: Spouse column in records window (Beryl & Mike Tate) > 4. Re: Spouse column in records window (Andy Andrews) > 5. Re: Spouse column in records window (Beryl & Mike Tate) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 2 Jan 2014 17:41:09 +0000 > From: Jane Taubman <[email protected]> > Subject: Re: [FHU] Spouse column in records window > To: family-historian-users <[email protected]> > Message-ID: > <[email protected]om> > Content-Type: text/plain; charset=ISO-8859-1 > > On 2 January 2014 17:23, Beryl & Mike Tate <[email protected]> wrote: > >> Alternatively, to list 1st to 4th Spouse/Partner use the Expression: >> >> =CombineText(,%INDI.~SPOU>NAME%,CombineText(" , >> ",%INDI.~SPOU[2]>NAME%,CombineText(" , ",%INDI.~SPOU[3]>NAME%,CombineText(" >> , >> ",%INDI.~SPOU[4]>NAME%,,),),),) >> > You could also do this as > =Text(%INDI.~SPOU>NAME%." ".%INDI.~SPOU[2]>NAME%." ".%INDI.~SPOU[3]>NAME%." > ".%INDI.~SPOU[4]>NAME%) > > >

    01/03/2014 05:57:35
    1. Re: [FHU] New Year Good Wishes
    2. Connie Williams
    3. Oops! Sometimes my keyboard forgets how to type the right word! Connie Williams -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Connie Williams Sent: 03 January 2014 11:41 To: [email protected] Subject: Re: [FHU] New Year Good Wishes

    01/03/2014 04:56:26
    1. Re: [FHU] New Year Good Wishes
    2. Connie Williams
    3. Indeed Yes! I do not write often, but I do read everything and gradually begin to understand more as time goes on. I also find it valuable to read the differing opinions and ideas expressed by other members. Therefore abundant Good Wishes to Jane, Mike and everyday else as well. (And thanks for the prompt, too!) Connie Williams -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of James Pam Sent: 03 January 2014 10:31 To: family-historian - Forum Subject: [FHU] New Year Good Wishes I am sure we would not want the the New Year to pass without expressing our grateful thanks to Jane and Mike for all the hard work they put into supporting us on the forum during 2013. *James * ------------------------------- To unsubscribe from the list, please send an email to [email protected] with the word 'unsubscribe' without the quotes in the subject and the body of the message

    01/03/2014 04:41:07
    1. [FHU] New Year Good Wishes
    2. James Pam
    3. I am sure we would not want the the New Year to pass without expressing our grateful thanks to Jane and Mike for all the hard work they put into supporting us on the forum during 2013. *James *

    01/03/2014 03:31:28
    1. [FHU] Family tree web site
    2. John Larysz
    3. I'm using FH 4.1.3. I have several individuals marked as "hidden" in my tree diagrams, and this works fine for pdf diagrams. How do I mark people as "hidden" when generating a web site? The web site generation process tells me how many hidden people are being skipped, but they still appear on the site.

    01/03/2014 02:22:24
    1. Re: [FHU] Spouse column in records window
    2. Beryl & Mike Tate
    3. Andy said: <snippet> I was pleased to see the solution to the above by Jane and added the desired code as per instructions. At first sight it looked as if all was well but I then noted that if the person selected is female the husband's name is correctly listed in the 'spouse' column but if the person selected is male then his own name appears. If he is unmarried then the 'spouse' entry is correctly blank. I suspect I have missed something rather obvious and will be grateful for any guidance on how to get back on track. Many thanks <snippet> Yes - Unfortunately, Jane's first suggestion of INDI.FAMS[1]>~SPOU[1]> does exactly as you describe. It should have been INDI.~SPOU>NAME but as mentioned in subsequent replies this only copes with the 1st of multiple marriages/partnerships. Try the later suggestions that cope with up to 4 marriages/partnerships but remember that E-mails sometimes wrap long lines over several lines and all the Expression must be entered on just one line: =Text(%INDI.~SPOU>NAME%." ".%INDI.~SPOU[2]>NAME%." ".%INDI.~SPOU[3]>NAME%." ".%INDI.~SPOU[4]>NAME%) Or =CombineText(,%INDI.~SPOU>NAME%,CombineText(" , ",%INDI.~SPOU[2]>NAME%,CombineText(" , ",%INDI.~SPOU[3]>NAME%,CombineText(" , ",%INDI.~SPOU[4]>NAME%,,),),),) Happy New Year, Mike Tate

    01/02/2014 03:51:51
    1. Re: [FHU] Spouse column in records window
    2. Andy Andrews
    3. I was pleased to see the solution to the above by Jane and added the desired code as per instructions. At first sight it looked as if all was well but I then noted that if the person selected is female the husband's name is correctly listed in the 'spouse' column but if the person selected is male then his own name appears. If he is unmarried then the 'spouse' entry is correctly blank. I suspect I have missed something rather obvious and will be grateful for any guidance on how to get back on track. Many thanks Andy

    01/02/2014 01:38:32
    1. Re: [FHU] Spouse column in records window
    2. Beryl & Mike Tate
    3. The snag is that without the commas you cannot tell where one name ends and the next one starts! If you insert commas into the Expression below, then you always get the three commas, which looks odd when less than 4 Spouses. Mike Tate On 2 January 2014 17:41, Jane Taubman <[email protected]> wrote: > You could also do this as > =Text(%INDI.~SPOU>NAME%." ".%INDI.~SPOU[2]>NAME%." ".%INDI.~SPOU[3]>NAME%." ".%INDI.~SPOU[4]>NAME%) > As long as you are not bothered about the commas.

    01/02/2014 12:40:16
    1. Re: [FHU] Spouse column in records window
    2. Jane Taubman
    3. On 2 January 2014 17:41, Jane Taubman <[email protected]> wrote: > You could also do this as > =Text(%INDI.~SPOU>NAME%." ".%INDI.~SPOU[2]>NAME%." > ".%INDI.~SPOU[3]>NAME%." ".%INDI.~SPOU[4]>NAME%) > As long as you are not bothered about the commas. -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk

    01/02/2014 10:42:53
    1. Re: [FHU] Spouse column in records window
    2. Jane Taubman
    3. On 2 January 2014 17:23, Beryl & Mike Tate <[email protected]> wrote: > Alternatively, to list 1st to 4th Spouse/Partner use the Expression: > > =CombineText(,%INDI.~SPOU>NAME%,CombineText(" , > ",%INDI.~SPOU[2]>NAME%,CombineText(" , ",%INDI.~SPOU[3]>NAME%,CombineText(" > , > ",%INDI.~SPOU[4]>NAME%,,),),),) > You could also do this as =Text(%INDI.~SPOU>NAME%." ".%INDI.~SPOU[2]>NAME%." ".%INDI.~SPOU[3]>NAME%." ".%INDI.~SPOU[4]>NAME%) -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk

    01/02/2014 10:41:09
    1. Re: [FHU] Spouse column in records window
    2. Beryl & Mike Tate
    3. Alternatively, to list 1st to 4th Spouse/Partner use the Expression: =CombineText(,%INDI.~SPOU>NAME%,CombineText(" , ",%INDI.~SPOU[2]>NAME%,CombineText(" , ",%INDI.~SPOU[3]>NAME%,CombineText(" , ",%INDI.~SPOU[4]>NAME%,,),),),) Happy New Year, Mike Tate On 2 January 2014 13:32, <[email protected]> wrote: > How can I add a column in the Records window to show the spouse ? Jane replied: Right click on the Column headings and select Configure Columns Scroll down the left hand list to the bottom and select Other Click the > arrow. Enter the Heading as Spouse and the data reference as INDI.FAMS[1]>~SPOU[1]> Click OK. Note this will show the first recorded spouse.

    01/02/2014 10:23:00
    1. Re: [FHU] Marriage Notes
    2. Jane, As always you are quite correct ! Oh dear - more corrections to be made. I can see "search and replace" having another trip out ! Nev. -----Original Message----- From: Jane Taubman Sent: Thursday, January 02, 2014 4:45 PM To: family-historian-users Subject: Re: [FHU] Marriage Notes On 2 January 2014 15:58, <[email protected]> wrote: > The notes I am after are inserted in the small panel just under the > marriage > entry in the Property Dialog Box. > I think you are entering them in the "Main" tab rather than on the "Facts" Tab as the instructions you posted tell you to do. -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk ------------------------------- To unsubscribe from the list, please send an email to [email protected] with the word 'unsubscribe' without the quotes in the subject and the body of the message

    01/02/2014 09:51:25
    1. Re: [FHU] Marriage Notes
    2. Jane Taubman
    3. On 2 January 2014 15:58, <[email protected]> wrote: > The notes I am after are inserted in the small panel just under the > marriage > entry in the Property Dialog Box. > I think you are entering them in the "Main" tab rather than on the "Facts" Tab as the instructions you posted tell you to do. -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk

    01/02/2014 09:45:38
    1. Re: [FHU] Marriage Notes
    2. Jane, That has resolved my problem - thank you once again. I had been guided by the FH Help Section. When reading "Notes - Marriage Notes" there is the section "How to create a marriage note" Specifically:- "If you want to create a note about a marriage event (the actual occasion of marriage) select the Marriage event (or add one if you haven't already got one) in the Facts tab of the Property Box, when viewing record details for either spouse. Then enter the note in the Note field below" Following this is the reason why my data ended where it did! Have i miss interpreted the instructions? Nev -----Original Message----- From: Jane Taubman Sent: Thursday, January 02, 2014 4:12 PM To: family-historian-users Subject: Re: [FHU] Marriage Notes On 2 January 2014 15:58, <[email protected]> wrote: > Is this a Family level note to which you refer ? > > Yes. They are not marriage notes, they are family notes and should be used for generic notes about the family rather than about the marriage. To access them use =ExistsText(%FAM.NOTE2%,"Hello") -- Jane.

    01/02/2014 09:37:02
    1. Re: [FHU] Marriage Notes
    2. Jane Taubman
    3. On 2 January 2014 15:58, <[email protected]> wrote: > Is this a Family level note to which you refer ? > > Yes. They are not marriage notes, they are family notes and should be used for generic notes about the family rather than about the marriage. To access them use =ExistsText(%FAM.NOTE2%,"Hello") -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk

    01/02/2014 09:12:29
    1. Re: [FHU] Marriage Notes
    2. Jane, The notes I am after are inserted in the small panel just under the marriage entry in the Property Dialog Box. When I look in the All Tab there is nothing to be seen. It appears in the Notes tab. against the name of the selected persons spouse Is this a Family level note to which you refer ? If yes, then how do I access it? thank you, Nev. -----Original Message----- From: Jane Taubman Sent: Thursday, January 02, 2014 3:08 PM To: family-historian-users Subject: Re: [FHU] Marriage Notes On 2 January 2014 14:35, <[email protected]> wrote: > =ExistsText(%FAM.MARR.NOTE2%,"Mars Notes are available") > =ExistsText(%FAM.MARR.NOTE2%,"Hello") works for me, double check the note you are looking at is actually against the marriage fact. The one on the property box main tab is actually a Family level note not one against the marriage. If you look on the All tab it's easiest to see there. -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk ------------------------------- To unsubscribe from the list, please send an email to [email protected] with the word 'unsubscribe' without the quotes in the subject and the body of the message

    01/02/2014 08:58:29
    1. Re: [FHU] Marriage Notes
    2. Jane Taubman
    3. On 2 January 2014 14:35, <[email protected]> wrote: > =ExistsText(%FAM.MARR.NOTE2%,"Mars Notes are available") > =ExistsText(%FAM.MARR.NOTE2%,"Hello") works for me, double check the note you are looking at is actually against the marriage fact. The one on the property box main tab is actually a Family level note not one against the marriage. If you look on the All tab it's easiest to see there. -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk

    01/02/2014 08:08:01
    1. [FHU] Marriage Notes
    2. Hi, Within Diagram Options I have used the following expression to try and indicate in a diagram that marriage noes exist for the couple. =ExistsText(%FAM.MARR.NOTE2%,"Mars Notes are available") unfortunately it does not appear to work. Can anyone correct this expression for me, or am I asking the impossible? Thank you, Nev.

    01/02/2014 07:35:54
    1. Re: [FHU] Spouse column in records window
    2. Jane Taubman
    3. On 2 January 2014 13:32, <[email protected]> wrote: > How can I add a column in the Records window to show the spouse ? > Right click on the Column headings and select Configure Columns Scroll down the left hand list to the bottom and select Other Click the > arrow. Enter the Heading as Spouse and the data reference as INDI.FAMS[1]>~SPOU[1]> Click OK. Note this will show the first recorded spouse. -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk

    01/02/2014 06:54:51